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 |
How to execute a set of JCL statements from a COBOL program?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
Can the OCCURS clause be at the 01 level?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is SQL Code -904 and -903 in DB2 And how to handle it?
what is the use of comp2 ? where can we use it with example ?
what is the difference between Normal vaiable and comp variable.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
What are the different rules to perform a Search?
Explain about level numbers?
What is the difference between Call and a Link?