Henri Kuiper
2012-08-22 10:40:05 UTC
Hello,
Just curious if anyone can guide me towards a solution to the following:
1. I am running z/OS 1.11 (from the z1090 distribution)
2. I want to use ISFLOG to read data from SYSLOG
3. Rexx Code I'm using looks like this
/* REXX */
RC=ISFCALLS('ON')
ISFLINELIM="10"
ADDRESS SDSF "ISFLOG READ TYPE(SYSLOG)"
DO I = 1 TO ISFMSG2.0
SAY ISFMSG2.I
END
DO I = 1 TO ISFLINE.0
SAY ISFLINE.I
END
4. When executing :
ISF302E "UNQUOTED-STRING" was seen in command position 1 where one of the
follo
wing was expected: END-OF-STMT, ISFACT, ISFEXEC, ISFGET, ISFSLASH.
ISF767I Request completed.
Somehow making me think ISFLOG is not ' available ' ?
The books say : The ISFLOG command processes the logical log, which
requires that |the JES level be at least z/OS® V1R11. |For more
information, refer to
SYSLOG<http://publib.boulder.ibm.com/infocenter/zos/v1r12/topic/com.ibm.zos.r12.isfa500/genhindx.htm#genhindx>
.
Are there any other things I need to implement before this ISFLOG works?
Thanks in advance
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Just curious if anyone can guide me towards a solution to the following:
1. I am running z/OS 1.11 (from the z1090 distribution)
2. I want to use ISFLOG to read data from SYSLOG
3. Rexx Code I'm using looks like this
/* REXX */
RC=ISFCALLS('ON')
ISFLINELIM="10"
ADDRESS SDSF "ISFLOG READ TYPE(SYSLOG)"
DO I = 1 TO ISFMSG2.0
SAY ISFMSG2.I
END
DO I = 1 TO ISFLINE.0
SAY ISFLINE.I
END
4. When executing :
ISF302E "UNQUOTED-STRING" was seen in command position 1 where one of the
follo
wing was expected: END-OF-STMT, ISFACT, ISFEXEC, ISFGET, ISFSLASH.
ISF767I Request completed.
Somehow making me think ISFLOG is not ' available ' ?
The books say : The ISFLOG command processes the logical log, which
requires that |the JES level be at least z/OS® V1R11. |For more
information, refer to
SYSLOG<http://publib.boulder.ibm.com/infocenter/zos/v1r12/topic/com.ibm.zos.r12.isfa500/genhindx.htm#genhindx>
.
Are there any other things I need to implement before this ISFLOG works?
Thanks in advance
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN