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
How to alter the parameters for the existing gdg?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Is condition checking possible in jcl?
What is the function of dd disp parameter?
What is the significance of addrspc parameter in the exec statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is use of disp parameter in dd statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How jcl work to handle various input output file operations?
Why include statement is used in a jcl?
What is condition checking in jcl? Is this possible?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how you can direct the data to spool using SYSOUT option?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?