How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / mak
//Stepname.DDname DD DSN=XXXXX.YYYYY.ZZZZZ
//*
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is the resolution for sb37 error
What is the purpose of disp parameter?
What is one line to pass PARM from JCL to COBOL?
define cond parameter in jcl?
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?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain dd statement in jcl?
Can I send output of job to my remote device careerride123?
What is job control language?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Where can program checkpoints be stored for use in a restart?
How to alter the parameters for the existing gdg?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?