i have step1,step2,step3 from where can i start coding cond parameter ?
Answers were Sorted based on User's Feedback
Answer / srk
u can code cond parameter on any step but coding it on step1
results nothing because no return code verification for step1.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / arunudhay
You can start either from step 1 or 2 or 3,it doesn't matter
but depending on your COND stmt the steps will be executed.
| Is This Answer Correct ? | 5 Yes | 4 No |
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
How can the attributes of one sms dataset be copied to another dataset?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
How can return codes be tested before execution of a job step?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
What is condition checking in jcl? Is this possible?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero