NetBase for MPE Reference Guide
NetBase Shadowing
5-41
The following additional fields are available only if the Export Process Info configuration option is
set on the master machine. The Process Info to Exp Exit option must be set in NBCTRL, CONFIG. All
of these fields will be set to binary zeros (0) if these options are either not enabled or not available.
Parameter Description
comarea Bytes Contents
14..37 Program name. Program name of the updating program.
38..45 Session/Job name. The session/job name of the updating user.
46..53 User name. The user name of the updating user.
54..61 Logon group. The logon group of the updating user.
62..69 Account name. The account name of the updating user.
70..71 LDEV. The LDEV of the updating user's $STDIN.
72..73 MODE. The MODE from the WHO intrinsic.
74..77 Job/Session number. The job/session number of the updating user.
78..81 Capability mask. The capability mask from the WHO intrinsic.
userarea
A 128 byte field initialized to binary zeros. This field is used by the user exit
procedure. It retains its values between calls.
validnodes
A list of statuses for all possible node numbers. Each 16 bit integer will either
be 0 (for invalid node) or a positive value, which signifies that the node is
valid. The first integer is the status for node 1, the second for node 2, and so
on.
exportnodes
A list of nodes specifying where this record is to be sent. It is terminated by a 0
or by specifying the maximum number of nodes (see comarea field, 10..11). If
the Send to ALL nodes action is set, this is ignored.
Note: Unlike validnodes, this array contains actual node numbers. When using
Action 4, be sure the node list is terminated by a 0, or you will have problems.
Continued