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

I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


in the TIME parameter we r giving hours r minutes

4 Answers   IBM,


I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?

1 Answers   CTS, HCL,


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

0 Answers  


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  






I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?

12 Answers   T systems, Tech Mahindra,


diffrence between renames and redifnes with examples

3 Answers   IBM,


What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.

2 Answers  


Are you comfortable in cobol or jcl?

0 Answers  


what is the difference between external and global variables?

1 Answers  


What are the various section in data division and briefly explain them.

0 Answers  


Categories