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
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different rules for performing sort operation?
Can we change the password using ALTER? anyone tried and changed?
What is the compute verb? How is it used?
What is amode(31)
What is the difference between Global and External Variables?
What is the difference between comp and comp-3?
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
What is static and dynamic call in cobol?
What are declaratives and what are their uses in cobol?
What is a report item?
Why would you use find and get rather than to obtain?
) How do u handle errors in BMS macro?
How you can read the file from bottom?
How to use the same COBOL program in Batch and CICS on lines? explain with an example