Hi, can any one tell about " How do u eliminate the
duplicates "
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
What are the rules employed while naming the steps in a job?
how to put a dependency on job in jcl using opc scheduler?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
Can we change a FB file to VB file in JCL? Please help
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
i just need the first and last record from a sequencial file?how
In job processing, what happens in execution stage?
How to submit jcl through a cobol program?