TS/MP 2.5 Management Programming Manual

DescriptionMaximum Allowed PermissionsOctal Number
Execute--x6
No permissions granted---7
For example, if you specify a user mask of 027:
The OWNER has all permissions requested by the program creating the file
(0).
The GROUP has READ permissions, but WRITE and EXECUTE permissions are
not allowed (2).
The OTHERS do not have any permissions (7).
NOTE: ZUMASK is supported by TS/MP 2.5 and is available only on systems running J06.11 or
later J-series RVUs and H06.22 or later H-series RVUs.
ZPWY-MAP-DEF-SCASSIGN
This token defines the attributes for a server ASSIGN message.
nl
def ZPWY-DDL-DEF-SCASSIGN.
nl
token-type ZSPI-DDL-FNAME32.
02 ZGUARDIANFILE
nl
nl
nl
nl
token-type ZSPI-DDL-INT2.
02 ZEXTENTSIZE.
token-type ZSPI-DDL-INT2.
03 ZPRIMARY
token-type ZSPI-DDL-INT2.
03 ZSECONDARY
token-type ZSPI-DDL-INT.
02 ZFILECODE
token-type ZSPI-DDL-INT.
02 ZEXCLUSION
token-type ZSPI-DDL-INT.
02 ZACCESS
token-type ZSPI-DDL-INT.
02 ZRECORDSIZE
02 ZBLOCKSIZE
end.
ZGUARDIANFILE
is the name of a Guardian file in which the PATHMON process stores the ASSIGN
values and sends those values to the server process using an ASSIGN message
when the server process is opened.
The node name can be either a specific node name or \*, a generic name
representing the node on which the PATHMON process is currently running. If you
do not specify a node name, the default node for the file-name expansion is
determined by the value you specify for the ZNODEINDEPENDENT field of the
START PATHWAY command.
ZEXTENTSIZE
is the size of the file extents allocated to the file. ZEXTENTSIZE contains:
ZPRIMARY is the primary extent size. ZPRIMARY can contain any value from
1 to 65535.
ZSECONDARY is the secondary extent size. ZSECONDARY can contain any value
from 1 to 65535.
If no values are assigned to these fields, no value is passed.
ZFILECODE
ZPWY-MAP-DEF-SCASSIGN 91