BLOCK Subcommand (SET command)
BLOCK
specifies
the character that is used for drawing icicle plots.
- You can specify any single character either as a quoted string or as a quoted hexadecimal pair preceded by the character X.
- The default is
X'2A'
.
Example
SET BLOCK='#'.
- This command specifies a pound sign (#) as the character to be used for drawing bar charts. The character is specified as a quoted string.