I've had ALLDIRS XEDIT around for quite awhile.  You start DIRLIST
against your own space in the filepool and then enter ALLDIRS on the
command line.

/* ALLDIRS XEDIT */
'command top'
'command next'
'extract /curline'
parse var curline.3 10 filepool ':'
'command bot'
address command 'PIPE command QUERY LIMITS ALL' filepool':',
      '| drop 1',
      '| pick 52.2 /== " 0"',  /* Ignore unused directories */
      '| spec "LISTDIR' filepool':" 1 w1 next ". (XEDIT" next',
      '| command'
'SDIR'
Exit

On Wed, Mar 4, 2009 at 8:17 AM, Gentry, Stephen
<[email protected]> wrote:
> Is there a command of some kind or has anyone written an EXEC (or PIPE,
> etc.) that will provide a list of SFS directories that a user has access to?
>
>
>
> Steve


-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY

Reply via email to