|
| Run Unit Journal (ruj) defaults to sys$login_device:[rdm$ruj] | |
| Sort work and other temporary files default sys$scratch which is defined to be the sys$login directory by default. |
In a process that is created by running the program/detach, the process logicals sys$login and sys$login_device are not defined, which would result in an error like the one you have described. You can work around this by either explicitly defining the logicals for your detached process or creating a command procedure and running sys$system:loginout as the detached image.
Keith Hare
JCC Consulting, Inc.
![]()
Send mail to webmaster@jcc.com with questions or comments about this web
site.
|