NetBase for MPE Reference Guide
NetBase Shadowing
5-45
The following comarea fields are available only if the Export Process Info configuration option is
set on the master system and the Save Process Info on Post option is set on the shadow system.
They will be set to all binary zeroes (0) if not enabled or not available.
Field Description
comarea
14..37 Program name of updating program.
38..45 Session/jobname of updating user.
46..53 User name of updating user
54..61 Logon group of updating user
62..69 Account name of updating user
70..71 LDEV of updating user's $STDIN
72..73 MODE from the WHO intrinsic
74..77 Job/session number of updating user
78..81 Capability mask from the WHO intrinsic
userarea
A 1024 byte field initialized to binary 0's. This field is for the use of the
user exit procedure. It retains its values between calls to POSTUSEREXIT
and POSTUSERINIT.
filename
Name of the master file. Name is formatted in 24 bytes without periods, as
in QUERY PUB SYS . The next 8 bytes will be the contents of the PASS field
specified in the SHADOW command, as detailed above.
POSTUSEREXIT
This section describes the calling conventions for the POSTUSEREXIT procedure. This procedure is
called each time a transaction is received for a shadowed file.
Syntax
POSTUSEREXIT (comarea,userarea,header,olddata,newdata)