I'm not that familiar to VMS directory structure.So, I have an application installed on VMS. I am getting an error message when starting the application...I know it's just a directory path issue. The application is installed on DKA0:[TEST.ONE]
using user SYSTEM and the home directory of the user SYSTEM is SYS$SYSROOT:[SYSMGR]
. Now, when I start the application I got the following:
**%DCL-W-DIRECT, invalid directory syntax - check brackets and other delimiters \SYS$SYSROOT:[SYSMGRDKA0\**
Notice the SYSMGRDKA0\
.
Now, my question is..is there a way to change the directory to DKA0:[TEST.ONE]
from SYS$SYSROOT:[SYSMGR]
? I tried the following:
$ set def SYS$SYSROOT:[SYSMGR]DKA0:[TEST.ONE]
%DCL-W-PARMDEL, invalid parameter delimiter - check use of special characters
\:\
Thanks in advance! Joie