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
Are there any set of rules for the names of the steps used in a job?
how to run batch program without jcl?
Explain the purpose of dd dummy statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Name a few IBM utility programs, and explain its function.
Can we use DISP=SHR in output file in JCL
what is use of dsn parameter in dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
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?
When space is allocated for an output dataset, what units can be used?
What is the function of job statement in jcl?
Explain the function of //cntl statement?
Brief description of inline procedure of jcl.
Where & How Do You Code Identifier In Jcl?
when can a job time-out occur? How to overcome that?