what is XSUM in some fields= none, xsum ??

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


Please Help Members By Posting Answers For Below Questions

Explain the purpose of dd dummy statement?

901


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9472


What are the parameters that are used in creating a gdg?

950


Explain dd statement in jcl?

853


what is the purpose of coding notify parameter in job statement?

896


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2445


Explain the hierarchy levels in jcl?

1383


How can a jobs execution priority be modified?

1008


What parameters can be used to limit the number of records written to a sysout dataset?

1010


what are the types of abends that occur on job failure? And explain the possible causes of these

1334


How does the jcl specify the job to os?

892


What is the function of dd disp parameter?

858


what is use of disp parameter in dd statement?

843


what JCL Procedures?

960


What is the syntax of JCL statement?

905