I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / vidya
From 5th to 10th step, give COND parameter. Give the
condition as COND=(0,LE). As 0 is always less than or equal
to the return code of executing step it will bypass.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Why include statement is used in a jcl?
Explain how can a jobs execution priority be modified?
What are the parameters that are used in creating a gdg?
what is “Cond= even” and “Cond=only”?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How do you submit a job for execution?
Are there any set of rules for the names of the steps used in a job?
Must tape dataset definitions include vol=ser specifications?
Explain the function of the dd dcb keyword?
What dd statement is used to supply the name of a dataset?
what is the compile process of cobol program expalin with code
Can we use DISP=SHR in output file in JCL
Explain the purpose of dd * statement in jcl?