If we use GO BACK instead of STOP RUN in cobol?
Answer Posted / 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 |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
Which division and paragraphs are mandatory for a COBOL program?
HOw can I get the negative sign while deduct high value from low value
how can i see junk values in dclgen or in hostvariable of comp ?
How do we get current date from system with century in COBOL?
What is the difference between goback, stop run and exit program in cobol?
what are decleratives in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is Pic 9v99 Indicates in COBOL?
) How do u handle errors in BMS macro?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the problem of ordered sequential files access?
What is the difference between PIC 9.99 and PIC9v99?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?