EXEC statement and utilities parameters
The DASD MANAGER PLUS EXEC statement specifies the following parameters:
- The module to be run for the DASD MANAGER PLUS utility
- The utility parameters
Table 1 shows the utility names with their associated module names.
Table 1. Utilities and associated module names
Utility name | Associated module name |
|---|---|
BMCSTATS | ASUSMAIN |
BMCTRIG | ASUSTRIG |
BMCCPRS | ASUSCPRS |
BMCUPRS | ASUSUPRS |
The EXEC statement includes the following utility parameters:
- SSID (the DB2 subsystem ID or group attach name)
- Plan name
- DB2 catalog VCAT name
- Installation options module name
- Work ID (Service Action)
- Utility ID
- Restart parameter
Following is the format of the EXEC statement:
//PARM='ssid,planName,VCATName,installationOptionsModule,workID,utilityID,,restartParm'
The variablemodule is the name of the module associated with the utility (such as ASUSMAIN for BMCSTATS).
The DASD MANAGER PLUS utility parameters are positional. If you do not specify a value for a parameter (which is the default value), you must substitute a comma for that parameter if additional parameters follow. The comma indicates that a parameter was omitted.