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
Define concatenating?
Explain the jcl exec statement?
Explain the function of dd disp parameter?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Is acct parameter mandatory?
How can return codes be tested before execution of a job step?
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
in ways data can be passed to a COBOL program from JCL?
what is the purpose of coding notify parameter in job statement?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the format of comment statement?
What are the rules employed while naming the steps in a job?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to pass the parameter in parm using linkage section ? (syntax)?
Name what parameter directs the output of the job log dataset?