Hi, can any one tell about " How do u eliminate the
duplicates "
Answer Posted / bhaskar reddy
//Sysin dd *
sort fields=(1,5,ch,A)
sum fields= none
/*
//
if u want all dupli.in one file u can use
//Sysin dd *
sort fields=(1,5,ch,A)
sum fields =none, xsum
/*
//
XSUM is the output file name. all duplicate records moved to
this file
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the 4 fields in dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
In sms datasets, what is the function of the dd avgrec keyword?
In job processing, what happens in conversion stage?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the difference between run mode and addressing mode?
What are steplib and joblib? What for they are used?
how to do automated restart when a job abends?
what is the purpose of coding notify parameter in job statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How can an in-stream dataset be terminated?
How can the disposition of sysout datasets be set for an entire jobstream?
How to override loadlib?
How does jcl act on code(if you take a cobol program)?
How can the submitting users racf authority be overridden in a job stream?