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 the default value(s) for an initialize and what keyword allows for an override of the default?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Describe the cobol database components?
What is the utilization of copybook in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the rrds file formats from cobol programs
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Give some examples of command terminators?
What are all the divisions of a COBOL program?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Which mode is used to operate the sequential file?
example for sub strings ? and refernce modifications whit output pls
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write the code implementing the perform … varying.