Writes standard character data.
Category: | Character |
Alignment: | Left |
Alias: | $w. |
specifies the width of the output field.
Default | The length of the output is the length of the input variable; if the input variable’s length is undefined, the default length is 8. |
Range | 1–32767 |
Statements
|
Results
|
---|---|
|
----+----1 |
select put ('XYZ',$char.); |
XYZ |