IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?
Answers were Sorted based on User's Feedback
Answer / madhu s reddy
.
.
//SORTXSUM DD DSN=UID.DUPS,DISP=SHR
//SYSIN DD *
SORT FIELDS = (10,5,CH,A)
SUM FIELDS = NONE,XSUM
/*
.
.
Is This Answer Correct ? | 11 Yes | 2 No |
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Give the syntax of job specifying jcl statement.
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
How does jcl act on code(if you take a cobol program)?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how do you access an uncataloged dataset in a jcl?
What is QSAM error usually when it is occurs?
What is the purpose of disp parameter?
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:)
How to find in aparticular step how many versions a paricular gdg base have?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
what is a steplib