+NGTAUTO2
The +NGTAUTO2 parameter lets you configure a second BMC AMI Utilities Automation routine set for each Db2 subsystem on which you install BMC AMI Utilities. The data set specified in +NGTAUTO2 is concatenated behind the data set specified in NGTAUTO1.
During BMC AMI Utilities execution, the data set name is allocated to the NGTAUTO DD. If the +NGTAUTO2 parameter contains variables, these are resolved before allocation.
The dataSetName can contain the following variables:
Variable | Description |
---|---|
&ATTACH | Db2 group attachment name or Db2 subsystem ID (up to four characters) |
&GROUP | Db2 data-sharing group name (up to eight characters) In a non-data-sharing environment, &GROUP contains the Db2 subsystem ID (up to four characters). |
&SSID | The Db2 subsystem name or group name specified on the PARM=name attribute |
&SUBSTR | See &SUBSTR |
&VER | The version (for example, 1210) of BMC AMI Utilities being executed |
&VER3 | The first three characters of the version (for example, 121) of BMC AMI Utilities being executed |
&VER2 | The first two characters of the version (for example, 12) of BMC AMI Utilities being executed. |
&USER1 | The value of the +USER1(userVariable) parameter |
&USER2 | The value of the +USER2(userVariable) parameter |
Related topic