String Output Masking - BBj
BBj-Specific Information
For this topic's original documentation, see String Output Masking.
Output Mask Special Characters
The special characters for use within the output mask are as follows:
Mask Character |
Accepts |
0 |
Any digit. |
a |
Any alphabetic character. |
A |
Any alphabetic character. Converts lower-case alphabetic characters to upper case. |
U |
Any digit, alphabetic, space, or punctuation character. Converts lower-case alphabetic characters to upper case (BBj-only). |
X |
Any printable character. |
z |
Any digit or alphabetic character. |
Z |
Any digit or alphabetic character. Converts lower-case alphabetic characters to upper case. |