in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / swathi
//Jobname
//step1 exec pgm=iebedit
//s1
//s2
//s3
.
.
.
//s10
//sysin dd*
start jobname type = include(s1,s3,s5,s7,s9)
/*
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the function of //cntl statement?
In sms datasets, what is the function of the dd avgrec keyword?
What is the function of the dd avgrec keyword in sms datasets?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the syntax of JCL statement?
What is job control language?
Is it possible to define dd statements as you want?
How is a type of file defined in the jcl that executes the cobol program?
How is the record format of an output dataset specified?
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) ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is acct parameter mandatory?
How does jcl specify the job to the operating system?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE