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
what is JCL?
Is there any command to check wether the ps file is in sorted order?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what happens in execution stage in job processing?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is one line to pass PARM from JCL to COBOL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the function of a dd statement?
how can you check if a file is empty using jcl?
what is the difference between JES3 and JES2?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain about LMFREE�free data set from its association with data ID
what is the use of IEBGENER utility?
When space is allocated for an output dataset, what units can be used?