i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
in ways data can be passed to a COBOL program from JCL?
restart logic ?
List the different components of jcl statement?
What are the common jcl syntax errors you get? This is not abends?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to delete generations of gdg without deleting gdg base?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
What is the difference between sb37,se37,sd37 each?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
wht do u mean by notify parameter, how can u give acess to multiple users ?