Is there a CA 7 command and or SQL query to list jobs which have a specific dataset as the requirement. Will this command work on a wild char as part of the dataset name?
The closest command is LCTLG,DSN=AUTO. however, it will list all dataset names and the triggered jobs. There is not a way to pull the information using a command for a specific dataset. You can use SQL to list the jobs that have a specific dataset as requirement . The sample SQL job is found in the AL2SQL member in the CAL2JCL library. Use the percent sign (%) as a wildcard character in your SQL syntax.
Run SQL with the following control statements to list jobs with a specific dataset requirement: