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 should be the sorting order for SEARCH ALL?
Why occurs cannot be used in 01 level in COBOL?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
What are the different rules for performing sort operation?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
Write the syntax of a two dimensional array?
S9(5)V9(2) occupies how many bytes memory ?
If I want to increase the Limit in GDG. What should I do?
what is index and how to use two tables using index?
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?