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
A table has two indexes defined. Which one will be used by the SEARCH?
What is the usage of comp fields in cobol?
What is the LINKAGE SECTION used in COBOL?
How do u write test cases?
What kind of error is trapped by on size error option?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between comp and comp-3 usage?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the different open modes available in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
) How do u handle errors in BMS macro?
What are the different rules of SORT operation?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?