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 |
what is record label is empty or standard in file description of data division?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how to access vsam files in cobol and how to differentiate that this is ESDS file
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
wht is packed decimal in cobol
what is the difference between Plan & package?
what are the working storage fields in BMS macro?
can you declare redefine in level 01?
what is the use of filler in cobol programing?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Explain about level numbers?
what is the advantage of sync class