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 |
Recommended automation control points
The BMC AMI Unload utility automation control points, which are integrated into all BMC AMI Utilities, can enhance and expand processing options. This topic describes recommended automation control points for BMC AMI Unload.
NGTAUTO DD statements trigger automation control point processing, as in following example:
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 Unload. However, you can also use other automation control points.
XSUTGLOB | Use to set global variables that are then used by other automation control points |
---|---|
XSUT0000 | Use to abort a run before it starts This automation control point is called before any processing starts. |
XSUTSYIN | Use to modify SYSIN, enabling you to override or disallow some input parameters This automation control point is called before the parser reads SYSIN and has full access to the SYSIN. |
XSUTTERM | Use to insert run statistics into a Db2 table or to automatically send an audit report as an e-mail at the completion of processing This automation control point is called after processing has finished. |
XSVRXERR | Use to alert a user or to raise an error flag This automation control point is called if processing ends with an error condition. |