What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?

Answer Posted / kotilingam

program execution will stop and control will not go back.

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats the difference between search & search ALL?

5893


What is the difference between goback, stop run and exit program in cobol?

1238


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7309


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)?

846


What are the different data types in cobol?

1057


State the various causes of s0c1, s0c5 and s0c7.

850


Explain how to differentiate call by context by comparing it to other calls?

911


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1357


How to remove 2 duplicate records and copy only one using job control language?

971


What is rmode(24)

905


Difference between cobol and cobol-ii?

947


What rules are to be followed while using the corresponding options?

841


what is difference between cobol and cobol/400

22156


What is the local-storage section?

892


Which is not true about evaluate statement

2102