I have three files for one step i need to override the
third file how to do that in jcl?



I have three files for one step i need to override the third file how to do that in jcl?..

Answer / 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

More JCL Interview Questions

what is the alternative to model parameter?

0 Answers  


What is order of searching of the libraries in a JCL?

4 Answers  


Explain COND used in JCL?

1 Answers   Patni,


What are the parameter in the job card wihtout which job won't run........

10 Answers   IBM,


what is SOC4 error?

0 Answers  


Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


Explain how can return codes be tested before execution of a job step?

0 Answers  


While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


How to identify in JCL that an input file is empty without reading it?

4 Answers   L&T,


with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?

1 Answers   TCS,


Categories