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

Release : 11.3

Release :  12.0

Release :  12.1

Component : CA-7

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.  Exam:  LCTLG,DSN=PRED.PAYS*   <<<<  this will extract all jobs with the 

                                               high-level name or PAY.

 

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

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-ca-7-edition/12-1/using/commands/command-descriptions/lctlg-command.html