You could even make an small exec.  E.g.
  /* */
  queue 'ALL /'date('S',,,'-')'/'     /* Today's date in ISO format */
  queue 'SET SHADOW OFF'
  'EXEC RDRLIST (ISODATE'
Note: when you'd use PF2 to refresh the list, the ALL command won't be
repeated. this could be done with some extra work:
  /* */
  queue 'ALL /'date('S',,,'-')'/'     /* Today's date in ISO format */
  queue 'SUPERSET /SHADOW OFF/LINEND OFF'
  queue 'SET PF2 REFRESH # ALL /'date('S',,,'-')'/'
  queue 'SET LINEND ON #''
  'EXEC RDRLIST (ISODATE'

2010/1/18 P S <zosw...@gmail.com>

> On Mon, Jan 18, 2010 at 1:38 PM, Edward M Martin <emar...@aultman.com>
> wrote:
> > Hello Everyone,
> >
> > Is there any way to make the RL (RDRLIST) only show some specific dates,
> or a selected RDR member only?
>
> You're in XEDIT, do an ALL on the command line...
>



-- 
Kris Buelens,
IBM Belgium, VM customer support

Reply via email to