There is a parameter issue regarding EXTSELCT ^DBREST
In this paragraph of the article, here is an example of different records to explain how to fill in DirName、Globals and RestAll, but i don't know what is DUA1:[TEST3] ? This doesn't look much like dirname, like this /cachesys/mgr/test/. Can someone explain it? I would greatly appreciate it !
Discussion (2)1
Comments
Once upon a time ...
- there was an operating system named VMS
- running on computers named VAX and ALPHA
- The syntax to access a file was drive:[directory]
- it's the same structure used by RSX-11/M, RSX-11/D, RSX-11/S on PDP-11 processors
So on drive DUA1 you refer to director TEST3
Thank you very much for your detailed answer. It's great !