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
Explain dd statement in jcl?
What is the use of symbol // in jcl?
Name the statement which can be used to send data to another mvs jes3 node?
Describe the various parameters utilized in the creation of a gdg?
Is automatic restart possible in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the JCL statement consists of?
Can we call instream to catalog and catalog to instream?
Is automatic restart possible in jcl? If yes, how?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Which dd parameters are required?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are some jcl statements that are not allowed in procedures?
What is the significance of addrspc parameter in exec statement?
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?