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 |
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
what is alternate index?
delete rules in db2
Explain the function of //jcllib statement?
What is model dataset label(Model DSCB)?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
How do you skip a particular step in a proc/JOB?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
how can the same proc be re-used and called by many jobs?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?