Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-48
SET SERVER
server-attribute
Specifies one or more attributes of the SERVER object being defined. The
PROGRAM attribute is the only required attribute.
ASSIGN logical-unit , assign-spec
assigns a logical file name to a physical Guardian file and specifies attributes of the
file. The PATHMON process stores the values assigned by this attribute and sends
the values to the server process using an ASSIGN message when the server process
is opened.
The parentheses can be omitted when this attribute is the last one in the statement.
If the server program is written in COBOL, this attribute is used to override the
program file assignment made in the SELECT clause.
logical-unit
specifies the name assigned to a Guardian file and file attributes.
program-unit
specifies the name of the server in the source program. In COBOL, this is
the PROGRAM ID name. The program name can be different from the file
name for the source code or for the run unit. If the server is a subprogram,
this name is used in the CALL statement.
logical-file-name
specifies the name of the file in the server program. logical-file-
name is associated with a physical file. For example, in a COBOL program
logical-file-name is the file description name in a SELECT clause.
*
replaces program-unit for the server with the file name specified in the
PROGRAM attribute.
create-spec is:
{ EXT [ ( ] pri-extent-size [ ) ] }
{ EXT ( [ pri-extent-size ] , sec-extent-size ) }
{ EXCLUSIVE }
{ SHARED }
{ PROTECTED }
{ I/O }
{ INPUT }
{ OUTPUT }
{ CODE file-code }
Note. ASSIGN values are stored in a configuration file in alphabetic order; they are also
accessed in alphabetic order.