If we use GO BACK instead of STOP RUN in cobol?

Answers were Sorted based on User's Feedback



If we use GO BACK instead of STOP RUN in cobol?..

Answer / girish kumar

if the program doesn't consists of call statement we can use
eaither goback or stoprun to terminate the program.
But if program having the call statement
We have to use GOBACK for SUB-PROGRAM
STOPRUN for MAINPROGRAM

Is This Answer Correct ?    11 Yes 1 No

If we use GO BACK instead of STOP RUN in cobol?..

Answer / chaitanya chandana

if u use goback() it will back to the main program....But were as stoprun() it wil shows the end of the main program..


if there any mistake plz correct me.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More COBOL Interview Questions

How do get the result of your program directly on your pc?

0 Answers   UST,


Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


what is the use of filler in cobol programing?

4 Answers   MAT,


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  


What is the point of the REPLACING option of a copy statement?

3 Answers  


What is the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


COMP?

2 Answers  


How do we get current date from system with century in COBOL?

0 Answers   Winsol Solutions,


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


How to retain the Duplicates in the one records?

3 Answers   CS,


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


what are the error codes in cobol, db2, cics, vsam , and jcl

2 Answers   TetraSoft,


Categories