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
What are the cobol coding sheets?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between goback, stop run and exit program in cobol?
What do you understand by psb and acb?
Write some characteristics of cobol as means of business language.
How many bytes S(8) comp field occupy and its maximum value?
How do you get the data to code the BMS macro?
Why did you choose to work with ibm mainframe cobol programming?
what is the use of outrecord?
How to remove 2 duplicate records and copy only one using job control language?
In which area will you utilize 88 level items in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
A table has two indexes defined. Which one will be used by the SEARCH?
Give some examples of command terminators?
What are the different rules for performing sort operation?