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 |
Available automation control points for BMC AMI Stats
BMC AMI Utilities automation control points, which are integrated into all BMC AMI Utilities, can enhance and expand processing options. This topic describes available automation control points to use with BMC AMI Stats.
You include the NGTAUTO DD statement to trigger automation routine processing, as follows:
The automation routine data set contains one member with each of the routines that you selected.
You can use the following standard BMC AMI Utilities automation control points with BMC AMI Stats:
XSUTGLOB | Sets global variables that other automation control points can then use |
---|---|
XSUT0000 | Aborts a run before it starts. XSUT0000 is called before processing starts. |
XSUTSYIN | Provides full access to the SYSIN in order to modify it. You can use XSUTSYIN, which is called before the parser reads SYSIN, to override or disallow some input utility parameters. |
XSTAT001 | Prevents statistics from being collected for an object, or changes which statistics to collect for an object. XSTAT001 is called for each index when BMC AMI Stats collects RUNSTATS. |
XSUTTERM | Is called after processing finishes. For example, you can use XSUTTERM to automatically run statistics on a Db2 table after processing completes or to automatically send an audit report. |