If we use GO BACK instead of STOP RUN in cobol?
Answer / guest
we can use both goback and stop run in cobol when there is no
call statement to show termination of the program....
if we use go back it transfer control to the main program.
else we use stop run it releases the program from the main
memory give the control back to the operating system.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to remove 2 duplicate records and copy only one using job control language?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
if you give cylinder(1,1)how many cylinders it will be allocate?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
How to pass return codes from cobol to jcl?
Which is not true about evaluate statement
I got user abend U4038 while compiling my runjcl.. can anyone help me?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
how to display comp3 variables reply soon ?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
How do you code Cobol to access a parameter that has been defined in JCL?