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
what JCL Procedures?
What is the difference between run mode and addressing mode?
How can a fb file convert to vb file using sort program?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What dd statement is used to supply the name of a dataset?
How can the disposition of sysout datasets be set for an entire jobstream?
How can the attributes of one sms dataset be copied to another dataset?
What is multithreading in jcl?
How does jcl act on code(if you take a cobol program)?
What is condition checking in jcl? Is this possible?
Is condition checking possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the function of the dd dcb keyword?
What statement can be used to send data to another mvs jes3 node?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?