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 |
what is the alternative to model parameter?
What is order of searching of the libraries in a JCL?
Explain COND used in JCL?
What are the parameter in the job card wihtout which job won't run........
what is SOC4 error?
Can we delete the data using IEFBR14 , IEBGENER??
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
I had 100 steps in jcl i want to execute first 10 steps only?
Explain how can return codes be tested before execution of a job step?
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?
How to identify in JCL that an input file is empty without reading it?
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?