Hi, can any one tell about " How do u eliminate the
duplicates "
Answer Posted / rammateti
By using DFSORT we can eliminate the duplicates
//Sysin dd *
sort fields=(1,5,ch,A)
sum fields=
/*
//
in the above dfsort we use sum fields= empty then it
eliminate the duplicates
if u want all dupli.in one file u can use
sum fields = xsum........
by (prathap)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the 4 fields in dd statement?
How jcl work to handle various input output file operations?
Differentiate between addressing mode and run mode.
How dummy is used in jcl?
What are the rules employed while naming the steps in a job?
Is it possible to define dd statements as you want?
A dd statement consists of 4 fields. Name them?
what is the resolution for sb37 error
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
List the different components of jcl statement?
Explain the function of the steplib dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Is automatic restart possible in jcl? If yes, how?
What are some jcl statements that are not allowed in procedures?
whats the diff bw the evaluate also and and?