in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answer Posted / gurukulu
S0C1 ABEND will be issued.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between Global and External Variables?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
) How do u handle errors in BMS macro
how do you define single dimensional array and multidimensional array in your cobol?
what is the difference between COBOL2 AND COBOL390?
How to know whether the module is dynamical or statistical?
What is a scope terminator give example?
How many sections are there in data division in COBOL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the pertinent COBOL
How can you get the ksds file records into your cobol program?
What is the use of intialize verb?
How to print 10 to 1 if the input have only 10 digit number?