Hello Kris and PS,

 

Is there any way to allow RDRLIST to show the queue number?

 

I am checking the Download pages now.

 

Ed Martin

Aultman Health Foundation

330-363-5050

ext 35050

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Kris Buelens
Sent: Monday, January 18, 2010 2:20 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM RL

 

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