On Monday, 01/18/2010 at 03:26 EST, Edward M Martin <[email protected]> wrote: > Thanks. I can work with this. Other than looking in the RDRLIST SEXEC > Y, is there a layout of all that the RDRLIST has available?
No, there is no published layout of what each line has in it. If you have a 90-column display, you can 1. DEFAULTS SET RDRLIST PROFILE USERRLST 2. Create USERRLST XEDIT A /* */ arg parms "COMMAND MACRO PROFRLST" parms /* Invoke the REAL profile */ if rc <> 0 then exit rc 'COMMAND SET WRAP ON' /* Because I like it */ queue 'COMMAND VERIFY 1 79 104 108' /* Show me the spool id */ The 'queue' is needed because PROFRLST puts things in the stack, and those are executed only after you exit from the profile. Extra points are awarded to the student for successfully programmatically extracting the header line and updating it to include "Spid" for the last column. Alan Altmark z/VM Development IBM Endicott
