What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / shilpi gupta
When Go back is specified in main program, it will act like STOP RUN and will give control back to MVS/OS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
how do you reference the variable block file formats from cobol programs
What are the access modes of START statement?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
what is the difference between COBOL2 AND COBOL390?
What are 77 levels used for?
State the various causes of s0c1, s0c5 and s0c7.
What is Pic 9v99 Indicates in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how do you reference the esds vsam file formats from cobol programs
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Give some examples of command terminators?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?