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
Is automatic restart possible in jcl?
How can return codes be tested before execution of a job step?
How gdg are concatenated?
what EXEC statement is and what is the syntax of EXEC statement used 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 function of the dd mgmtclas keyword in sms datasets?
Explain the function of //cntl statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the function of the dd dcb keyword?
what is the resolution for sb37 error
How to pass the parameter in parm using linkage section ? (syntax)?
What dd statement is used to supply the name of a dataset?
What are the 4 fields in dd statement?
what operation is performed by job statement?
What is the purpose of dd dummy statement?