Question:
Is there a command that would provide what job has a certain DSN for a requirement or what job(s) may be triggered?
Answer:
To find out if/what the data set triggers, enter:
LCTLG,DSN=AUTO.DSnnnnnn
or if you do
LCTLG,DSN=AUTO.DS*
you will see all data set triggers
To see if it is a requirement for any job you can specify OPT=XREF on the EXEC statement PARM for SASSBK00, the backup/reload program. This will create three reports one of which is SASSXREF-02 DSNAME-Program Cross-Reference report. This is documented with examples in the CA 7 System Programmer Guide.
Additional Information:
As always, please contact CA Technologies support for CA 7 if you have further questions.