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..?
What is the significance of addrspc parameter in the exec statement?
Explain the job statement in jcl?
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
What is the function of //jcllib statement?
How is a type of file defined in the jcl that executes the cobol program?
What are the utility programs in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to do automated restart when a job abend?
Explain the hierarchy levels in jcl?
Explain how can a stopped job be started again?
What are the jcl procedures?
which utility is used a dummy utility?
a dd statement has 2 types of parameters. Name them?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?