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

Write the code to count the sum of n natural numbers.

697


What are the access modes of START statement?

716


What the difference is between continue and next sentence?

651


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

417


How do you reference the following file formats from cobol programs?

693






What is the LINKAGE SECTION used in COBOL?

885


Write some characteristics of cobol as means of business language.

614


What are declaratives and what are their uses in cobol?

706


) How do u handle errors in BMS macro

1505


What are the different rules to perform a Search?

613


What is the difference between PIC 9.99 and PIC9v99?

771


Describe the cobol database components?

676


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

641


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

697


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

816