IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?
Answers were Sorted based on User's Feedback
Answer / 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 |
How to get the last but one duplicate record of the file using Sort?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
How many types of libraries are there in JCL ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
wht is step lib n job lib ? where can we code joblib n steplib ?
i want to store 20 digits . how will u do it in cobol ?
How to identify where file is empty or not? How many ways are there to identifying?
How can i execute 5th step without executing first 4 steps?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Is it possible to left uncode disp?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?