How can we execute only one step in a job
Answer Posted / ankur
hi
kamal.
i know that by IEBEDIT IT can be done....
//sysin dd *
edit type=exclude, stepname=(step01)
//
but we should try with cond...
i know cond = only in first skip or flush the 1st step ..
just check it...
bye
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
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?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How is the record format of an output dataset specified?
How can values be passed from the job stream to an executable program?
In sms datasets, what is the function of the dd mgmtclas keyword?
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?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the jcl exec statement?
Suppose I have five jobs to do. But I want to hold one?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What do you understand by the term job time – out and how can you overcome that?
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.
what is a jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?