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


Please Help Members By Posting Answers For Below Questions

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.

1166


What are the different rules for performing sort operation?

958


Can we change the password using ALTER? anyone tried and changed?

1746


What is the compute verb? How is it used?

852


What is amode(31)

913


What is the difference between Global and External Variables?

925


What is the difference between comp and comp-3?

896


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

2247


What is static and dynamic call in cobol?

785


What are declaratives and what are their uses in cobol?

936


What is a report item?

905


Why would you use find and get rather than to obtain?

900


) How do u handle errors in BMS macro?

1622


How you can read the file from bottom?

874


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2105