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
how to access the file from prodution from changeman tool and to submit a file to production
Explain the configuration section of a cobol program with examples of syntax.
Difference between array and sub-script ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are declaratives and what are their uses in cobol?
How do u write test cases?
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 amode(31)
How to know whether the module is dynamical or statistical?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is a SSRANGE and NOSSRANGE?
what are decleratives in cobol?
State the various causes of s0c1, s0c5 and s0c7.