In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?
Answer Posted / mahesh
//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
What is the purpose of dd dummy statement?
how to do automated restart when a job abends?
which parameter is use to declare the name of dataset in dd statement?
How can the attributes of one sms dataset be copied to another dataset?
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?
What is one line to pass PARM from JCL to COBOL?
What is the function of job statement in jcl?
What is the use of disp parameter?
how JCL works?
in ways data can be passed to a COBOL program from JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is DSN in JCL and what are the parameters to declare the DSN?