This command makes a new directory in the datagrid.
zos mkdir path [--parents]
The path on the datagrid.
Creates parent directories if needed.
Specifies the terminal width for formatting. The user must enter a value with this option.
Displays a help message for this operation.
Turns on debug output during this operation.
Turns on verbose output during this operation.
Force TLS/SSL encryption [on|off]. The user must enter a value with this option.
Port number for TLS/SSL connections. The user must enter a value with this option.
Force acceptance of new TLS server certificates.
Force acceptance of all TLS server certificates.
To create a new directory name images under the DataGrid root, you would use the following command:
zos mkdir grid:///images
To create a new directory in the job deployment area for the job myjob, use the following command:
zos mkdir grid:///!myjob/newdir