If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / syntel
You can Use RESTART in job cards.
RESTART=JOBSTEPNAME.PROCSTEPNAME
Thanks
| Is This Answer Correct ? | 4 Yes | 31 No |
Post New Answer View All Answers
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?
Give the syntax of job specifying jcl statement.
What are the 2 types of parameters in dd statement?
Is it possible to left uncode disp?
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
What are steplib and joblib? What for they are used?
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?
How can unused space allocation be returned to the system when a dataset is closed?
What is condition checking in jcl? Is this possible?
How do you submit a job for execution?
How do you overcome this limitation ?
Which statement is used to identify the private libraries in job?
How can the disposition of sysout datasets be set for an entire jobstream?
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
Explain how can the attributes of one sms dataset be copied to another dataset?