[Info-vax] Foreign commands ... newbie question

Jose Baars peutbaars at googlemail.com
Tue Oct 18 12:13:05 EDT 2011


>
> Define DCL$PATH in the user's process and job table at an inner mode and
> use /NAME_ATTRIBUTE=NO_ALIAS.

Hm, not for everyone:

$ create poeh.com
$write sys$output "Poeh!"
$exit
CTRL-Z
$ define/exec/name=no_alias dcl$path nl:
$ define/job/exec/name=no_alias dcl$path nl:
$ define dcl$path []
%SYSTEM-F-DUPLNAM, duplicate name
$ poeh
%DCL-E-SEARCHFAIL, error searching for DCL$PATH:POEH.*
-RMS-F-IOP, operation invalid for file organization or device

I WANT DCL$PATH !

$ create/name peut
$ define lnm$file_dev peut,lnm$process,lnm$job,lnm$group,lnm$system/
table=lnm$process_directory
$ define dcl$path []/table=peut
$ poeh
Poeh!




More information about the Info-vax mailing list