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 |
What is the function of //cntl statement?
jcl is like a complier....?
what are the types of abends that occur on job failure? And explain the possible causes of these
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
what r the types of job control statements?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is Cataloged Procedures?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Which statement is used to identify the private libraries in job?
how to create gdg with out using idcams utility