how to skip the steps in JCl
Answers were Sorted based on User's Feedback
Answer / abhijit18in2002
Just use COND(0,LE) at the step u dnt want to execute it
will be excluded
STEP01 EXEC PGM=IEFBR14
STEP02 EXEC PGM=IEFBR14,COND=(0,LE)
STEP03 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / chowdary
to skip the steps in jcl we use restart or cond parameter
| Is This Answer Correct ? | 11 Yes | 2 No |
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
what JCL Procedures?
What is concatenating?
when does a dataset go uncataloged?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
which utility is used to sort a file in jcl?
What is the format of comment statement?
Explain the function of the steplib dd statement?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
wht do u mean by notify parameter, how can u give acess to multiple users ?