Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-42
SET PROGRAM
SECURITY security-attribute
specifies the PXMCOM users who can issue a PXMCOM RUN PROGRAM
command for this PROGRAM object. This attribute controls only who can execute a
RUN PROGRAM command; it does not control who can execute a CALL statement
from another SCREEN COBOL program unit.
The security attributes are the same as the operating system security attributes. The
possible values are:
Quotation marks are required. If you omit this attribute, the default is "N".
TMF { ON | OFF }
specifies whether the TMF system runs with this PROGRAM object. This option is
intended to be used only as a debugging aid.
If you omit this attribute, the default is ON.
Considerations
•
Before adding a PROGRAM description to the SuperCTL configuration file, you
must define values for all of the required attributes listed in this statement.
•
A TCP can execute the same SCREEN COBOL programs on different types of
terminals so that you can run programs written for conversational-mode terminals
on some block-mode terminals. If the SCREEN COBOL TERMINAL IS clause
specifies CONVERSATIONAL and the PROGRAM TYPE attribute is T16-6530,
the TCP executes the program on the T16-6530 terminal in conversational mode. If
the TERMINAL IS clause is omitted and the TCP attempts to execute this same
program, an error is returned.
"A"
Any local user
"G"
A group member or owner
"O"
Owner only
"-"
Local super ID
"N"
Any local or remote user
"C"
Any member of owner's community (local or remote user having same
group ID as owner)
"U"
Any member of owner's user class (local or remote user having same group
ID and user ID as owner)
ON
Invokes TMF auditing when necessary.
OFF
Prevents TMF auditing. The TRANSACTION-ID special register is set to
SPACES after the BEGIN-TRANSACTION verb executes.