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:
- If the TYPE paramter is *NFS or *NETWARE the MNTOVRDIR parameter is required.
- If the TYPE parameter is *UDFS, one parameter from the choices MFS or MNTOVRDIR is required.
- All parameters preceding this point can be specified in positional form.
- If *ALL is specified for MNTOVRDIR, *ALL must also be specified for the TYPE parameter.