Is there a batch process in CA 7 that would allow you to list a group of jobs predecessor and successor relationship without going through individual NODD and TRIG commands?
search cancel

Is there a batch process in CA 7 that would allow you to list a group of jobs predecessor and successor relationship without going through individual NODD and TRIG commands?

book

Article ID: 131406

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction



Does CA 7 have a batch command process that would list a group of jobs predecessor and successor relationships without going through individual NODD and TRIG commands?

Environment

Release:
Component: 7

Resolution

LCTLG,DSN=PRED.  command can be used to list direct predecessor/successor relationships of all jobs in the CA 7 database. 
LCTLG,DSN=PRED.AB*  command can be used to list direct predecessor/successor relationships of all jobs in the CA 7 database with a high-level name of AB*.

Exam: 

LCTLG,DSN=PRED.                             
DSN=PRED.                                   
                                            
 DATASET NAME       SUCCESSOR JOB      SCHID
                                            
                                         JOBB                     000  
                                         JOBC                     000  
                                         JOBD                     000  
                                         JOBE                     000  
PRED.AJOB6                  AJOB10                  110  

Note:  Under the Dataset Name field, is a list of predecessor jobs, with the successor jobs listed under the successor column.