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
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What dd statement is used to supply the name of a dataset?
What is the format of comment statement?
What do you understand by the term job time – out and how can you overcome that?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What do you understand by jcl?
Explain the purpose of dd * statement in jcl?
How do you create a temporary dataset?
In job processing, what happens in execution stage?
Where & How Do You Code Identifier In Jcl?
how you can access an uncataloged dataset in a JCL?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Must tape dataset definitions include vol=ser specifications?
How to pass the parameter in parm using linkage section ? (syntax)?
Is there any command to check wether the ps file is in sorted order?