What will happen if we write two STOP RUN's in a COBOL
program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mr.perfect
if we run the two
STOP RUN.
STOP RUN.
WE WILL GET ABEND S013
| Is This Answer Correct ? | 0 Yes | 2 No |
How is the keyword DUMMY used in JCL?
Can we browse or edit the GDG dataset if it is a tape entry?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
How can unused space allocation be returned to the system when a dataset is closed?
what is “Cond= even” and “Cond=only”?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
a dd statement has 2 types of parameters. Name them?
how to concatenate datasets
Definition of COND parameter in JCL
Suppose I have five jobs to do. But I want to hold one?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?