The MOUNT command that is used in DOCMOUNT is as follows, with comment:

/***********************************************************/ 
/* MOUNT NFS DRIVE OVER SELECTED IFS DIRECTORY USING NFS SHARE */ 
/* WE USE THE DEFAULT OPTIONS SUGGESTED BY IBM WHEN RUNNING */ 
/* THE MOUNT COMMAND INTERACTIVELY, EXCEPT WE SOFT MOUNT */ 
/***********************************************************/ 
MOUNT TYPE(*NFS) MFS(&FILESYSTEM) + 
MNTOVRDIR(&IFSDIR) + 
OPTIONS('rw,nosuid,retry=5,rsize=8096,wsize+
=8096,timeo=20,retrans=2,acregmin=30,acregm+
ax=60,acdirmin=30,acdirmax=60,soft') + 
CODEPAGE(*BINARY *ASCII) 
&FILESYSTEM is a concatenation of &HOST and &SHARENAME, separated by a
semi-colon. Here is more on that syntax:

The MFS parameter must be of the form hostname:pathname where hostname can either be the name of a system or an IP address, and pathname must be an absolute path name.

Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case