Re: REXX and the console

2016-01-11 Thread Mark Pace
ISFSLASH is doing exactly what I need, except, is there a way that when I issue the commands via REXX that it also not be displayed on the SDSF console log? While testing I hate filling on the console log with the commands and output I'm trying test. On Mon, Jan 4, 2016 at 3:43 PM, Mark Pace

Re: REXX and the console

2016-01-04 Thread Pfister, Nathan
(STEM out." RETURN That runs a d omvs,l command and captures the output. ISFSLASH would be where I started. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mark Pace Sent: Monday, January 04, 2016 3:34 PM To: IBM-MAIN@LISTSERV.U

Re: REXX and the console

2016-01-04 Thread Mark Pace
Apparently I didn't look hard enough. Issuing system commands with ISFSLASH On Mon, Jan 4, 2016 at 3:34 PM, Mark Pace wrote: > I was hoping to be able to issue a command to the console, eg. D M, and > capture the output in a REXX exec. I though I might be able to use

Re: REXX and the console

2016-01-04 Thread Richard Pinion
Perhaps something like this?? /* REXX */ TRACE I CONSOLE DEACTIVATE CONSOLE ACTIVATE COUNTER

REXX and the console

2016-01-04 Thread Mark Pace
I was hoping to be able to issue a command to the console, eg. D M, and capture the output in a REXX exec. I though I might be able to use SDSF interface, but as of yet I've been able to find that might work. If it is in fact possible, could some give me a pointer where I might start reading?

Re: REXX and the console

2016-01-04 Thread Chris Hoelscher
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Pfister, Nathan > Sent: Monday, January 04, 2016 3:44 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: [IBM-MAIN] REXX and the console > > I use the ISFCALLS with