VARNAMES – Special characters to allow in variable names
Workload Automation Programming Language allows variable names to consist of letters, numbers, and the characters: at sign (@), number sign (#) and underscore (_).
Extra characters can be added to this using the VARNAMES
keyword. The
default additional characters are pound sign (£) and dollar sign ($).