in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answers were Sorted based on User's Feedback
Answer / kiran
i think it will be s806...ie load module not found
| Is This Answer Correct ? | 13 Yes | 0 No |
Difference between cobol and cobol-ii?
how many divisions are there in cobol
what is search and searchall?what is the diffrence between them?give an best example?
plz any one tell clearly the justify right clause?
can any one help -s806
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
Can we access the a[0] in the array ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
How may divisions are there in JCL-COBOL?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....