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


Please Help Members By Posting Answers For Below Questions

is there any way to execute more than one proc in the same exec statement at the same time..?

2204


What is the significance of addrspc parameter in the exec statement?

699


Explain the job statement in jcl?

741


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

690


What is the function of //jcllib statement?

919






How is a type of file defined in the jcl that executes the cobol program?

817


What are the utility programs in jcl?

729


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

808


How to do automated restart when a job abend?

897


Explain the hierarchy levels in jcl?

1239


Explain how can a stopped job be started again?

742


What are the jcl procedures?

735


which utility is used a dummy utility?

927


a dd statement has 2 types of parameters. Name them?

735


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?

888