CHARHASH – Set the number sign (#) for count object field and ENVATTR
Within Workload Automation Programming Language,
the number sign (#) is used to designate the count of the number of
a specified segment in object variables and a count within VARSET
ENVATTR
.
However, with some code pages the number sign (#) character might
be displayed differently. The CHARBANG
keyword
enables you to determine what character is actually in use for your
code page by issuing a SHOW OPTIONS
command.
You can also set the character to be used, so that it matches the
documented character for the code page, for example OPTIONS
CHARAT(#)
CHARxxxx
keywords
or VARNAMES
keyword. OPTIONS
keywords
change only these character for the uses specified. When the same
characters are used as part of data in your system, or part of field
names in OUTPUT
statements or object variables,
the characters are displayed according to your code page.