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 |
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
01 b pic +9(4) How many bytes it will take for storage???
What are decleratives in COBOL ?
how to access vsam files in cobol and how to differentiate that this is ESDS file
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How is sign stored in a COMP field ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
How do you compile cobol program..?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is the meaning of 'Eject' verb in cobol?
Can we put move statement in COBOL copybook