XSUTDBMG (database manager) automation control point
Variable name | Contents | Possible values | Notes |
---|---|---|---|
calltype | Type of database call |
| |
changedsn | Whether the work data set name can be changed |
| |
dataclas | SMS data class | Not applicable | |
dsname | NGTVSAM data set name | Not applicable | |
dsnum | Number of work files to preallocate | Not applicable | |
dssize | Size limit for preallocated work files | Value in tracks | |
mgmtclas | SMS management class | Not applicable | |
newvol | A list of volumes used to extend the data set named in the dsname variable | Not applicable | |
primary | Primary track allocation | Not applicable | |
secondary | Secondary track allocation | Not applicable | The value for secondary must be greater than 0. Using a value of 0 for this variable will produce unpredictable results. |
storclas | SMS storage class | Not applicable | |
unitname | Device type for allocation of the work data set |
| |
usespace | Whether to specify primary or secondary space on the IDCAMS DEFINE statement This variable is valid only when using the data class OVERRIDE SPACE YES attribute. |
| |
volumes | A list of volumes that the original IDCAMS DEFINE operation uses. | Not applicable |
Return codes
The XSUTDBMG automation control point returns the following return codes:
Return code | Description |
---|---|
0 | (default value) Signifies normal completion No action is required. |
Any other value | Abnormal termination Set the rc variable to any non-zero value to cancel the entire job. |
Usage considerations
Review the following information before using this automation control point.
Work file considerations | At the start of all BMC AMI Utilities processing, the utility creates VSAM work files. The work files use the following suffixes:
As these files grow to their maximum allocated sizes, the utility generates additional files, numbered serially, as needed (for example, RGTS002, RGTS003, RGTS004). The utility deletes .WK0000n files at the successful completion of a job. The .RGTS00n file is the temporary image copy file for BMC AMI Reorg processing and is only generated when Reorg processing is active. BMC AMI Reorg deletes this file at the successful completion of a job. |
dsnum and dssize variables | The following considerations apply to the dsnum and dssize variables:
|
usespace variable | Set the usespace variable to N to specify dataclas on the IDCAMS DEFINE without specifying primary or secondary. Do not also set primary or secondary as those values would contradict the DATACLAS SPACE OVERRIDE. |
volumes and newvol variables | The volumes and newvol variables have slightly different purposes, both related to the management of any work data sets:
|
newvol variable on extend calls | The newvol variable can be printed out any time, but it might also be changed when work data sets are extended. |