ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-10
ZPWY-MAP-DEF-PROGTERM
ZECHO
overrides the echo mode (that is, the mode configured for a terminal at system
generation) so that character input appears correctly on the screen. This field
supports terminals running in conversational or intelligent mode. ZECHO has the
following values:
If you do not assign a value to this field, the default is ZPWY-VAL-ON. If you
specify the ZPWY-VAL-CURRENT option for a process running as a terminal
emulator, this field value defaults to ZPWY-VAL-ON.
ZEXCLUSIVE
specifies whether a TCP should open a terminal for exclusive or shared access.
ZEXCLUSIVE has the following values:
If you do not assign a value to this field, the default is ZPWY-VAL-OFF.
ZINITIAL
is the name of the SCREEN COBOL program unit that the TCP executes when
starting the application. This name is the program name specified in the
PROGRAM-ID sentence of the identification division in a SCREEN COBOL
program.
ZPWY-VAL-OFF Corrects the display by suppressing the duplicate
characters (if a terminal is configured so that it normally
displays input characters). If you define this option for
the supported terminal types T16-6520, T16-6530, and
T16-6540, no input characters appear on the screen.
ZPWY-VAL-ON Causes input to appear on the terminal screen.
ZPWY-VAL-CURRENT Directs the TCP to obtain the operating mode of the
terminal from the operating system and to use that mode
when the TCP opens the terminal.
ZPWY-VAL-OFF Directs the TCP to open the device for shared access. The
TCP allows simultaneous read and write access to the
terminal by other processes.
ZPWY-VAL-ON Directs the TCP to open the terminal for EXCLUSIVE access.
The TCP cannot allow simultaneous access of any kind to the
terminal by any other process.