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
how to do automated restart when a job abends?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
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
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is use of disp parameter in dd statement?
what is use of dsn parameter in dd statement?
How to submit jcl through a cobol program?
How to pass data to a program that is coded in an exec statement?
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' ?
What is NOTCAT ?
Explain the hierarchy levels in jcl?
Brief description of inline procedure of jcl.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?