Should I use STOP RUN in the sub program??why?
Answer Posted / veni
If STOP RUN is used in the sub program, execution will
terminate there itself and it will never come to main
program. Thats why we have to use only GOBACK in the sub
programs.
Normally, we will code STOP RUN only in main programs not
in sub programs.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
what are decleratives in cobol?
how do you reference the fixed unblock file formats from cobol programs
What rules are followed by the search verb.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Explain the configuration section of a cobol program with examples of syntax.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
how do you reference the esds vsam file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are 77 levels used for?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Name the sections present in data division.
how do you reference the printer file formats from cobol programs