Assume your data is the character string ‘HELLO’.
| IF the format is … | THEN this is displayed … |
|---|---|
FORMAT 'X(6)' |
HELLO with trailing blank |
FORMAT 'X' |
H |
Assume your data is the character string ‘HELLO’.
| IF the format is … | THEN this is displayed … |
|---|---|
FORMAT 'X(6)' |
HELLO with trailing blank |
FORMAT 'X' |
H |