Special resource and user field names

With HCL Workload Automation for Z, the names of special resources and user fields can contain characters different from alphanumeric and national characters, but this would cause problems when parsing in Workload Automation Programming Language.

Consider that:
  • Quotes, blanks, and parentheses ( and ) can cause problems to read the syntax of a command correctly.
  • When using Workload Automation Programming Language with instream SYSIN, characters &, %, and ? could be resolved by JCL tailoring unintentionally.
  • The exclamation point (!) could be resolved by Workload Automation Programming Language variable substitution unintentionally.
  • The percent sign (%) and asterisk (*) could cause problems to commands that need to use wildcards to search.
  • /* and */ could be interpreted as a comment by Workload Automation Programming Language.

These characters can cause problems especially in object names that form searchable and key fields. You should avoid them when naming objects to be used with Workload Automation Programming Language.