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 |
wht r different types of sorts ?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
What is the function of dd disp parameter?
What is the purpose of the dd keylen parameter?
What is a S0C4 error ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
Is it possible to define dd statements as you want?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how to create gdg with out using idcams utility
what is force complete
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?