What are the advantages and disadvantages of an Alertdef and Job Monitor?
search cancel

What are the advantages and disadvantages of an Alertdef and Job Monitor?

book

Article ID: 54257

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Description:

When should one be used over the other?

Solution:

The advantage of using a Job Monitor tracking model with a JOBABEND appendage is it's simplicity.

ltm model1

      MODEL ? MODEL1 DEFINED AT 13.55 ON WED  6JAN1999 BY USER1
    P-NODES - EXEC
   HISTFILE ? HIST1, INDEX(10), TRACK, NOPRINTDATA
    MONITOR - PROD
  JOB ABEND - PROD.NOTIFY_ABENDS

For instance if you set up the tracking model above to trigger the event PROD.NOTIFY_ABENDS every time a job that is tracked by the PROD tracking model abends or completes with a bad condition code. To start monitoring a new job for failures all you have to do is create or alter a tracked job definition for the job to point to the MODEL1 tracking model. Also ESP does not have to submit or schedule the jobs in order to track the jobs with the tracking model so you can monitor jobs that are not explicitly scheduled with ESP. You can use wildcards in prefixed tracked job definitions. The big disadvantage of this tracking model approach is that it does not give notifications on overdue jobs. You only get notifications for MVS batch jobs from the tracking model above - you get nothing for distributed jobs, because distributed jobs do not cause any SMF records to be produced and as a consequence cause the JOBABEND or JOBFAIL appendage associated with the tracking model to be invoked.

The advantage of using the alerts is that you can potentially have more granularity than in the scenario above. You can set up different alerts for different classes of jobs or for different types of notifications - you can have one alert for abends and another alert for overdue jobs. Of course you have to put a NOTIFY statement that identifies the alert and the monitor points the NOTIFY statement is watching for in each ESP procedure. The alert/notify process can detect failures of distributed jobs as well as failures of MVS jobs. ESP alerts do not live over restarts of the ESP address space so you have to keep track of the alerts that you have defined and make certain you read them in with the ESP initialization parameters every time you restart the ESP address space.

Environment

Release:
Component: ESPWA