On 12/15/2010 11:11 AM, gsg wrote:
Is there a way for a Rexx routine to collect information from the active system log? If so, do you have any code you can share?
(E)JES provides SYSLOG and OPERLOG data to REXX programs. I assume most if not all of the other SPOOL management/access products do as well. Check the doc for whatever your using and see if it provides that capability. Even if there is no direct support for REXX, you might be able to CALL it and get it to copy the information you need into a data set that you then read with EXECIO.
-- Edward E Jaffe Phoenix Software International, Inc 831 Parkview Drive North El Segundo, CA 90245 310-338-0400 x318 [email protected] http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

