there are 10 steps in jcl how to execute the steps from
step2 to step8 only

Answer Posted / chowdary

give restart from step 2 and give end statement after 8th
step

it might be possible by using cond parameter

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to run batch program without jcl?

10104


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

1106


For what purpose steplib and joblib are used ?

696


What do you understand by the term notcat 2 – gs?

768


What is the purpose of dd * statement in jcl?

821






List the different jcl statements that are not permitted in the procedures?

648


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?

657


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

627


Explain the hierarchy levels in jcl?

1128


Is there any command to check wether the ps file is in sorted order?

2441


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1494


How can values be passed from the job stream to an executable program?

885


what is use of dcb parameter in dd statement?

787


How to override loadlib?

1436


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

798