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
Explain the purpose of dd dummy statement?
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 ?
What are the parameters that are used in creating a gdg?
Explain dd statement in jcl?
what is the purpose of coding notify parameter in job statement?
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?
Explain the hierarchy levels in jcl?
How can a jobs execution priority be modified?
What parameters can be used to limit the number of records written to a sysout dataset?
what are the types of abends that occur on job failure? And explain the possible causes of these
How does the jcl specify the job to os?
What is the function of dd disp parameter?
what is use of disp parameter in dd statement?
what JCL Procedures?
What is the syntax of JCL statement?