If we want to see the eliminated duplicate record thru
SORT, how its output file will be managed
Answer Posted / devendra acharya
for eliminating duplicate record thru sort
we use
SORT FIELDS = SUM
in SYSIN DD*.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
List in order the hierarchical levels of jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain how can values be passed from the job stream to an executable program?
what operation is performed by job statement?
Explain in DD statement what is the use of DCB parameter?
How jcl work to handle various input output file operations?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how you will the direct the data to spool using sysout option?
Must tape dataset definitions include vol=ser specifications?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What happens if both JOBLIB & STEPLIB is specified ?
Explain the purpose of dd dummy statement?
What parameter directs the output of the job log dataset?