Should I use STOP RUN in the sub program??why?
Answer Posted / suresh ramaiyan
If we use STOP RUN in the sub program, in sub program
itself will terminate the execution and the control will
not come back to the calling program or main program.
Instead we can use "EXIT PROGRAM". This command will pass
the control to main program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
how do you reference the variable block file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Mention the guidelines to write a structured cobol program?
What is inspect in cobol ?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the compute verb? How is it used?
Name the divisions, which are available in a cobol program?
) How do u handle errors in BMS macro
How arrays can be defined in COBOL?
how do you reference the esds vsam file formats from cobol programs
Write a program to explain size error.
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the rrds file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.