I have three files for one step i need to override the
third file how to do that in jcl?
Answer Posted / pp
you can override 3 file.
//stepname.ddname dd
// dd
// dd dsn=give third file here
stepname can be found in proc
ddname can be found in proc
Is This Answer Correct ? | 39 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
Are there any set of rules for the names of the steps used in a job? What are they?
Must tape dataset definitions include vol=ser specifications?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
In sms datasets, what is the function of the dd avgrec keyword?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What do you understand by the terms: joblib and steplib?
What is the function of the dd dcb keyword?
Explain how can values be passed from the job stream to an executable program?
Explain the function of dd disp parameter?
How can a jobs execution priority be modified?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?