Re: EXECIO COMMAND HELP

2009-06-05 Thread Fran Hensler
Virginia, there is a Slippery Rock" -- On Thu, 4 Jun 2009 19:01:03 -0700 Howard Rifkind said: >Thanks Neal, this is just about what I did only 'queue rdr all' > >--- On Thu, 6/4/09, Neal Scheffler wrote: > >From: Neal Scheffler >Subject: Re: EXECIO COMMAND HELP >To

Re: EXECIO COMMAND HELP

2009-06-04 Thread Howard Rifkind
Thanks Neal, this is just about what I did only 'queue rdr all' --- On Thu, 6/4/09, Neal Scheffler wrote: From: Neal Scheffler Subject: Re: EXECIO COMMAND HELP To: IBMVM@LISTSERV.UARK.EDU Date: Thursday, June 4, 2009, 4:36 PM You might try something like this: 'EXECIO * C

Re: EXECIO COMMAND HELP

2009-06-04 Thread Neal Scheffler
You might try something like this: 'EXECIO * CP (BUFFER 65536 STRING QUERY RDR SYSTEM ALL' Neal Scheffler Howard Rifkind wrote: Hello all, I need some help with the execio command. >From my console when I do a 'CP Q RDR * ALL' I get back 107 lines listed on the console, these are files for

Re: EXECIO COMMAND HELP

2009-06-04 Thread Howard Rifkind
Thanks all for your quick response... --- On Thu, 6/4/09, Bruce Hayden wrote: > From: Bruce Hayden > Subject: Re: EXECIO COMMAND HELP > To: IBMVM@LISTSERV.UARK.EDU > Date: Thursday, June 4, 2009, 4:21 PM > The default buffer size on a diag 8 > call (which is what EXECIO doe

Re: EXECIO COMMAND HELP

2009-06-04 Thread Bruce Hayden
The default buffer size on a diag 8 call (which is what EXECIO does for you) is 8K. So, your execio is only getting 8K of the output. You can specify a longer buffer by using the BUFFER option of EXECIO. You can either just specify a big buffer that will always hold the output for the number of sp

Re: EXECIO COMMAND HELP

2009-06-04 Thread Hodge, Robert L
Of Howard Rifkind Sent: Thursday, June 04, 2009 2:10 PM To: IBMVM@LISTSERV.UARK.EDU Subject: EXECIO COMMAND HELP Hello all, I need some help with the execio command. >From my console when I do a 'CP Q RDR * ALL' I get back 107 lines listed on the console, these are files for my user

EXECIO COMMAND HELP

2009-06-04 Thread Howard Rifkind
Hello all, I need some help with the execio command. >From my console when I do a 'CP Q RDR * ALL' I get back 107 lines listed on >the console, these are files for my user id and it looks correct. When I issue the command 'CP Q RDR ALL' I get all the files from everyone listed on my console a