If we want to see the eliminated duplicate record thru
SORT, how its output file will be managed
Answer Posted / mahaveer
//SORTXSUM DD DSN=datasetname,
// DISP=(NEW,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(1,4),RLSE),
// DCB=(RECFM=FBM,LERCL=80,BLKSIZE=800)
.
.
//SYSIN DD *
SORT FIELDS=(1,3,CH,A)
SUM FIELDS=NONE,XSUM
/*
We can see the eliminated duplicate records in sortxsum
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
How to alter the parameters for the existing gdg?
What is the use of disp parameter?
what is use of space parameter in dd statement?
A dd statement consists of 4 fields. Name them?
What do you know about jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is the JCL statement consists of?
What is the difference between run mode and addressing mode?
Explain the function of the steplib dd statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain the purpose of dd dummy statement?
What are steplib and joblib?
Explain the function of //cntl statement?
What is notcat 2 - gs?