I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?
Answer Posted / sathish kumar
In job card give restart=stepname2
from stepname3 to consecutive ODD steps give the below
condition
cond=(4095,GE)
This will execute the steps stepname2,4,6,8.... and
bypasses the odd steps.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain the function of the steplib dd statement?
what is the purpose of coding notify parameter in job statement?
What is the purpose of the dd keylen parameter?
what is SOC4 error?
Explain how can return codes be tested before execution of a job step?
What is multithreading in jcl?
List in order the hierarchical levels of jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
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
What are the difference between jcl and jes?
what are the various stages of job processing?
Where & How Do You Code Identifier In Jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the function of dd name parameter with a 2 part structure; audit.report?