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 |
How do get the result of your program directly on your pc?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
what is the use of filler in cobol programing?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
What is the point of the REPLACING option of a copy statement?
What is the significance of 'above the line' and 'below the line'?
COMP?
How do we get current date from system with century in COBOL?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
How to retain the Duplicates in the one records?
What care has to be taken to force program to execute above 16 Meg line?
what are the error codes in cobol, db2, cics, vsam , and jcl