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
Matching Logic in Jcl not in cobol.Could any one please answer this question
how JCL works?
which utility is used to run a cobol-db2 program?
What is catelog procedure and how many catelog procedure to use in one job?
How gdg are concatenated?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Must tape dataset definitions include vol=ser specifications?
Is automatic restart possible in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
i want to store 20 digits . how will u do it in cobol ?
how can the same proc be re-used and called by many jobs?
Can I share my data with other jobs? How?
Where can program checkpoints be stored for use in a restart?
Define concatenating?