+NGTSVR
The +NGTSVR parameter overrides the name of the BMC AMI Utilities server JCL data set contained in the product configuration load module set, and lets you configure a specific BMC AMI Utilities server JCL data set for each Db2 subsystem on which you install BMC AMI Utilities. The NGTSVR data set contains the JCL needed to start the external servers.
During BMC AMI Utilities execution, the data set name is allocated to the NGTSVR DD. If the +NGTSVR 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 the BMC AMI Utility being executed |
&VER3 | The first three characters of the version (for example, b) of the BMC AMI Utility being executed |
&VER2 | The first two characters of the version (for example, 12) of the BMC AMI Utility being executed. |
&USER1 | The value of the USER1(userVariable) parameter |
&USER2 | The value of the USER2(userVariable) parameter |
Related topic