NetBase for MPE Reference Guide
Chapter 5
5-40
Parameters
Parameter Description
comarea
An array of various information used to control the posting of shadow
information. Some fields are reserved and cannot be modified. The format is:
Bytes Contents
0..1 Action flag. Set by the user exit procedure to determine the action to be
taken by the exporting process. The valid values are:
0 Process record normally.
1 Ignore record completely.
2 Disable all subsequent calls to the user exit facility.
3 Send record to ALL configured nodes.
4 Change node list from default. This must be specified if the
exportnodes parameter is changed.
-1 Abort exporting. This is a drastic situation which can cause later
sync errors.
2..3 Status. Additional information used by the export program if an action
such as ABORT is set. Used to display informative messages.
Note: The above fields are set to 0 when the procedure is entered.
4..5 Logging flag. Set to 1 if logging for this record is enabled. Set to 0 if it
is disabled.
6..7 Local node number. Node number of this node.
8..9 Maximum node number possible. Currently 64.
10..11 Size of exportnodes array. Do not attempt to exceed this number of
nodes (currently 12).
12..13 Unused. Set to 0.