i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Answers were Sorted based on User's Feedback
Answer / manoj
Job will neither abend nor go in infinite loop. It will give unpredicted results as it will executes all the codes line by line till the end.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / pramod reddy
The pgm will take max. time to compile..
it will get S322 abend...
| Is This Answer Correct ? | 0 Yes | 5 No |
What is the maximum length of a field you can define using COMP-3 in COBOL?
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
how to transfer the file from pc to mainframe??
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What is static and dynamic call in cobol?
In an EVALUATE statement, can I give a complex condition on a when clause?
In EBCDIC, how would the number 1234 be stored?
What is the difference between PIC 9.99 and 9v99?
how to run sub programs using static and dynamic call ...
The maximum number of dimensions that an array can have in COBOL-85 is ?
what r the types of perform statement
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?