Sujet : Re: sys$ssio_*
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 27. Nov 2024, 15:16:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vi79k6$13as$2@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 11/27/2024 8:18 AM, Simon Clubley wrote:
On 2024-11-26, Arne Vajhøj <arne@vajhoej.dk> wrote:
They are there in 9.2-2. Sort of.
>
They are in various starlet include/inherit files and no link error.
>
But when I try to call I get 4026:
>
%SYSTEM-E-NOT_LOADED, system service or exec routine is not loaded
>
What to do to load them?
If you can find the system service/executive image name, can you use
SYSMAN to load it ?
$ mc sysman sys_loadable add sys$loadable_images:foobar.exe
$ @sys$update:vms$system_images
?
Arne