There is another possibility to look at.  There is the BPXWUNIX interface for 
REXX that might be useful.  I don't have a system to test to see if the 
"tn3270,t,conn,max=*" command could be executed through BPXWUNIX.

This is an example of how I used it to work with the NETSTAT command.  I was 
trying to capture idle time information for IP connections.

I executed this from my TSO session but I don't see any reason that might stop 
it from say working in a batch job.

ADDRESS USS                                                                     
CALL BPXWUNIX 'netstat -b IDLETIME',,REC.,STDE.                                 
Address TSO                                                                     


Paul

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of Tom 
Marchant
Sent: Tuesday, May 21, 2024 2:02 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: REXX SDSF

I suppose it might be nice for the DISPLAY command to have an option that means 
"return the results only to the requesting console and do not write to the 
log." It isn't something that I will request.

--
Tom Marchant

On Tue, 21 May 2024 12:48:14 -0500, Paul Gilmartin <paulgboul...@aol.com> wrote:

>On Tue, 21 May 2024 12:24:14 -0500, Tom Marchant wrote:
>
>>I certainly hope not. The system log is supposed to be a log of things done 
>>to the system.
>>
>I'd hardly regard DISPLAY, for example, as "things done to".  If 
>there's a security concern, the command should be rejected, not executed and 
>logged.
>
>But what was the OP trying to do, and what alternatives exist?
>
>
>>On Tue, 21 May 2024 13:19:03 -0400, Roberto Halais wrote:
>>
>>>I have a rexx that issues console commands thru ISFEXEC. Is there a 
>>>way to prevent the command output to not appear in the system syslog.
>>>I capture the output in my rexx but it also appears in the system log.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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

Reply via email to