Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-37
SET PROGRAM
terminal-type
specifies the type of device on which the program is to run. The possible values 
are: 
Refer to the TYPE attribute of the PXMCOM RUN PROGRAM command for 
more information on specifying device types for PROGRAM objects. 
This attribute is required.
INITIAL program-unit-name
specifies the name of the SCREEN COBOL program unit that the TCP executes 
when starting the application.
This attribute is required.
BREAK { ON | OFF }
specifies whether the TCP accepts the Break key function for its terminals 
running in conversational mode.
If a process is running as a terminal emulator, the value for this attribute always 
defaults to OFF. If you omit this attribute, the default is OFF. This attribute is 
effective only for terminals running in conversational mode.
ON 
directs the TCP to accept the Break key function. If the TCP is executing a 
SCREEN COBOL program in conversational mode, the terminal operator 
can press the Break key to prematurely terminate ACCEPT and DISPLAY 
statements. If the terminal operator presses the Break key while the TCP is 
executing a DISPLAY statement, the terminal output stops and the 
DISPLAY statement is terminated normally with the special register 
TERMINATION-SUBSTATUS set to 1. If the Break key is not used, 
TERMINATION-SUBSTATUS is set to 0 after the completion of a 
DISPLAY statement.
If the terminal operator presses the Break key while the TCP is executing an 
ACCEPT statement that is coded with an ESCAPE ON ABORT clause, the 
Value Description
1 or IBM-3270 IBM 3270 terminal
3 or T16-6520 T16-6520 terminal
4 or T16-6530 T16-6530 terminal
5 or CONVERSATIONAL Conversational-mode terminal
6 or T16-6540 T16-6540 terminal emulating a T16-6530 
terminal
7 or INTELLIGENT Intelligent device
8 or T16-6530WP T16-6530WP terminal










