On Tue, 5 Feb 2008 15:30:20 -0600, Mark Zelden <[EMAIL PROTECTED]> wrote:

>On Tue, 5 Feb 2008 12:23:55 -0600, Paul Gilmartin <[EMAIL PROTECTED]>
>wrote:
>
>>On Tue, 5 Feb 2008 07:50:10 -0600, Mark Zelden wrote:
>>
>
>>>
>>Exactly; nonetheless, you spun Windows into the thread.
>>
>
>Sorry, when you mentioned the records being strung out, I assumed
>you were viewing them from something like Notepad on Windows.
>That is what my co-worker noticed here.
>
>>>
>>>I'm not sure I understand this either.  Are you talking about transfer
>>>files from MVS data sets into z/OS Unix file systems as EBCDIC?
>>
>>Almost.  Mounting Classic (MVS) data sets at a z/OS Unix mountpoint
>>so they can be processed by z/OS utilities without "transfer".
>>
>
>Ok.    I get it now.  I was still stuck in the original thread.    Don't most
>of those utilities support specifying an MVS data set?
>

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
--
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

----------------------------------------------------------------------
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