I have two input files
i/p1
name id-key flag date
i/p 2
name id-key date
if id-key matches in the both the files then it should
write the output file from i/p1 with flag 'Y'. It should be
done thru JCL sort card ,Please provide the info on this.
---Note : output file should have all records from i/p1
with proper Flag.
Answer Posted / muttaiah
Please give us a sample of both the I/P files and the data
you expect in O/P files so that it will be useful for us to
answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
How can a fb file convert to vb file using sort program?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the use of disp parameter?
How to override loadlib?
Is automatic restart possible in jcl?
Explain about LMFREE�free data set from its association with data ID
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain the purpose of the dd keylen parameter?
What happens if both JOBLIB & STEPLIB is specified ?
What does a disposition of (new,catlg,keep) for a dsn mean?
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?
in ways data can be passed to a COBOL program from JCL?
How can a jobs execution priority be modified?
What are the difference between jcl and jes?