Default language.

Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Reorg for Db2 13.1.

OUTPUT statement and dynamic allocation of output data sets


The OUTPUT statement is a utility-control-statement that you enter after the //SYSIN DD * JCL statement in the SYSIN statement.

The OUTPUT command must precede a statement that refers to it. All statements in the SYSIN data set are processed sequentially, so a new output descriptor named in an OUTPUT statement is available only for statements that follow it. You can use more than one OUTPUT statement in a SYSIN data set, but each output descriptor must have a different name. You must allocate the tape drive if required.

Information
Example
OUTPUT copy01 UNIT <unitName> DSNAME <copyDSName>
OUTPUT copy02 UNIT <unitName>...
REORG TABLESPACE <tsName> COPYDDN(copy01,copy02)

The order of the OUTPUT commands before the product statement is not important. For example, OUTPUT copy02 can precede OUTPUT copy01.

Warning

Important

There are other statements which are product-specific (for example, NGTRTS, which defines the BMC AMI Utility Manager internal tables. For more information, see Command and syntax reference for BMC AMI Utility Manager .

This following topics discuss the dynamic allocation options that you can include in an OUTPUT statement in your BMC AMI Utilities SYSIN data set:

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Reorg for Db2 12.1