If we use GO BACK instead of STOP RUN in cobol?
Answers were Sorted based on User's Feedback
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 |
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 |
What is level 66 used for ?
How include time & date in the report generation in cobol programing?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
What is difference between COBOL and VS COBOL II?.
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
how will u pass dadta to cobol+db2 program...?
A table has two indexes defined. Which one will be used by the SEARCH?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how do u indetify files succesfully executed or not ?
What is normalisation?