Discussion:
System Rexx - Console questions
(too old to reply)
Tony Harminc
2017-06-07 20:46:33 UTC
Permalink
What causes the AXR0500I message

AXR0500I AXREXX OUTPUT DISPLAY 093
EXECNAME=TESTX REQTOKEN=0000400000000000D29FAA504703A808
TESTX running - output from SAY

to be written to Syslog? Clearly that last line is from a SAY statement of
mine, but I seem to always get the AXR0500I even without a SAY. I want to
avoid it - I never want to see any indication of the Rexx program running,
unless it issues a message itself or there is a serious error within System
Rexx. I don't want that REQTOKEN and such cluttering the console stream.

Also, what is the real meaning of the CONSDATA=YES option on AXREXX? Again,
the book is vague: "CONSDATA=YES Indicates that the exec is invoked as a
system command." Does this mean that any WTOs issued by the AXR[ML]WTO
functions are marked with DESC=5? I don't know what else this might mean.

There is an example in the book of issuing an MVS command from Rexx,
retrieving and parsing the command output, and using AXRMLWTO to write the
result to an extended MCS console set up with MCSOPER in the program that
invoked AXREXX. Maybe a bit far-fetched, but I tried the example, and all
of the command+output goes to SYSLOG, as well as to the extended console.
But there is no option to specify DESC or ROUTCDE or any other WTO options
on AXR[ML]WTO. I would also like to avoid all this stuff going to SYSLOG.

Thanks... Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
IronSphere by SecuriTeam Software
2017-06-08 06:58:53 UTC
Permalink
use axrwto.

ITschak​
Post by Tony Harminc
What causes the AXR0500I message
AXR0500I AXREXX OUTPUT DISPLAY 093
EXECNAME=TESTX REQTOKEN=0000400000000000D29FAA504703A808
TESTX running - output from SAY
to be written to Syslog? Clearly that last line is from a SAY statement of
mine, but I seem to always get the AXR0500I even without a SAY. I want to
avoid it - I never want to see any indication of the Rexx program running,
unless it issues a message itself or there is a serious error within System
Rexx. I don't want that REQTOKEN and such cluttering the console stream.
Also, what is the real meaning of the CONSDATA=YES option on AXREXX? Again,
the book is vague: "CONSDATA=YES Indicates that the exec is invoked as a
system command." Does this mean that any WTOs issued by the AXR[ML]WTO
functions are marked with DESC=5? I don't know what else this might mean.
There is an example in the book of issuing an MVS command from Rexx,
retrieving and parsing the command output, and using AXRMLWTO to write the
result to an extended MCS console set up with MCSOPER in the program that
invoked AXREXX. Maybe a bit far-fetched, but I tried the example, and all
of the command+output goes to SYSLOG, as well as to the extended console.
But there is no option to specify DESC or ROUTCDE or any other WTO options
on AXR[ML]WTO. I would also like to avoid all this stuff going to SYSLOG.
Thanks... Tony H.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--
ITschak Mugzach
*|** IronSphere Platform* *|** An IT GRC for Legacy systems* *| Automated
Security Readiness Reviews (SRR) **|*

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Tony Harminc
2017-06-08 15:27:34 UTC
Permalink
Thanks, but I don't see how this relates to my questions.

Tony H.

On 8 June 2017 at 02:59, IronSphere by SecuriTeam Software <
Post by IronSphere by SecuriTeam Software
use axrwto.
ITschak​
Post by Tony Harminc
What causes the AXR0500I message
AXR0500I AXREXX OUTPUT DISPLAY 093
EXECNAME=TESTX REQTOKEN=0000400000000000D29FAA504703A808
TESTX running - output from SAY
to be written to Syslog? Clearly that last line is from a SAY statement
of
Post by Tony Harminc
mine, but I seem to always get the AXR0500I even without a SAY. I want to
avoid it - I never want to see any indication of the Rexx program
running,
Post by Tony Harminc
unless it issues a message itself or there is a serious error within
System
Post by Tony Harminc
Rexx. I don't want that REQTOKEN and such cluttering the console stream.
Also, what is the real meaning of the CONSDATA=YES option on AXREXX?
Again,
Post by Tony Harminc
the book is vague: "CONSDATA=YES Indicates that the exec is invoked as a
system command." Does this mean that any WTOs issued by the AXR[ML]WTO
functions are marked with DESC=5? I don't know what else this might mean.
There is an example in the book of issuing an MVS command from Rexx,
retrieving and parsing the command output, and using AXRMLWTO to write
the
Post by Tony Harminc
result to an extended MCS console set up with MCSOPER in the program that
invoked AXREXX. Maybe a bit far-fetched, but I tried the example, and all
of the command+output goes to SYSLOG, as well as to the extended
console.
Post by Tony Harminc
But there is no option to specify DESC or ROUTCDE or any other WTO
options
Post by Tony Harminc
on AXR[ML]WTO. I would also like to avoid all this stuff going to SYSLOG.
Thanks... Tony H.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--
ITschak Mugzach
*|** IronSphere Platform* *|** An IT GRC for Legacy systems* *| Automated
Security Readiness Reviews (SRR) **|*
----------------------------------------------------------------------
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
scott Ford
2017-06-09 21:22:17 UTC
Permalink
Tony,

I think ITschak is saying is it possible to use AXRWTO instead of what your
doing and it would not that issue.

