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 |
+SYSINORDER
The +SYSINORDER parameter controls the order in which SYSIN statements are processed. You can use this parameter in
BMC AMI Load
only in conjunction with
BMC AMI Unload
.
The values are defined as follows:
RANDOM | (Default) BMC AMI Utilities processing determines the order in which SYSIN statements are processed. |
---|---|
HONOR | BMC AMI Utilities processing follows the specified order for processing SYSIN statements. |
Always use +SYSINORDER(RANDOM) unless you have a specific job step that needs to do multiple things specifically in SYSIN order, such as a LOAD followed by a REORG. You have to perform these actions in separate steps. If you are required to perform the steps in a particular order and there is a need to have them in one step, other +parms should be reviewed and overridden or both for that step, for example ONERROR.
Using +SYSINORDER(HONOR) can cause performance degradation and limits parallelism.
Related topic