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 to read the last 100 records from a COBOL file. The file contains N number of records.

11 Answers   IBM,


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


Differentiate COBOL and COBOL-II?

0 Answers  


How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.

10 Answers   ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,


where do we use dyanamic call ? and where do we use static call pls give any example pls ?

3 Answers   Patni,






which is better either static call or dynamic call? and why?

5 Answers   HCL,


Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.

5 Answers   EDS,


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


Write the syntax of a two dimensional array?

8 Answers   Honeywell, Xansa,


What is the compute verb? How is it used?

0 Answers  


what is MSGLEVEL?

1 Answers   IBM,


Categories