Many thanks John, works perfectly. i
------ Original Message ------ Received: Thu, 26 Jun 2008 04:38:07 PM BST From: "McKown, John" <[EMAIL PROTECTED]> To: [email protected] Subject: Re: NFS mounts to linux for text and binary return same conversion > > -----Original Message----- > > From: IBM Mainframe Discussion List > > [mailto:[EMAIL PROTECTED] On Behalf Of Ian S. Worthington > > Sent: Thursday, June 26, 2008 10:22 AM > > To: [email protected] > > Subject: NFS mounts to linux for text and binary return same > > conversion > > > > Hi. > > > > I'm trying to set up two nfs mounts for text and binary files > > from a linux > > system to z/os. > > > > I'm using the following but there's no difference between the > > files on the two > > paths. > > > > "mount filesystem(xsrc) type(nfs) ", > > " mountpoint('/xx/xsrc')", > > " tag(text,819)", > > " mode(read)", > > " parm('xx.xx.xx.7:/x') " > > > > "mount filesystem(xbin) type(nfs) ", > > " mountpoint('/xx/xbin')", > > " tag(notext,65535)", > > " mode(read)", > > " parm('xx.xx.xx.7:/x') " > > > > Any suggestions most welcome. > > I do exactly that. I use the following TSO mount commands: > > MOUNT FILESYSTEM('SERVER1.ASCII') + > MOUNTPOINT('/nfs-ascii/server1') + > PARM('10.168.91.183:/nfs/LIH1,xlat(Y)') + > TYPE(NFS) + > MODE(RDWR) > MOUNT FILESYSTEM('SERVER1.BINARY') + > MOUNTPOINT('/nfs-binary/server1') + > PARM('10.168.91.183:/nfs/LIH1,xlat(N)') + > TYPE(NFS) + > MODE(RDWR) > > -- > John McKown > Senior Systems Programmer > HealthMarkets > Keeping the Promise of Affordable Coverage > Administrative Services Group > Information Technology > > The information contained in this e-mail message may be privileged > and/or confidential. It is for intended addressee(s) only. If you are > not the intended recipient, you are hereby notified that any disclosure, > reproduction, distribution or other use of this communication is > strictly prohibited and could, in certain circumstances, be a criminal > offense. If you have received this e-mail in error, please notify the > sender by reply and delete this message without copying or disclosing > it. > > ---------------------------------------------------------------------- > 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 > > ---------------------------------------------------------------------- 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

