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
Whats the difference between search & search ALL?
What is the difference between goback, stop run and exit program in cobol?
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?
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 are the different data types in cobol?
State the various causes of s0c1, s0c5 and s0c7.
Explain how to differentiate call by context by comparing it to other calls?
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.
How to remove 2 duplicate records and copy only one using job control language?
What is rmode(24)
Difference between cobol and cobol-ii?
What rules are to be followed while using the corresponding options?
what is difference between cobol and cobol/400
What is the local-storage section?
Which is not true about evaluate statement