How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / nikhil
To override a specific ddname in procedure.
//STEPNAME DDNAME DDDSN=XYZ.NIK.PS
| Is This Answer Correct ? | 5 Yes | 28 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
whats the diff bw the evaluate also and and?
What is Cataloged Procedures?
What is the significance of addrspc parameter in the exec statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can a fb file convert to vb file using sort program?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how you can access an uncataloged dataset in a JCL?
For what purpose steplib and joblib are used ?
Explain the function of //cntl statement?
What is catelog procedure and how many catelog procedure to use in one job?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what is a jcl?
what are the various stages of job processing?