Which COND paramter will u use to execute the step only if
the previous step does not execute
Answers were Sorted based on User's Feedback
Answer / dutta
It is said that if step does not execute..it doesn't said that step execute abnormally.
so i think we must use Cond=EVEN.it says even if previous step excecute abnormally or normally then next step must execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / y@$w@nth
//step01 EXEC PGM=prog1
//indd1 DD DSN=userid.sample.indataset1
//outdd2 DD DSN=userid.sample.outdataset1
//step02 EXEC PGM=prog1,COND=(0,EQ,STEP01,4,EQ,STEP01)
//indd2 DD DSN=userid.sample.indataset2
//outdd2 DD DSN=userid.sample.outdataset2
| Is This Answer Correct ? | 3 Yes | 9 No |
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
Passing a variable parm from JCL to a cobol/db2 program
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
Whats error code s222?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
wht is sysudump n sysout,sysprint ?
Where can program checkpoints be stored for use in a restart?
how to execute the last 5 steps in jcl