i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / druks
It , depends on you having the JCL in a proc or are running it instream (simpler option) , you can delete the steps you do not require and run job'
Proc : in the EXEC JCL
Job statement put a RESTART Parm ,
in the EXEC JCL .
//stepa exec procname,cond=(1111,ne,stepxxx),cond=(1111,ne,stepxx1)
stepxxx ,stepxx1 step you want to exclude
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
Explain the job statement in jcl?
What are the 2 types of parameters in dd statement?
what is the compile process of cobol program expalin with code
What is the function of job statement in jcl?
what is the difference between JES3 and JES2?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is notcat 2 - gs?
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 use of dsn parameter in dd statement?
What are hierarchy levels in jcl?
When space is allocated for an output dataset, what units can be used?
What is the purpose of the dd keylen parameter?
what happens in execution stage in job processing?
what is use of space parameter in dd statement?