in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answer Posted / kiran
i think it will be s806...ie load module not found
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is rmode(any) ?
What are declaratives and what are their uses in cobol?
What is a SSRANGE and NOSSRANGE?
What is the difference between PIC 9.99 and PIC9v99?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Differentiate between structured cobol programming and object-oriented cobol programming.
Define cobol?
What rules are to be followed while using the corresponding options?
What is the difference between perform … with test after and perform … with test before?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Can you please let me know the centre name of INS certification in Kolkata.
What is amode(24)?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.