Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / tidda
This can be done by using Sort.
1) If the first duplicate is to be kept, we use SUM
FIELDS=NONE
2) If none of the duplicates are to be kept, using SYNCTOOL
or ICETOOL, use the NODUPS option.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
Explain the job statement in jcl?
How would you understand error(execution phase)?
How can a jobs execution priority be modified?
What is the function of job statement in jcl?
what is the compile process of cobol program expalin with code
How can values be passed from the job stream to an executable program?
What are hierarchy levels in jcl?
Differentiate between the joblib and the steplib statements?
Explain dfsort utility?
What is the function of //cntl statement?
Explain how can a stopped job be started again?
Suppose I have five jobs to do. But I want to hold one?
Is there any command to check wether the ps file is in sorted order?
What are the jcl procedures?