How do you skip a particular step in a proc/JOB?
Answer Posted / nikhil
To skip a particular step use Conditon in EXEC statement
If the condition is true then step will be bypassed.
Ex
//stepname EXEC PGM=xyz,COND(4,LT).
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the function of the steplib dd statement?
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
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What parameter of the job statement is used to limit the cpu time consumed by the job?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain in DD statement what is the use of DCB parameter?
Is condition checking possible in jcl? If yes, how?
how to compare two datasets without using superce because output is limited to 133 bytes
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
i want to store 20 digits . how will u do it in cobol ?
what is the resolution for sb37 error
Is it possible to code instream data in a PROC?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How can a fb file convert to vb file using sort program?