We use NDS to track jobs between SYSPLEX environments. Having an issue tracking jobs that have a # in the job name (ex: JOB#NAME)
Component: ESP Workload Automation
Release: All
By Default the Job Tracking Definition Table is loaded defining the # as a wild card.
The following is an example of defining wildcard characters in a job-tracking definition table:
WILDCARD # 0 - 9 /* NUMERICS */
WILDCARD $ A - Z /* ALPHABETICS */
WILDCARD + 0 - 9A - Z /* ALPHANUMERIC */
TRACKDEF JOB NAME(DUMMYJOB) NOTRACK
TRACKDEF JOB NAME(PAY - ) MODEL(PAYMODEL)
TRACKDEF JOB NAME($$$$####) MODEL(PRODJOBS)
To use the # character in a jobname you would need to comment out the following line and load the job tracking definition table on your Master and Proxy systems.
WILDCARD # 0 - 9 /* NUMERICS */