What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / nilesh
Goback will return control back to OS ie its logical ending
of program but OS will decide what to do next , but
fortunately as GOBACK is the last statement in program so
it terminates.
GOBACK is specially used for called progam but we can use
it in main(STAND ALONE) program also.
| Is This Answer Correct ? | 49 Yes | 0 No |
Post New Answer View All Answers
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
A table has two indexes defined. Which one will be used by the SEARCH?
What is link edit in cobol?
) what is the difference between AID and HANDLE AID?
What is the difference between binary search and sequential search?
What is an in line perform? When would you use it? Anything else you wish to say about it.
State the various causes of s0c1, s0c5 and s0c7.
what happens if parmparameter passes zero bytes to the program
What is inspect in cobol ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How many bytes S(8) comp field occupy and its maximum value?
What are the pertinent COBOL
What is the difference between PIC 9.99 and 9v99 in COBOL?
Describe the cobol database components?
In which area will you utilize 88 level items in cobol?