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
What are literals?
Which division and paragraphs are mandatory for a COBOL program?
Mention the guidelines to write a structured cobol program?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between external and global variables in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the usage of comp fields in cobol?
How you can read the file from bottom?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how can i see junk values in dclgen or in hostvariable of comp ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is the use of outrecord?