Question Undefined Undefined · Feb 27, 2024

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 !

Comments

Robert Cemper · Feb 27, 2024

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 

0
Undefined Undefined  Feb 27, 2024 to Robert Cemper

Thank you very much for your detailed answer. It's great !

0