Record: APPC/MVS
This record is used to log APPC/MVS interval summary information by inserting rows in to a DB2 table. One row is inserted at the end of each recording level.
Procedure
To enable this record, use the MODIFY PARM command to add the following parameters in the hlq.SAVZEXEC(AVZSIN00) member:
“MODIFY PARM NAME(LOGAPMVSSUM) VALUE(YES)”
“MODIFY PARM NAME(LOGAPMVSSUMSMF) VALUE(YES)”
“MODIFY PARM NAME(LOGAPMVSSUMTABLE) VALUE(DVS.APMVSSUM)”
“MODIFY PARM NAME(LOGRETAINAPMVSSUM)VALUE(30)”
“MODIFY PARM NAME(MONITORAPPC/MVS) VALUE(YES)”
The following table lists the parameters used to configure the APPC/MVS record:
| Parameter | Description | Valid values |
|---|---|---|
| LOGAPMVSSUM | Controls whether APPC/MVS interval summary information should be logged. APPC/MVS interval summary information is logged by inserting rows in to a DB2 table. One row is inserted at the end of each recording level. |
|
| LOGAPMVSSUMSMF | Controls whether APPC/MVS interval summary information should be written to SMF. APPC/MVS interval summary information can also be written to a DB2 table. |
|
| LOGAPMVSSUMTABLE | Sets the name of the DB2 table that is used to log APPC/MVS interval summary information. If APPC/MVS interval summary recording is active, a row is inserted into this table at the end of each recording interval. | AVZ.APMVSSUM Default name |
| LOGRETAINAPMVSSUM | Specifies the number of days to wait before automatically deleting rows from the APPC/MVS summary table. That is, all rows older than the number of days are deleted. If this value is zero, then rows are never automatically deleted from the APPC/MVS summary table. | 0 Default value of 0. Function is turned off. |
| MONITORAPPC/MVS | Specifies whether to monitor APPC/MVS conversations. This parameter should be set to YES to activate the monitor. |
|