NET/MASTER Network Control Language (NCL) Programmer's Guide

Defining Field Characters in a Panel Description File
Working With Panels
14–40 106160 Tandem Computers Incorporated
4. Observe the results, as shown in the following screen:
DATA Left variable null
DATA Right variable null
DATA Center variable null
DATA[[[[[ Left variable pad[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
]]]]]DATA Right variable pad]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
..DATA... Center variable pad..................................................
Combining Field-Level Justification, Variable-Level Justification, and Padding
Since field-level justification and variable-level justification operate independently,
you can use them concurrently. Where both are used and a padding character is
specified, it applies to both.
To observe the effect of combining field-level justification, variable-level justification,
and padding, follow these steps:
1. Type the following NCL procedure in your user procedure library and call it
ZEX1407N:
zex1407n: PROCEDURE
/* Illustrates variable-level justification, */
/* field-level justification, and padding. */
&variable = DATA
PANEL ZEX1407P
END zex1407n