On Tue, 5 Aug 2008 15:52:15 -0500, Ron Wells <[EMAIL PROTECTED]>
wrote:
>any examples someone may have on the commands issued fro z/os to
>Windows-XP to mount a file..or from Windows to z/OS...running z/os1.9
>
Ron,
I looked up my JCL library and found this example from April 2005. I only ever
used the ZOS NFS Client, not Server, so this will apply to that;
//STEP01 EXEC PGM=IKJEFT01
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
PROFILE NOPREFIX
mount filesystem('d') mountpoint('/u/PCST2828') type(NFS) +
parm('10.1.111.117:"/d"') wait
/*
PCST2828 was the Stock Number of my old company PC.
As far as I remember it worked, hope it gives you some pointers.
Dave
----------------------------------------------------------------------
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