What will happen if you code GO BACK instead of STOP RUN in
a stand-alone COBOL program i.e. a program which is not
calling any other program ?
Answer Posted / sivakumar sekharannair
Yes nothing will happen since go back will take the control
back from where it is called and finally the control will
go to operating system
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
how to refer the data field?
Define static linking and dynamic linking.
how can i see junk values in dclgen or in hostvariable of comp ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write the code to count the sum of n natural numbers.
What rules are to be followed while using the corresponding options?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Explain how to differentiate call by context by comparing it to other calls?
How can you get the ksds file records into your cobol program?
What is comp-1 and comp-2?
Have you used comp and comp-3 in your project? And how?
What are 77 levels used for?