z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ICEGENER example

z/OS DFSORT Application Programming Guide
SC23-6878-00

This section contains an ICEGENER example.

INPUT
Same as for IEBGENER job
OUTPUT
Same as for IEBGENER job
WORK DATA SETS
Not applicable
USER EXITS
None
FUNCTIONS/OPTIONS
None
//EXAMP    JOB A400,PROGRAMMER                                  01
//GENR     EXEC PGM=ICEGENER                                    02
//SYSPRINT DD SYSOUT=A                                          03
//SYSUT1   DD DSN=CTL.MASTER,DISP=SHR                           04
//SYSUT2   DD DSN=CTL.BACKUP,DISP=OLD                           05
//SYSIN    DD DUMMY                                             06
This example shows how to use the ICEGENER facility for an IEBGENER job if your site has not installed ICEGENER as an automatic replacement for IEBGENER. The ICEGENER facility selects the more efficient DFSORT copy function for this IEBGENER job.
Line
Explanation
01
JOB statement. Introduces this job to the operating system.
02
EXEC statement. Calls the ICEGENER facility. PGM=IEBGENER has been replaced by PGM=ICEGENER.
03-06
No other changes to the IEBGENER job are required.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014