Condition statements masked values
If a condition statement is comparing a data item value to a literal value, a masking character can be used to ignore selected parts of the literal value. The masking character, or wildcard character, is '*' asterisk.
For example, to check a five character account code for codes only beginning
with 81, the condition statement would be IF Account Code = 81***
.