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
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How do you access an uncatalogued dataset in a jcl?
What are the 4 fields in dd statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
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
Explain how can return codes be tested before execution of a job step?
Name the statement which can be used to send data to another mvs jes3 node?
Describe the various parameters utilized in the creation of a gdg?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
define cond parameter in jcl?
what JCL Procedures?
Must tape dataset definitions include vol=ser specifications?
What does a disposition of (MOD,DELETE,DELETE) mean ?