Saturday 9 June 2012

How to Add Negative dependency in ca7

How to Add Negative dependency in ca7 



Dependencies:
     For  example Job1 has an internal requirement of  JobA  and Job1 will get posted only when JobA  runs successfully . Hence Job1 is said to be dependent on JobA.

·         Positive dependency-a job may only run after a certain job has finished . The job where it has positive dependency on may not be necessarily be the  job that triggers it.

·         Negative dependency-a job may not run at the same time with another job. It may run ahead or after the job it has negative dependency.


we can add Negative dependency of a job by using DB 3.2 option

If we give 3.2 option an panel will open it will contain fallowing options.
we can give function as update and give all the options predecessor job and predecessor for job
and next run

Functions
·         FORMAT – Use to clear the screen
·         LIST – Use to display information about existing job predecessors
·         UPD – Use to modify or change existing job  predecessors

Fields
·         PRED FOR JOB – The job which the job requirements are being defined of listed
·         LIST-SCHID – Applies only to the LIST function (SCHID=0 for All schedules)
·         LEADTM – Lead Time in hours
·         PRED-JOB – Names the job on which the job specified in the Job field is dependent
·         NEXT-RUN – Indicates status of this predecessor for the next run of this job

Options
·         A=Add- Use to create a new relationship
·         D=Delete – Use to delete a relationship
·         U=Update – Use to modify an existing relationship

No comments:

Post a Comment