Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Processing using automation control points
BMC AMI Utilities automation control points, which are integrated into all BMC AMI Utilities, can enhance and expand processing options. This topic describes recommended automation control points to use with BMC AMI Reorg.
The presence of the NGTAUTO DD statement in your JCL triggers automation control point processing, as follows:
The automation control point data set contains one member with each of the automation control points selected for use.
BMC recommends that you use the following BMC AMI Utilities automation control points with BMC AMI Reorg. However, you can also use other automation control points. For more information about these and other automation control points, see Automation-reference.
XRRGTERM | BMC AMI Reorg invokes XRRGTERM after REORG processing finishes for each object. You can use XRRGTERM to save statistics to a file or in a Db2 table. |
---|---|
XRRGRWRO | BMC AMI Reorg invokes XRRGRWRO just before performing the drain in preparation for the Change Apply phase. You can use this automation control point to use a specific time or event to trigger the Change Apply phase, or to set a delay between drain attempts during Change Apply. |
XSUTGLOB | XSUTGLOB sets global variables that other automation control points can then use. |
XSUT0000 | Alternatively, you can use XSUT0000 to set global variables. |
XSUTSYIN | The product calls XSUTSYIN before the parser reads SYSIN. XSUTSYIN has full access to the SYSIN and can modify it. You can use XSUTSYIN to override or disallow some input parameters. |
XSUTTIME | You can use XSUTTIME to cancel a utility based on the time of day. |
XSUTALLO | You can use XSUTALLO to set allocation values and volumes for Db2 object VSAM data sets. |
XSUTDBMG | You can use XSUTDBMG to set volumes for initial allocation and extend processing of work data sets. |
XSUTTERM | The product calls XSUTTERM after processing finishes. You can use XSUTTERM to automatically insert run statistics into a Db2 table after processing, for example, or to automatically send an audit report. |
XSVRXERR | XSVRXERT is called if processing ends with an error condition. You can use XSVRXERR to alert a user or to raise an error flag. |
Related topics