Re: System REXX AXRCMD not returning all the output of a display command

2014-12-08 Thread William Richardson
I have a problem with AXRCMD returning not all the lines of a JES2 display command. Hello; I am not an expert on just about all the topics in your reference (nor do I play one on TV) BUT . Did you notice that the SDSF output display includes MULTIPLE outputs / objects ??? ie... the

Re: System REXX AXRCMD not returning all the output of a display command

2014-12-08 Thread Dana Mitchell
On Sun, 7 Dec 2014 08:22:27 +0100, jan de decker jan.je...@gmail.com wrote: Hi list, I have a problem with AXRCMD returning not all the lines of a JES2 display command. J@n, The response from your $DPROCLIB command is actually several multi-line WTO's. If you look at column 1 of the

Re: System REXX AXRCMD not returning all the output of a display command

2014-12-07 Thread Elardus Engelbrecht
jan de decker wrote: rc = axrcmd('$DPROCLIB','proclib.',5) Increase 5 to something better/larger to allow longer a waiting period. (0 - 21474535 seconds) If that is not working, check that you are fully authorised. You could try $TDEBUG,SECURITY=YES, do you REXX and then turn SECURITY to NO.

System REXX AXRCMD not returning all the output of a display command

2014-12-06 Thread jan de decker
Hi list, I have a problem with AXRCMD returning not all the lines of a JES2 display command. A system rexx is coded as follows: rc = axrcmd('$DPROCLIB','proclib.',5) if rc 0 then do say 'axrcmd $DPROCLIB returned non-zero return code:' rc return(rc) end say