Specifying the EXEC statement
// PARM='ssid,,MSGLEVEL(msgLevel),ALPOPTS(optsMod)'
A BMC AMI Log Master EXEC statement includes the following parameters. The first two parameters are positional; you must specify them in the order shown. The remaining parameters are not positional.
(optional) Db2 subsystem ID (ssid) or group attachment name for data sharing
For more information, see Db2-subsystem-identification-ssid.
A utility ID (utilityID), reserved for future use
The utility ID is not used, but you must honor its position.
- (optional) message level parameter (msgLevel)
- (optional) alternate installation options module (optsMod) for the job
The following example shows two EXEC statements. The first statement specifies an SSID value and an alternate installation options module, but not the message level. The second statement specifies an SSID value and a message level, but not an alternate installation options module.
// PARM='DB2A,,ALPOPTS(MYOPTS)'
//stepname EXEC PGM=ALPMAIN,REGION=0M,
// PARM='DB2A,,MSGLEVEL(2)'
This section contains the following topics: