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 ?
Answer Posted / anoop
Nothing will happen. Program will run fine since Go back
gives the control back to the operating system
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What are the different data types in cobol?
What is the usage of comp fields in cobol?
HOw can I get the negative sign while deduct high value from low value
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
) what is the difference between AID and HANDLE AID?
Define static linking and dynamic linking.
Discuss about changing dataset name in proc.
How do we get current date from system with century in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How are the next sentence and continue different from each other?
What is comp-1 and comp-2?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how can i see junk values in dclgen or in hostvariable of comp ?