What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / tidda
For a standalone program, it is the same. But STOP RUN from
a called program will not return control to the calling
program.
| Is This Answer Correct ? | 62 Yes | 1 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
What are the different rules of SORT operation?
Difference between cobol and cobol-ii?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Mention the guidelines to write a structured cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
what happens if parmparameter passes zero bytes to the program
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are 77 levels used for?
explain sorting techniques in cobol program?
what is difference between cobol and cobol/400
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Why would you use find and get rather than to obtain?
How do you get the data to code the BMS macro?