Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / alan at accenture
the existing record of present file and the duplicate
record of previous file wnen sort both files, if both are
duplicated records both must be removed and there is no
existing record in the file. Got it? thanksalan
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
Can we use DISP=SHR in output file in JCL
Explain the purpose of dd * statement in jcl?
What is the function of //cntl statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are hierarchy levels in jcl?
What are the utility programs in jcl?
What is Cataloged Procedures?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Is acct parameter mandatory?
what is use of disp parameter in dd statement?
what is the purpose of coding class parameter in job statement?
What are some jcl statements that are not allowed in procedures?
How do you create a temporary dataset?
Is condition checking possible in jcl? If yes, how?