What will happen if we write two STOP RUN's in a COBOL
program?
Answer Posted / suresh
The two STOP RUN statements are valid and the statement
which one will be processed first, will be executed first
and control return back to the operting system.
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
A dd statement consists of 4 fields. Name them?
Are there any set of rules for the names of the steps used in a job? What are they?
Where can program checkpoints be stored for use in a restart?
what is the resolution for sb37 error
How to pass data to a program that is coded in an exec statement?
How does the jcl specify the job to os?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are the jcl procedures?
How to do automated restart when a job abend?
What is the difference between the positional and keyword parameters? Give examples.
define cond parameter in jcl?
Suppose I have five jobs to do. But I want to hold one?
what is use of space parameter in dd statement?
Differentiate between addressing mode and run mode.