How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / abhi
JCL should have :
//PROCSTEP.DD DSN=XYZ
| Is This Answer Correct ? | 19 Yes | 16 No |
Post New Answer View All Answers
I need exexution process for JCL programs
Is their any limit for data sets?
Is it possible to left uncode disp?
How to pass data to a program that is coded in an exec statement?
Brief description of inline procedure of jcl.
What is multithreading in jcl?
What do you understand by jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
How can return codes be tested before execution of a job step?
What are the parameter we cannot use in procedure?
How to override loadlib?
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?
How to run cobol program using jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain how can the attributes of one sms dataset be copied to another dataset?