Discussion:
REXX/SDSF ISFLOG ' failure'
(too old to reply)
Henri Kuiper
2012-08-22 10:40:05 UTC
Permalink
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
Carroll, William
2012-08-22 10:47:13 UTC
Permalink
For the isflog function to work using rexx/sdsf, the system has to be at zos1.12

Bill

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-***@LISTSERV.UA.EDU] On Behalf Of Henri Kuiper
Sent: Wednesday, August 22, 2012 6:36 AM
To: IBM-***@LISTSERV.UA.EDU
Subject: REXX/SDSF ISFLOG ' failure'

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(r) 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
DISCLAIMER:
The information contained in this message may be privileged
or confidential and is protected from disclosure. If the
reader of this message is not the intended recipient, or
an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited. If you have received this communication
in error, please notify us immediately by replying to the
message and deleting it from your computer.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Henri Kuiper
2012-08-22 12:22:46 UTC
Permalink
Bill,

Thanks for your reply.
Weird, because the docs state it should be at level 1.11 ;(

See http://ibmmainframeforum.com/viewtopic.php?f=31&t=6352 too.

Someone there states it's working under z/OS 1.11




On Wed, Aug 22, 2012 at 12:44 PM, Carroll, William <
Post by Carroll, William
For the isflog function to work using rexx/sdsf, the system has to be at zos1.12
Bill
-----Original Message-----
Behalf Of Henri Kuiper
Sent: Wednesday, August 22, 2012 6:36 AM
Subject: REXX/SDSF ISFLOG ' failure'
Hello,
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
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(r) 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
The information contained in this message may be privileged
or confidential and is protected from disclosure. If the
reader of this message is not the intended recipient, or
an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited. If you have received this communication
in error, please notify us immediately by replying to the
message and deleting it from your computer.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Carroll, William
2012-08-22 13:22:32 UTC
Permalink
I know the doc states that it will, I just can't seem to recall why it doesn't. Possibly just ptf's.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-***@LISTSERV.UA.EDU] On Behalf Of Henri Kuiper
Sent: Wednesday, August 22, 2012 8:23 AM
To: IBM-***@LISTSERV.UA.EDU
Subject: Re: REXX/SDSF ISFLOG ' failure'

Bill,

Thanks for your reply.
Weird, because the docs state it should be at level 1.11 ;(

See http://ibmmainframeforum.com/viewtopic.php?f=31&t=6352 too.

Someone there states it's working under z/OS 1.11
Post by Carroll, William
For the isflog function to work using rexx/sdsf, the system has to be
at
zos1.12
Bill
-----Original Message-----
On Behalf Of Henri Kuiper
Sent: Wednesday, August 22, 2012 6:36 AM
Subject: REXX/SDSF ISFLOG ' failure'
Hello,
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
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(r) V1R11. |For more
information, refer to SYSLOG<
http://publib.boulder.ibm.com/infocenter/zos/v1r12/topic/com.ibm.zos.r
12.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
The information contained in this message may be privileged or
confidential and is protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Lizette Koehler
2012-08-22 13:44:19 UTC
Permalink
Is there any dependence on the JES Activation level?

Lizette
Post by Carroll, William
I know the doc states that it will, I just can't seem to recall why it
doesn't. Possibly
Post by Carroll, William
just ptf's.
-----Original Message-----
Behalf
Post by Carroll, William
Of Henri Kuiper
Sent: Wednesday, August 22, 2012 8:23 AM
Subject: Re: REXX/SDSF ISFLOG ' failure'
Bill,
Thanks for your reply.
Weird, because the docs state it should be at level 1.11 ;(
See http://ibmmainframeforum.com/viewtopic.php?f=31&t=6352 too.
Someone there states it's working under z/OS 1.11
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Henri Kuiper
2012-08-23 08:55:33 UTC
Permalink
Just found the answer. Most docs specify 1.11 as minimal but it seems
ISFLOG was only added in 1.12....

http://publib.boulder.ibm.com/infocenter/ieduasst/stgv1r0/topic/com.ibm.iea.zos/zos/1.13/Application-Middleware-Workload_Enablement/zOS_V1R13_SDSF_REXX-Operlog-Support.pdf

" ...... SDSF/REXX was introduced in SDSF V1R9 and the ISFLOG command was
added in SDSF V1R12 to read or allocate syslog. ....."

Thanks for your help!
Post by Lizette Koehler
Is there any dependence on the JES Activation level?
Lizette
Post by Carroll, William
I know the doc states that it will, I just can't seem to recall why it
doesn't. Possibly
Post by Carroll, William
just ptf's.
-----Original Message-----
Behalf
Post by Carroll, William
Of Henri Kuiper
Sent: Wednesday, August 22, 2012 8:23 AM
Subject: Re: REXX/SDSF ISFLOG ' failure'
Bill,
Thanks for your reply.
Weird, because the docs state it should be at level 1.11 ;(
See http://ibmmainframeforum.com/viewtopic.php?f=31&t=6352 too.
Someone there states it's working under z/OS 1.11
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Roberto Halais
2012-08-22 13:23:11 UTC
Permalink
I added RC=ISFCALLS('OFF') before the last DO-END and it worked fine.
I am at z/os 1.12
Post by Henri Kuiper
Hello,
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
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,
--
"Men will never be free until the last king is strangled with the entrails
of the last priest." Denis Diderot

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Loading...