The EnterpriseSCHEDULE database is grouped in a two tier directory structure. A new directory may be created using this command at the top or lower level of the directory tree.
Windows:
Schedule> create/directory \jjones\rno\ /protection=g:rwe /log
Created \jjones\rno\
OpenVMS:
Schedule> create/directory [jjones.rno] /protection=g:rwe/log
Created [jjones.rno]
UNIX/Linux:
Schedule> mkdir /jjones/rno/ -protection=g:rwe -log
Created /jjones/rno/
What it does: Sets the directory to Update level protection
A second level directory can only be created using this command if the upper level directory (jjones) already exists.
See Create a job (create/job or mkjob) for a detailed description of this command.