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
What are the parameter we cannot use in procedure?
What is the purpose of the dd keylen parameter?
What are the 4 fields in dd statement?
Why include statement is used in a jcl?
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?
What is the significance of addrspc parameter in exec statement?
What is the function of a dd statement?
Explain the function of a dd statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
For what purpose steplib and joblib are used ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Name what parameter directs the output of the job log dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What are the rules employed while naming the steps in a job?
how would you create a temporary dataset? And where will you use them?