EREP User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Provide with Each EREP Run

EREP User's Guide
GC35-0151-03

Provide the following as part of the EREP run:

// JOB JOBNAME
This statement notifies the operating system of the EREP job.
// TLBL HISTINT or // DLBL HISTIND
(// EXTENT SYS008,xxxx,1,,xxxx,x, for DASD)
Defines the tape (TLBL) or DASD (DLBL) input history data set.

The EXTENT statement is only required if the history data set resides on DASD. Refer to the appropriate VSE publications for information on coding EXTENT statements.

Important: The input history tape must have a standard label, and the blocksize for the input history data set cannot exceed 4000.

You must use either the history data set or SYSREC, or both as input to EREP.

// ASSGN SYS008,cuu
Assign the history data set to a logical unit, which is at address cuu (one-digit channel, two-digit unit address). You must code this statement if you use the history data set.

The history input is always assigned to SYS008.

// TLBL HISTOT or DLBL HISTOD
(// EXTENT SYS009,xxxx,1,,xxxx,xx, for DASD)
Defines the tape (TLBL) or DASD (DLBL) output history data set: the ACCDEV data set. If you code ACC=Y, you must code this label statement and the following ASSGN statement, so EREP knows where to put the records it accumulates.

The output history tape must have a standard label.

// ASSGN SYS009,cuu
Assign the output (ACCDEV) data set to logical unit SYS009.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014