AT Phrase
The AT phrase indicates the absolute address on the screen at which the DISPLAY operation is to start. It does not indicate the starting position of the leading attribute.
Related Information:
The LINE phrase specifies the line at which the screen item starts on the screen.
The COLUMN phrase specifies the column at which the screen item starts on the screen.
COL is an abbreviation for COLUMN.
The LINE and COLUMN phrases can appear in any order.
- identifier-2, integer-1
- Identifier-2 and integer-1 must be unsigned numeric integers greater
than or equal to zero, and less than 9 digits. If LINE or COLUMN is negative,
the absolute value is taken.
Identifier-2 cannot be a floating-point data item.