Please have a look at extract from Acucobol (Versin 4.3) Online Help :
DISPLAY src-item
Format 1
DISPLAY src-item displays an individual field to the screen.
DISPLAY { {src-item}
{OMITTED }
[ UPON new-window ]
Remaining phrases are optional, can appear in any order.
AT screen-loc
AT LINE NUMBER line-num
AT {COLUMN } NUMBER col-num
{COL }
{POSITION}
{POS }
SIZE length
WITH NO ADVANCING
{ERASE} [TO END OF] {LINE } (VAX, ICOBOL)
{BLANK} {SCREEN}
{ERASE} [EOS] (RM)
{BLANK} [EOL]
WITH {BELL}
{BEEP}
{UNDERLINED}
{HIGHLIGHT }
{HIGH }
{BOLD }
{LOWLIGHT }
{LOW }
{STANDARD }
WITH {BLINKING}
{BLINK }
{REVERSE-VIDEO}
{REVERSE }
{REVERSED }
SAME
WITH {COLOR } color-val
{COLOUR}
{FOREGROUND-COLOR } IS fg-color
{FOREGROUND-COLOUR}
{BACKGROUND-COLOR } IS bg-color
{BACKGROUND-COLOUR}
SCROLL [UP ] [ BY scrl-num {LINE } ]
[DOWN] {LINES}
OUTPUT {JUSTIFIED} {LEFT }
{JUST } {RIGHT }
{CENTERED}
WITH {CONVERSION}
{CONVERT }
CONTROL cntrl-string
UPON CRT
} ...
Regards
Dixi