How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / raak
u have to give //procstep.ddname dsn=.....
| Is This Answer Correct ? | 59 Yes | 4 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How can the submitting users racf authority be overridden in a job stream?
How do you access an uncatalogued dataset in a jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain the function of //jcllib statement?
what sort card you will use to copy the data from one dataset to another dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the use of disp parameter?
what is use of space parameter in dd statement?
What is the purpose of dd?
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 do automated restart when a job abends?
What is the function of dd name parameter with a 2 part structure; audit.report?