What will happen if you code GO BACK instead of STOP RUN in
a stand-alone COBOL program i.e. a program which is not
calling any other program ?
Answer Posted / anoop
Nothing will happen. Program will run fine since Go back
gives the control back to the operating system
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Can we change the password using ALTER? anyone tried and changed?
What are the different open modes available in cobol?
How do you get the data to code the BMS macro?
What is amode(31)
Define cobol?
Whats the difference between search & search ALL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you reference the fixed block file formats from cobol programs
what is the use of outrecord?
What are all the divisions of a COBOL program?
In COBOL programming, what is PERFORM? What is VARYING?
How to know whether the module is dynamical or statistical?
What is the difference between Global and External Variables?