Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 42 |
Nodes: | 6 (0 / 6) |
Uptime: | 01:32:58 |
Calls: | 220 |
Calls today: | 1 |
Files: | 824 |
Messages: | 121,541 |
Posted today: | 6 |
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?
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?
On 11/26/24 2:53 PM, Arne Vajhøj 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?
Dunno, but those are probably the routines within the XFC intended to be called by the CRTL, so unless you are trying to implement your own CRTL
you may not get what you want by calling them directly.
To enable SSIO in the CRTL, you had to set DECC$SSIO and
DECC$FILE_SHARING in the environment or send fop="ssio", shr="upd" to
open() or creat(). This according to notes distributed with the beta
twelve years ago.
Given that SSIO was left incomplete for a decade, followed by a brief
period where it was on the roadmap and Andy Goldstein was reportedly
working on it, followed by removal from the roadmap, it's anybody's
guess what's actually there and whether any of it even still partially
works.
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 ?
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
?
$ mc sysman sys_loadable add ...