Members being moved from the same origin library to the same destination for the same Library code are grouped together. The group is given a name identical to the Model system keyword $OUTPFX. Group overrides can be specified for any group processed by the APIR5423 REXX procedure. The file name to hold them is the group name appended with the character "@". If used, this optional file must contain valid REXX statements. Each statement must be wholly contained on a line; it cannot span multiple lines.
To use a group override file, specify a DD in the job step processing the groups move with the appropriate file name. An example of an in‑stream file for group name MQACICS is shown below:
//MQACICS DD *
Model="CICSPAN.GDG.MODEL" /* GDG model for CICS Panvalet backups */
/*
All of the variables specified in file PVREXXIN except RestartGroup can be overridden in the group override file.
There are many group variables provided in Model APJMPANV. All of them can be overridden in the group override file. The following list shows their names and where they were derived:
|
Parameter |
Origin |
|---|---|
|
PvVersion |
Modeling keyword $L$PV_VERSION |
|
GrpModelTime |
Modeling keyword $MODELTIME |
|
GrpOrigDdn |
Modeling keyword $ORIGDDN |
|
GrpOrigDsn |
Modeling keyword $ORIGDSN |
|
GrpOrigSec |
Modeling keyword $ORIGSEC |
|
GrpOrigPfDsn |
Modeling keyword PF_<$ORIGDDN> which is initialized in the Modeling specifications |
|
GrpDest1Ddn |
Modeling keyword $DEST1DDN |
|
GrpDest1Dsn |
Modeling keyword $DEST1DSN |
|
GrpDest1Sec |
Modeling keyword $DEST1SEC |
|
GrpDest1PfDsn |
Modeling keyword PF_<$DEST1DDN> which is initialized in the Modeling specifications |
|
GrpDest2Ddn |
Modeling keyword $DEST2DDN |
|
GrpDest2Dsn |
Modeling keyword $DEST2DSN |
|
GrpDest2Sec |
Modeling keyword $DEST2SEC |
|
GrpDest2PfDsn |
Modeling Keyword PF_<$DEST2DDN> which is initialized in the Modeling specifications |
|
LcOptD1ToD2 |
Modeling keyword $OPTD1TOD2 |
|
LcOptOrigToD1 |
Modeling keyword $OPTORIGTOD1 |
|
LcOptOrigDel |
Modeling keyword $OPTORIGDEL |
|
TmsParm |
Modeling keyword TMSPARM, the tape management parm data |
|
PfUnit |
Modeling keyword PFUNIT, the Protection file unit |
|
Copyright © 2004 CA.
All rights reserved.
|
|