Can we write same stepname for one or more steps in on
job ?
Answers were Sorted based on User's Feedback
Answer / suresh
YES.YOU CAN DO IT, BUT WHEN YOU USE RESTART AND COND IN
YOUR JCL IT LEADS TO PROBLEM, SO IT IS BEST TO USE UNIQUE
NAME FOR EACH STEP
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / yuvaevergreen
Yes. We can code same step name for another step. The job
gets executed successfully. A warning alone comes.
| Is This Answer Correct ? | 16 Yes | 4 No |
Whats error code s222?
How to submit a jcl from cics?
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
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What is the difference between sb37,se37,sd37 each?
What does a disposition of (NEW,CATLG,KEEP) mean?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
which utility is used a dummy utility?