How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / madhuri tungal
Take a look @ below example.
in JOB
//.......JOB....
//.... JCLLIB OREDR=(PROC-LIB)
//STEP1 EXEC PROC-NAME
//PROCSTEP.DDNAME DD DSN=.......
//...
//...
/*
| Is This Answer Correct ? | 56 Yes | 6 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
Is condition checking possible in jcl?
define cond parameter in 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 use of disp parameter in dd statement?
what is the compile process of cobol program expalin with code
How can the disposition of sysout datasets be set for an entire jobstream?
How is the record format of an output dataset specified?
How to alter the parameters for the existing gdg?
What are hierarchy levels in jcl?
Which statement is used to identify the private libraries in job?
What is the function of the dd avgrec keyword in sms datasets?
what is JCL?
For what purpose steplib and joblib are used ?
How to submit jcl through a cobol program?