IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?
Answer Posted / madhu s reddy
.
.
//SORTXSUM DD DSN=UID.DUPS,DISP=SHR
//SYSIN DD *
SORT FIELDS = (10,5,CH,A)
SUM FIELDS = NONE,XSUM
/*
.
.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
What are steplib and joblib?
What is the difference between run mode and addressing mode?
Explain the function of //cntl statement?
What is the function of job statement in jcl?
For what purpose steplib and joblib are used ?
Are there any set of rules for the names of the steps used in a job?
Is condition checking possible in jcl?
What is Cataloged Procedures?
what is the use of JCL?
List the different components of jcl statement?
how can the same proc be re-used and called by many jobs?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is condition checking in jcl? Is this possible?
what operation is performed by job statement?