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

What is the meaning of 'TALLING' verb in cobol?

5 Answers  


What is an in-line perform ?

4 Answers   Accenture,


How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.

2 Answers  


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,






What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value

3 Answers   CTS,


What are the different open modes available in cobol?

0 Answers  


What are the two search techniques ?

2 Answers   iGate,


88 class is used for

5 Answers   CTS, EDS,


what will happen if pass values more than 100 using PARM parameter?

1 Answers  


What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?

4 Answers   IBM,


Categories