Change Event owners in ESP
search cancel

Change Event owners in ESP

book

Article ID: 106802

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

On ESP Workload Automation system, the owner of event would get messages to their TSO ID for the events. When the person leaves, how to change the owner easily?

Environment

Component: ESP Workload Automation
Release: ALL

Resolution

Solution #1: Run CYBESU01 utility:
//jobname JOB ...
//stepname EXEC PGM=CYBESU01
//STEPLIB DD ...
//EVENTDS DD DISP=SHR,DSN=CYB.MYEVENT
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
REPLACE OWNER IF(CYBUSR1) NEWVAL(CYBUSR2)
/*

Solution #2 Add MAILBOX on PROFILE in UPDT table:
PROFILE USER(-) EVENTSET(EVENT1) CALENDAR1(CYBER) +
HIST(HIST1) MAILBOX(new_email_address)

Additional Information