Need to capture DFHSI517
-
- Posts: 1
- Joined: Sat Apr 03, 2021 10:04 pm
- Skillset: Mainframe operator
- Referer: online search
Need to capture DFHSI517
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?
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Need to capture DFHSI517
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.
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.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Need to capture DFHSI517
do You have any automation product installed ???
IIRC tivoli should be able to do it
IIRC tivoli should be able to do it
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 9
- 2750
-
by sergeyken
View the latest post
Thu Jan 09, 2025 11:59 pm