Overflow Character Modifier - Tandem ENFORM 058057 Reference Manual

Data management library
Table of Contents

Advertisement

Overflow Character Modifier

The overflow character modifier temporarily overrides the global default overflow
indicator for the current display format. The overflow indicator is printed when a
value exceeds the width specified in the display format. The syntax is:
OC char
char
is a single ASCII character enclosed within apostrophes (' ').
The overflow condition occurs if there are more characters to be printed than the
display format specifies. When the overflow condition occurs, ENFORM prints the
overflow character. The default overflow character is an asterisk (*). The overflow
character modifier allows you to temporarily substitute another ASCII character for
the asterisk (*). The overflow character modifier applies only to the display format
where it is specified. The overflow modifier does not apply to the alphanumeric (A)
edit descriptor.
If you want to change the default overflow character for all display formats in the
current session, use the @OVERFLOW option variable described in this section.
Examples of the Overflow Character Modifier. The following examples show the effect of
the overflow character modifier.
Format
------
"[OC'!'] I2"
"[OC'!'] F5.2"
Justification Modifiers
The justification modifiers specify right or left justification for the values of an
alphanumeric target-item or by-item. The syntax is:
LJ
{ }
RJ
LJ
specifies that an item is to be printed justified to the left of the specified display
format width.
RJ
specifies that an item is to be printed justified to the right of the specified display
format width.
The justification modifiers apply only to alphanumeric (A) edit descriptors.
Alphanumeric target-items or by-items are normally left-justified. Padding of the item
width automatically takes place. If the item value is wider than the width specified,
truncation occurs.
058057 Tandem Computers Incorporated
Item Value
----------
100
100000.00
Clauses
AS Clause
Printed Item
------------
!!
!!!!!
5–17

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enform

Table of Contents