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
Where & How Do You Code Identifier In Jcl?
what is DD statement is used in JCL?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to pass the parameter in parm using linkage section ? (syntax)?
What are the rules employed while naming the steps in a job?
What are the utility programs in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
which parameter is used to check the syntax of a jcl without executing it?
What is the function of job statement in jcl?
What statement can be used to send data to another mvs jes3 node?
Is automatic restart possible in jcl?
What is the purpose of dd * statement in jcl?
when does a dataset go uncataloged?
what is the purpose of coding class parameter in job statement?
which utility is used to run a cobol-db2 program?