Answer Posted / uma
Hi friends,
I need some clarification regarding sorting.
//S010 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SORTIN DD DSN=MSI1390.TEST.INFILE,DISP=SHR
//SORTOUT DD DSN=MSI1390.TEST.OUTFILE1,DISP=SHR
//SORTXSUM DD DSN=MSI1390.TEST.OUTFILE2,DISP=SHR
//SYSIN DD *
SORT FIELDS=(2,10,CH,A)
SUM FIELDS=NONE,XSUM
/*
by using the above code, am facing the error message :
"ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF
APPROPRIATE"
Now i want the unique records in SORTOUT and the eliminated
duplicates in SORTXSUM...How can i do this?
also...we dont know the difference b/w DFSORT and
SYNCSORT...how and when to use SYNCSORT
Please suggest
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How gdg are concatenated?
How to submit jcl through a cobol program?
Explain the function of a dd statement?
List the different jcl statements that are not permitted in the procedures?
What is catelog procedure and how many catelog procedure to use in one job?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the function of the dd avgrec keyword in sms datasets?
What statement can be used to send data to another mvs jes3 node?
I need exexution process for JCL programs
What is multithreading in jcl?
Differentiate between the joblib and the steplib statements?
Where & How Do You Code Identifier In Jcl?
what JCL Procedures?
What are the rules employed while naming the steps in a job?
Explain about ISPF/TSO Commands