MVS command - output directed to a dataset

2011-06-08 Thread Juan Mautalen
Hi: I need to execute an MVS DISPLAY command with its output written to a dataset. Using IEFBR14 i managed to execute the command in batch, but the output is only written to SYSLOG. Is there a way to have the output also written to a dataset? Thanks in advance for your help, JUAN MAUTALEN ---

Re: MVS command - output directed to a dataset

2011-06-08 Thread Skip Robinson
- output directed to a dataset Sent by:IBM Mainframe Discussion List Hi: I need to execute an MVS DISPLAY command with its output written to a dataset. Using IEFBR14 i managed to execute the command in batch, but the output is only written to SYSLOG. Is there a way to have the output also

Re: MVS command - output directed to a dataset

2011-06-08 Thread Lizette Koehler
> Hi: > > I need to execute an MVS DISPLAY command with its output written to a > dataset. Using > IEFBR14 i managed to execute the command in batch, but the output is only > written to > SYSLOG. Is there a way to have the output also written to a dataset? > > Thanks in advance for your help, >

Re: MVS command - output directed to a dataset

2011-06-08 Thread Scott Ford
: Lizette Koehler To: IBM-MAIN@bama.ua.edu Sent: Wed, June 8, 2011 12:47:22 PM Subject: Re: MVS command - output directed to a dataset > Hi: > > I need to execute an MVS DISPLAY command with its output written to a > dataset. >Using > IEFBR14 i managed to execute the command in batch,

Re: MVS command - output directed to a dataset

2011-06-08 Thread Skip Robinson
S Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile jo.skip.robin...@sce.com From: Scott Ford To: IBM-MAIN@bama.ua.edu Date: 06/08/2011 10:37 AM Subject:Re: MVS command - output directed to a dataset Sent by:IBM Mainframe Discussion List I agree with Liz and Ski

Re: MVS command - output directed to a dataset

2011-06-08 Thread Chip Grantham
taSet"("memPrefix""member")')" End Else Do "ALLOC FILE("||ddnm1||") ", " SHR LRECL(80) RECFM(F B)", " DA('"DataSet"("memPrefix""member")')" End &qu

Re: MVS command - output directed to a dataset

2011-06-08 Thread Cris Hernandez #9
stemvars to a file. can't do that with all commands though. you need to know what is allocated for the command output. --- On Wed, 6/8/11, Juan Mautalen wrote: > From: Juan Mautalen > Subject: MVS command - output directed to a dataset > To: IBM-MAIN@bama.ua.edu > Date:

Re: MVS command - output directed to a dataset

2011-06-09 Thread 吴伟标
Technology Services > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 626-302-7535 Office > 323-715-0595 Mobile > jo.skip.robin...@sce.com > > > > From: Scott Ford > To: IBM-MAIN@bama.ua.edu > Date: 06/08/2011 10:37 AM > Subject:Re: MV

Re: MVS command - output directed to a dataset

2011-06-09 Thread Shmuel Metz (Seymour J.)
In <1307568054.16359.yahoomailclas...@web31813.mail.mud.yahoo.com>, on 06/08/2011 at 02:20 PM, Cris Hernandez #9 said: >use REXX code SYSOUTTRAP to capture output written to terminal SYSOUTTRAP doesn't capture output to the terminal, only PUTLINE and PUTGET output. -- Shmuel (Seymour