Compaq COBOL AAQ2G1FTK User Manual page 423

Compaq computer accessories user manual
Table of Contents

Advertisement

Using ACCEPT and DISPLAY Statements for Input/Output and Video Forms
11.3 Designing Video Forms with Screen Section ACCEPT and DISPLAY
Table 11–4 (Cont.) Character Attribute Clauses for Screen Description Formats
Clause
BLANK SCREEN
BLANK WHEN
ZERO[ES]
BLINK
COLUMN
NUMBER
ERASE EOL
ERASE EOS
FOREGROUND-
COLOR
FULL
HIGHLIGHT
JUSTIFIED
RIGHT
LINE NUMBER
LOWLIGHT
REQUIRED
REVERSE-
VIDEO
SECURE
SIGN LEADING
[SEPARATE]
SIGN TRAILING
[SEPARATE]
UNDERLINE
USAGE DISPLAY
When you specify the foreground and background colors for a screen item, you
use numbers in the range 0–7, which represent specific colors as described in
Table 11–5. Note that these colors are supported only on terminals that support
ANSI Standard color sequences.
1
This does not include the VT100, VT200, VT300, VT400, and VT500 series terminals.
On workstations that emulate these terminal types, this restriction may not apply.
Using ACCEPT and DISPLAY Statements for Input/Output and Video Forms 11–33
Formats
Function
1, 2, 3
Clears the screen before displaying the screen item.
3
Replaces zeros with spaces when a screen item's value
is zero.
2, 3
Causes the displayed item to blink.
2, 3
Specifies the horizontal position of an item on the
screen.
2, 3
Clears the line from the cursor position to the end.
2, 3
Clears the screen from the cursor position to the end.
1, 2, 3
Specifies by number (in range 0–7) the screen item's
foreground color. See the color list that follows.
1, 3
Specifies that a screen item must either be left
completely empty or be entirely filled with data.
2, 3
Specifies that the field is to appear on the screen with
the highest intensity.
3
Specifies nonstandard data positioning. This can cause
truncation of the leftmost characters if the sending
item is too large. Otherwise, this aligns the data at the
rightmost character position.
2, 3
Specifies the vertical position of an item on the screen.
2, 3
Specifies that the field is to appear on the screen with
the lowest intensity. If only two levels of intensity are
available, LOWLIGHT is the same as normal.
1, 3
Specifies that at least one character must be entered in
the input or update field.
2, 3
Specifies that the foreground and background colors be
exchanged.
1, 3
Specifies that no characters are displayed when the
input field is entered.
1, 3
Specifies the existence of a sign character as the
leading character in the field. The SEPARATE option
is always in effect if the screen item has an 'S' in the
PICTURE clause. Therefore, for a screen item, the sign
character never shares its position with a digit.
1, 3
Specifies the existence of a sign character as the
trailing character in the field. The SEPARATE option
is always in effect if the screen item has an 'S' in the
PICTURE clause. Therefore, for a screen item, the sign
character never shares its position with a digit.
2, 3
Specifies that each character of the field is to be
underlined when displayed.
1, 3
Specifies the internal format of a data item as
DISPLAY (the default).
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COBOL AAQ2G1FTK and is the answer not in the manual?

Questions and answers

Table of Contents