MKDIR

MKDIR creates a new RFS directory level.

Read syntax diagramSkip visual syntax diagram RFS MKDIR dirid

Operands

dirid
specifies a REXX File System directory identifier. This is partially or fully qualified. See the CD command, CD, for more information.

Return codes

See the RFS command, RFS.

Example

'RFS MKDIR POOL1:\USERS\USER1\DOCS'

This example creates a new directory called DOCS in the existing directory POOL1:\USERS\USER1.

Note: Only authorized users can create directories outside of their \USERS\userid directory structure.