I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / shivanadri naveen kumar
After 10th step you should give jcl null statement or else
code condition parameter in step11.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to override loadlib?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Can we use DISP=SHR in output file in JCL
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is concatenating?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How is the record format of an output dataset specified?
what is use of disp parameter in dd statement?
how do you code a null statement?
what is the compile process of cobol program expalin with code
What is one line to pass PARM from JCL to COBOL?
how to do automated restart when a job abends?
How does jcl specify the job to the operating system?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?