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
Are there any set of rules for the names of the steps used in a job?
Which dd parameters are required?
Can we call instream to catalog and catalog to instream?
What is the function of //jcllib statement?
Is there any command to check wether the ps file is in sorted order?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
when can a job time-out occur? How to overcome that?
how you can access an uncataloged dataset in a JCL?
How to do automated restart when a job abend?
Explain in DD statement what is the use of DCB parameter?
How to pass data to a program that is coded in an exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
In job processing, what happens in conversion stage?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?