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
What is the function of //cntl statement?
What is the purpose of disp parameter?
A dd statement consists of 4 fields. Name them?
What are the difference between jcl and jes?
what is DD statement is used in JCL?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
For what purpose steplib and joblib are used ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What do you understand by the term notcat 2 – gs?
What is concatenating?
Explain how can return codes be tested before execution of a job step?
What are hierarchy levels in jcl?
When output dataset space is required, what quantity categories are used?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
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?