Paul,

I never saw if you responded to this append.   Did you try this and did
it do what you wanted?

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html


>
>>On Tue, 5 Feb 2008 12:23:55 -0600, Paul Gilmartin <[EMAIL PROTECTED]>

>I was stuck on a sev 1 outage yesterday so I didn't have time to respond
>fully.
>
>Below is and example of how I've always NFS mounted my MVS files to
>z/OS Unix in order to keep them in EBCDIC.  Of course my HLQ needs
>to be exported in the NFS server:
>
>/* rexx */
>/* mounts my userid MVS files to the nfs1 dir               */
>/* PDSes look like DIRs, seq files look like regular files  */
>Address TSO
> "MOUNT FILESYSTEM(NFS_ZELD) TYPE(NFS)" ,
>     "MOUNTPOINT('/u/myusrid/nfs1') " ,
>     "PARM('HOSTNAME:""MYHLQ,text"",xlat(Y)') "
>
>Does this work for you?
>
>Mark
>--

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to