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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1297


What is the local-storage section?

691


In COBOL, what is the different between index and subscript?

768


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

683


What is the difference between external and global variables in COBOL?

821






What is the difference between PIC 9.99 and PIC9v99?

787


i want a program using by if, evaluate , string, unstring, perform, occurs?

4069


What are the different rules to perform a Search?

621


Which is not true about evaluate statement

1629


How do you differentiate between cobol and cobol-ii?

662


Why would you use find and get rather than to obtain?

696


What is rmode(any) ?

690


A table has two indexes defined. Which one will be used by the SEARCH?

767


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1529


How do you reference the following file formats from cobol programs?

702