UNMOUNT (Remove Mounted File System) syntax diagram


Job: B,I Pgm: B,I REXX: B,I Exec
Threadsafe: No
                          (1)           (3)
>>-UNMOUNT--TYPE(--+-*NFS----------+--)------------------------->
                   |       (2)     |
                   +-*UDFS---------+
                   |          (1)  |
                   +-*NETWARE------+
                   '-*ALL----------'
 
>--MNTOVRDIR(--+-'directory-path-name'-+--)--------------------->
               |      (4)              |
               '-*ALL------------------'
 
>--MFS(--'file-system-path-name'--)----------------------------><
 
 

Notes:

  1. If the TYPE paramter is *NFS or *NETWARE the MNTOVRDIR parameter is required.

  2. If the TYPE parameter is *UDFS, one parameter from the choices MFS or MNTOVRDIR is required.

  3. All parameters preceding this point can be specified in positional form.

  4. If *ALL is specified for MNTOVRDIR, *ALL must also be specified for the TYPE parameter.