How can you code an event in a SCL for email notification within CA Jobtrac Job Management?
search cancel

How can you code an event in a SCL for email notification within CA Jobtrac Job Management?

book

Article ID: 52759

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

There are times in CA Jobtrac JM that you would like to have an email notification. This Knowledge Document shows how you can set this up.

 

Environment

Release:
Component: JOBTRC

Resolution

 

You will notice that in the following example, the SCL doesn't have any Global SCL Record "@EMAIL=". For the event in the same example below, the SCL entry contains a definition utilizing two email groups for JOB1.

JOB1 will send out email notification as indicated in the job's referback record, where "C" is job normal completion or purge, "F" job failure due to abend, condition codes, or delete, and "R" normal completion of a rerun to GROUP1 (email template member).

In that same referback, JOB1 will send out email notification for "S" job submits, and "C" job normal completion or purge to GROUP2 (email template member).

*EVENTNM TIME DATE DEPS  RELEASE1RELEASE2RELEASE3RELEASE4 PROCESSP
JOB1     ASAP *                                           DAILY
+                       EMAIL+GROUP1/CFR,GROUP2/SC        DAILY

Please see the Schedule Creation Guide, Chapter 3 Section Using the EMAIL+ Entry for additional information.