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?
Component: ESP Workload Automation
Release: ALL
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)