Page 1 of 1

Need to capture DFHSI517

PostPosted: Sat Apr 03, 2021 10:12 pm
by khariharan9
I have some 70+ CICS regions on 4 different Lpars. And I verify the control given to cics message everyday morning. I wish to automate this. To check for DFHSI517 message on all regions and send me an email that all are verified. They all run as a job from TWS OPC scheduler. Any suggestions?

Re: Need to capture DFHSI517

PostPosted: Sun Apr 04, 2021 2:58 pm
by willy jensen
Use the SDSF REXX interface.
If you know the names of the jobs then use the DA (Display Active) to locate the jobs and scan the output with REXX.
Otherwise use the ISFLOG function to scan the syslog/operlog. See the chapter 'Browsing the system log with ISFLOG' in SDSF User's Guide. You could just offload the data and use SORT to scan for the messages.

If you are using OPERLOG then use the IEAMDBLG program to offload data, then scan the output using some program.

Re: Need to capture DFHSI517

PostPosted: Sun Apr 04, 2021 7:42 pm
by enrico-sorichetti
do You have any automation product installed ???
IIRC tivoli should be able to do it