in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / venu
if u give cond=only, it also do the same
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the function of the dd mgmtclas keyword in sms datasets?
Why block size is multiple of lrecl in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
Is there any command to check wether the ps file is in sorted order?
What is the purpose of dd?
what is the use of IEBGENER utility?
How gdg are concatenated?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to pass the parameter in parm using linkage section ? (syntax)?
what are the various stages of job processing?
Differentiate between the joblib and the steplib statements?
what is use of dsn parameter in dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?