Pathway/XM System Management Manual

Configuring Clients and Requesters
Compaq NonStop™ Pathway/XM System Management Manual426761-001
5-15
Configuring PROGRAM Objects
For example, you could issue the following statements to define all temporary TERM
objects based on the PROGRAM object SALES as members of a group called
TELEMKT:
SET PROGRAM GROUP TELEMKT
SET PROGRAM TCP TCP-PRIME
SET PROGRAM TYPE IBM-3270 (INITIAL MENU-3270)
ADD PROGRAM SALES
After your Pathway/XM environment and its objects are configured and started and the
SALES program is running on a number of terminals, you can then issue a single
STATUS TERM command to get the status of all temporary terminals:
= STATUS TERM GROUP TELEMKT
As with configured TERM objects, you can associate a PROGRAM object with more
than one terminal group by using multiple SET statements, as in the following example:
SET PROGRAM GROUP TELEMKT
SET PROGRAM GROUP TEMP
SET PROGRAM GROUP PROMO
ADD PROGRAM SALES
In this example, all temporary TERM objects created by running the SALES program
will be members of three groups: TELEMKT, TEMP, and PROMO.
Specifying Security for a PROGRAM Object
You can specify security for a PROGRAM object by setting the OWNER and
SECURITY attributes of the SET PROGRAM statement. The OWNER attribute
specifies the owner of the current PROGRAM object. The owner can alter the security
attribute for the PROGRAM object. The SECURITY attribute (A, G, O, -, N, C, or U)
values are the same as those for Guardian security attributes. The SECURITY attribute
specifies who can run the PROGRAM object.
The following example specifies that only the owner—user ID 8,61—can run this
PROGRAM object:
SET PROGRAM OWNER 8,61
SET PROGRAM SECURITY "O"
The next example specifies that any local or remote user can run the PROGRAM object:
SET PROGRAM OWNER 8,61
SET PROGRAM SECURITY "N"