Answer Posted / murali
DFSORT does not support the XSUM parameter provided by a
competitive sort
product to write records deleted by SUM processing to a
SORTXSUM DD data
set. However, ICETOOL’s SELECT operator can perform the same
function as
XSUM with FIELDS=NONE. For example, this ICETOOL job:
u can use by this way
//S1EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//SORTIN DD DSN=...
SUM Control Statement
//SORTOUT DD DSN=...
//SORTXSUM DD DSN=...
//TOOLIN DD *
SELECT FROM(SORTIN) TO(SORTOUT)-
ON(5,4,CH) FIRST DISCARD(SORTXSUM)
/*
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is the format of comment statement?
whats the diff bw the evaluate also and and?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
which utility is used to run a cobol-db2 program?
What is NOTCAT ?
What is the purpose of dd dummy statement?
Describe the various parameters utilized in the creation of a gdg?
Explain how can the submitting users racf authority be overridden in a job stream?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what are JCLLIB and STEPLIB in JCL?
What is the motivation behind coding class parameter in job statement?
Explain how can a jobs execution priority be modified?
Explain about LMFREE�free data set from its association with data ID
what are the types of abends that occur on job failure? And explain the possible causes of these