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
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the various section in data division and briefly explain them.
Can a Search can be done on a table with or without Index?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How to print 10 to 1 if the input have only 10 digit number?
Write some characteristics of cobol as means of business language.
) How do u handle errors in BMS macro?
What are the different rules of SORT operation?
Why occurs cannot be used in 01 level in COBOL?
Write a program that uses move corresponding.
How do u write test cases?
What is the difference between binary search and sequential search?
What is the difference between comp and comp-3?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you reference the esds vsam file formats from cobol programs