Scott
Post by Tony Harminc
Thanks, but I don't see how this relates to my questions.
Tony H.
On 8 June 2017 at 02:59, IronSphere by SecuriTeam Software <
Post by IronSphere by SecuriTeam Software
use axrwto.
ITschak​
Post by Tony Harminc
What causes the AXR0500I message
AXR0500I AXREXX OUTPUT DISPLAY 093
EXECNAME=TESTX REQTOKEN=0000400000000000D29FAA504703A808
TESTX running - output from SAY
to be written to Syslog? Clearly that last line is from a SAY statement
of
Post by Tony Harminc
mine, but I seem to always get the AXR0500I even without a SAY. I want
to
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
avoid it - I never want to see any indication of the Rexx program
running,
Post by Tony Harminc
unless it issues a message itself or there is a serious error within
System
Post by Tony Harminc
Rexx. I don't want that REQTOKEN and such cluttering the console
stream.
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
Also, what is the real meaning of the CONSDATA=YES option on AXREXX?
Again,
Post by Tony Harminc
the book is vague: "CONSDATA=YES Indicates that the exec is invoked as
a
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
system command." Does this mean that any WTOs issued by the AXR[ML]WTO
functions are marked with DESC=5? I don't know what else this might
mean.
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
There is an example in the book of issuing an MVS command from Rexx,
retrieving and parsing the command output, and using AXRMLWTO to write
the
Post by Tony Harminc
result to an extended MCS console set up with MCSOPER in the program
that
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
invoked AXREXX. Maybe a bit far-fetched, but I tried the example, and
all
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
of the command+output goes to SYSLOG, as well as to the extended
console.
Post by Tony Harminc
But there is no option to specify DESC or ROUTCDE or any other WTO
options
Post by Tony Harminc
on AXR[ML]WTO. I would also like to avoid all this stuff going to
SYSLOG.
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
Thanks... Tony H.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--
ITschak Mugzach
*|** IronSphere Platform* *|** An IT GRC for Legacy systems* *| Automated
Security Readiness Reviews (SRR) **|*
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--
*IDMWORKS *

Scott Ford

z/OS Dev.




“By elevating a friend or Collegue you elevate yourself, by demeaning a
friend or collegue you demean yourself”



www.idmworks.com

***@idmworks.com

Blog: www.idmworks.com/blog





*The information contained in this email message and any attachment may be
privileged, confidential, proprietary or otherwise protected from
disclosure. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, distribution, copying or
use of this message and any attachment is strictly prohibited. If you have
received this message in error, please notify us immediately by replying to
the message and permanently delete it from your computer and destroy any
printout thereof.*

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
ITschak Mugzach
2017-06-10 04:44:50 UTC
Permalink
Scott,
The message is a result of using say. Axrwro does not print the msg, just
the required text.

ITschak

בתאריך 10 ביונ 2017 00:23,‏ "scott Ford" <***@gmail.com> כתב:

Tony,

I think ITschak is saying is it possible to use AXRWTO instead of what your
doing and it would not that issue.

Scott
Post by Tony Harminc
Thanks, but I don't see how this relates to my questions.
Tony H.
On 8 June 2017 at 02:59, IronSphere by SecuriTeam Software <
Post by IronSphere by SecuriTeam Software
use axrwto.
ITschak​
Post by Tony Harminc
What causes the AXR0500I message
AXR0500I AXREXX OUTPUT DISPLAY 093
EXECNAME=TESTX REQTOKEN=0000400000000000D29FAA504703A808
TESTX running - output from SAY
to be written to Syslog? Clearly that last line is from a SAY statement
of
Post by Tony Harminc
mine, but I seem to always get the AXR0500I even without a SAY. I want
to
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
avoid it - I never want to see any indication of the Rexx program
running,
Post by Tony Harminc
unless it issues a message itself or there is a serious error within
System
Post by Tony Harminc
Rexx. I don't want that REQTOKEN and such cluttering the console
stream.
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
Also, what is the real meaning of the CONSDATA=YES option on AXREXX?
Again,
Post by Tony Harminc
the book is vague: "CONSDATA=YES Indicates that the exec is invoked as
a
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
system command." Does this mean that any WTOs issued by the AXR[ML]WTO
functions are marked with DESC=5? I don't know what else this might
mean.
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
There is an example in the book of issuing an MVS command from Rexx,
retrieving and parsing the command output, and using AXRMLWTO to write
the
Post by Tony Harminc
result to an extended MCS console set up with MCSOPER in the program
that
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
invoked AXREXX. Maybe a bit far-fetched, but I tried the example, and
all
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
of the command+output goes to SYSLOG, as well as to the extended
console.
Post by Tony Harminc
But there is no option to specify DESC or ROUTCDE or any other WTO
options
Post by Tony Harminc
on AXR[ML]WTO. I would also like to avoid all this stuff going to
SYSLOG.
Post by IronSphere by SecuriTeam Software
Post by Tony Harminc
Thanks... Tony H.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--
ITschak Mugzach
*|** IronSphere Platform* *|** An IT GRC for Legacy systems* *| Automated
Security Readiness Reviews (SRR) **|*
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--



*IDMWORKS *

Scott Ford

z/OS Dev.




“By elevating a friend or Collegue you elevate yourself, by demeaning a
friend or collegue you demean yourself”



www.idmworks.com

***@idmworks.com

Blog: www.idmworks.com/blog





*The information contained in this email message and any attachment may be
privileged, confidential, proprietary or otherwise protected from
disclosure. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, distribution, copying or
use of this message and any attachment is strictly prohibited. If you have
received this message in error, please notify us immediately by replying to
the message and permanently delete it from your computer and destroy any
printout thereof.*

----------------------------------------------------------------------
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
Loading...