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 |
How do you restart a PROC from a particular step?
If Region=0k means What Happen?
Name the system library from which modules are retrieved at execution
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
suppose i have 10 job steps and i want to execute only step 6.How to write?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
Please give me the coding for converting VB to FB and FB to VB
What happens if both JOBLIB and STEPLIB is specified ?
How do you override a parameter in Positional parameters?
Explain about LMCOPY -
How can you execute a COBOL program via SYSIN in JCL?