Set Default Directory
Set the user's default directory to the specified directory.
- INDIR
- Input name. The catalog manager directory name or alias name of the directory to become the default directory. The directory name may be specified in one of three ways:
o with the user name and specify the full path name, including device, o with a "." indicating that it is a subdirectory of the current directory, or o with a "-" indicating that it is a subdirectory of the current parent directory.
The default directory is set to [MYNAME.TEST].
The default directory is set to subdirectory NEWYORK of the user's current directory.
The default directory is set to subdirectory ALASKA of the current parent directory.
CMSET sets the user's default directory to the specified directory. The input parameter is received, validated for syntax, and verified that the specified directory exists before changing directories.
The error message that is displayed immediately preceding this message is the specific error that was encountered. Processing is terminated.
Invalid parameter specification:
o The directory name must be enclosed in brackets []. o The directory name must begin with an alphanumeric character, ".", or "-.". o No wildcard characters are permitted.