Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)
Environment Division
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual—426750-001
4-7
SPECIAL-NAMES Paragraph
Table 4-1. System Names for Function Keys
System Name 6510 6520 6530/6540 3270
F1 through F16 (unshifted) x
(1)
xx
SF1 through SF16 (shifted) x x x
LINE-INS (unshifted) x x
LINE-DEL (shifted) x x
NEXT-PAGE (unshifted) x x
S-NEXT-PAGE (shifted) x x
PREV-PAGE (unshifted) x x
S-PREV-PAGE (shifted) x x
ROLL-DOWN (unshifted) x x
S-ROLL-DOWN (shifted) x x
ROLL-UP (unshifted) x x
S-ROLL-UP (shifted) x x
RETURN-KEY
(2)
x
CLEAR x
ENTER x
PA1 through PA3 x
PA4 through PA10 x
PF1 through PF24 x
1. x in the cells above indicates that the system name is valid for the terminal type.
2. You can define a return-key function in the SPECIAL-NAMES paragraph of a SCREEN COBOL program
that runs on a 6530 or 6540 terminal. If a return-key function is defined, a function code is transmitted when
the RETURN key is pressed; otherwise, pressing RETURN causes only a forward tab action. A return-key
function is local to a program unit. The first DISPLAY-BASE statement causes the terminal to adjust the
return-key operation to the setting indicated by the executing program unit.