job_depends option -e not documented
search cancel

job_depends option -e not documented

book

Article ID: 19808

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

Description:

job_depends option -e is not documented

Solution:

-e:

Generates all start times between the dates and times specified in the -F and -T options.

Limits: This parameter is only valid with the -t parameter.

job_depends -e argument prints a "Job Forecast Report". It generates all job start times between -F <START TIME> and -T <END TIME> based on the date_conditions,days_of_week,start_times,start_mins attribute.

It also displays any Automatic conditions which will trigger a STARTJOB based on the conditions attribute.

For the below job:

$ autorep -j test -q
insert_job: test
command: ls
machine: localhost
date_conditions: 1
days_of_week: tu
start_times: "18:00"
condition: s(dep)
Following is the output:
$ job_depends -J test -F"03/23/2010 01:00"
-T"04/15/2010 01:00" -t -e
Job Forecast Report
From: 03/23/2010 01:00 To: 04/15/2010 01:00
Job Name Next Start Atomic Start
Conditions
test 03/30/2010 18:00:00 s(dep)
test 04/06/2010 18:00:00 s(dep)
test 04/13/2010 18:00:00 s(dep)

This option is fully documented in CA WAAE 11.3.5 Reference Guide

Environment

Release:
Component: ATSYS