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 |
what is the meaning of keyword in jcl?what is is opposite?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
write a jcl to execute a job by 7:00 am on jan 20,1986?
how to edit a tape dataset ? asked in wipro
What dd statement is used to supply the name of a dataset?
what is the use of IEBGENER utility?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
Explain the function of a dd statement?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
What statement can be used to send data to another mvs jes3 node?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
Matching Logic in Jcl not in cobol.Could any one please answer this question