Interview Questions

What will happen if you code GO BACK insteal of STOP RUN in a stand-alone COBOL program

COBOL Interview Questions


(Continued from previous question...)

What will happen if you code GO BACK insteal of STOP RUN in a stand-alone COBOL program

Q: What will happen if you code GO BACK insteal of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program?

A: Both give the same result when a program is not calling any other program. GO BACK will give the control to the system even though it is a single program.

(Continued on next question...)

Other Interview Questions