On Tue, 17 Apr 2012 10:59:59 -0500, Mark Zelden wrote:
>
>I ran an exec similar to this from TSO to mount the PDSE on the local system:
>
>/* rexx */
>Address TSO
> "MOUNT FILESYSTEM(NFS_ZELD) TYPE(NFS)" ,
>     "MOUNTPOINT('/u/zelden/testnfs') " ,
>     "PARM('SYST:""ZELDEN.TEST.PDSE,text"",xlat(Y)') "
> 
Can you automount?  

How do permissions work?  (From Solaris we use mvslogin.)
Ideally, on a single system it should be transparent to RACF:
Whatever permissions you have on a data set should be
available when it's mounted as a filesystem.


>You can change "ZELDEN.TEST.PDSE"  to "ZELDEN.TEST" in the mount parm, then 
>all my data sets
>starting ZELDEN.TEST are mounted under /u/zelden/testnfs/  and the PDSE 
>members fall under
>/u/zelden/testnfs/PDSE/*.
>
Can you strip the parm to null string so all exported
data sets can be mounted?  (This is how we mount
data sets on Solaris.)


>My export looks like this, so I can write to that PDSE as well:
>
>ZELDEN            -access=SYST|SYSX,rw=SYST|SYSX

Thanks,
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to