Databases and Fourth-Generation Languages (4GLs)
This section describes parameters for the databases and 4GLs that can be monitored by MainView for CICS. The default values for the parameters are underlined.
- CSP= NO | YES[,CSPPGM=CSP0001 | xxxxxxxx]
- CSPPGM
- DB2= YES | NO
- DMS= NO | YES
- DMSOFF=124 | 114
- IDEAL= NO | YES
- MANTIS= NO | n. n[,MANPGM=MANTIS | xxxxxx][,MANPGM2=MANTIS2 | xxxxxx][,MANPGM3=MANTIS3 | xxxxxx]
- MANPGM
- MANPGM2
- MANPGM3
- MILLEN= NO | YES[,MILPGM1=MILLMDIO | xxxxxxxx] [,MILPGM2=M2LLMDIO | xxxxxxxxxx]
- MILPGM1
- MILPGM2
- PCS= NO | YES[,PCSPGM=DOCSCMAN | xxxxxxxx] [, PCSOFF=0120 | nnnn]
- PCSPGM
- PCSOFF
- UFO= NO | n. n[,UFOPGM=UFOFASTM | xxxxxxxx]
- UFOPGM
CSP= NO | YES[,CSPPGM=CSP0001 | xxxxxxxx]
CSP specifies monitoring of the IBM Cross System Product (CSP) panel.
CSPPGM
CSPPGM specifies the name of the IBM-supplied CSP control/driver program specified in the PCT entry for the CSP main transaction. If CSPPGM is used, CSP also must be specified.
DB2= YES | NO
DB2 specifies monitoring of a DB2 system. Values are as follows:
- YES specifies that DB2 plans are monitored and that detail traces will include DB2 SQL calls.
- NO specifies that DB2 plans are not monitored.
DMS= NO | YES
DMS specifies monitoring of the DMS ( Development Management System) panel.
DMSOFF=124 | 114
DMSOFF specifies the offset of the DMS program name in the transaction work area for specific releases of DMS.
The value is hexadecimal 024 when used in the CMRSOPT macro. On the CMRSOPT view, the value is decimal notation 036.
IDEAL= NO | YES
IDEAL specifies monitoring of the CA-IDEAL panel.
MANTIS= NO | n. n[,MANPGM=MANTIS | xxxxxx][,MANPGM2=MANTIS2 | xxxxxx][,MANPGM3=MANTIS3 | xxxxxx]
MANTIS specifies monitoring of the Mantis panel.
Define n.n as one of the following versions of Mantis:
- MANTIS=4.0
- MANTIS=4.2 (also valid for version 4.25)
- MANTIS=5.2 (also valid for version 5.25)
- MANTIS=5.6
- MANTIS=6.0
MANPGM
MANPGM specifies the name of the distributed Mantis module, where xxxxxx is the name specified in the PROGRAM parameter of the PCT entry for the Mantis transaction. If MANPGM is used, MANTIS must also be specified.
MANPGM2
MANPGM2 specifies the name of an additional, optional Mantis module.
MANPGM3
MANPGM3 specifies the name of an additional, optional Mantis module.
MILLEN= NO | YES[,MILPGM1=MILLMDIO | xxxxxxxx] [,MILPGM2=M2LLMDIO | xxxxxxxxxx]
MILLEN specifies monitoring of the Millennium panel. Values are as follows:
NO specifies that millennium monitoring is not activated.
YES specifies that millennium monitoring is activated.
MILPGM1
MILPGM1 specifies the name of the distributed Millennium module, where xxxxxxxx is the name specified in the PROGRAM parameter of the PCT entry for the Millennium transaction. If MILPGM1 or MILGM2 is used, MILLEN also must be specified.
MILPGM2
MILPGM2 specifies the name of an additional, optional Millennium module.
PCS= NO | YES[,PCSPGM=DOCSCMAN | xxxxxxxx] [, PCSOFF=0120 | nnnn]
PCS specifies monitoring of the PCS (Patient Care System) panel. If PCSPGM or PCSOFF is used, PCS also must be specified.
PCSPGM
PCSPGM specifies the name of the distributed PCS, where xxxxxxxx is the name specified in the PROGRAM parameter of the PCT entry for the PCS transaction.
PCSOFF
PCSOFF specifies the offset of the screen name (TWASCNAM) in the PCS transaction work area (TWA). Obtain the offset from an Assembly listing of DOCSCMAN. Specify the PCSOFF value as a four-byte hexadecimal with leading zeroes.
The value is hexadecimal 120 when used in the CMRSOPT macro. On the CMRSOPT view, the value is decimal notation 288.
UFO= NO | n. n[,UFOPGM=UFOFASTM | xxxxxxxx]
UFO specifies monitoring of the UFO panel.
Define n.n as one of the following versions of UFO:
- UFO=2.4
- UFO=2.5
- UFO=2.6
- UFO=3.0 (version 3.0 and later)
UFOPGM
UFOPGM specifies the name of the distributed UFO module, where xxxxxxxx is the name that is specified in the PROGRAM parameter of the PCT entry for the UFO transaction. If UFOPGM is used, UFO also must be specified.
Related topic