Reporting Question - start times dependencies
search cancel

Reporting Question - start times dependencies

book

Article ID: 212206

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

Is there a command to generate a report of all jobs showing Dependencies/Predecessors and Start Time?

Environment

WA CA 7 Edition

Resolution

The following command can be used to generate a listing of all jobs with Dependencies and Predecessors:

LCTLG,DSN=PRED.    <<<< this command will list all jobs in the database that have a job or dataset dependency.  The command also show jobs with negative

                                               dependencies.  Note:  A wildcard can also be used.  Ex:  LCTLG,DSN=PRED.PAYS*   <<<<  this will extract all jobs with the 

                                               high-level name or PAYS.

 

The FJOB command can be used to determine the Start Time of all jobs within the SPAN Time.  EXAM:  FJOB,JOB=*,FROM=(MMDDYY,HHMM),TO=(MMDDYY,HHMM)

Additional Information