XSUTXTND (data set space extension) automation control point
Use the XSUTXTND automation control point to provide the volume serial number for additional data set space.
The product invokes this automation control point when a data set needs to extend to a new volume.
Variables
The following table describes the variables used in the XSUTXTND automation control point:
Variable name | Contents | Possible values | Notes |
|---|---|---|---|
dsname | Name of the DB2 object data set name You cannot change this value. | A value in the following form: VCATName.DSNDBD.databaseName.spaceName.I0001.Annn |
|
stortype | Indicates how the data set is managed You cannot change this value. |
|
|
volume | Volume serial number You can change this value. | Blank (default) or volume serial number | If the data set is SMS -managed, you can use the following statement: volume = '*' |
Return codes
The XSUTXTND 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 return code to any non-zero value to cancel the entire job. |