Deutsch English Français Italiano |
<vi768p$jar$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Craig A. Berry" <craigberry@nospam.mac.com> Newsgroups: comp.os.vms Subject: Re: sys$ssio_* Date: Wed, 27 Nov 2024 07:19:21 -0600 Organization: A noiseless patient Spider Lines: 25 Message-ID: <vi768p$jar$1@dont-email.me> References: <vi5cft$3jr76$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 27 Nov 2024 14:19:21 +0100 (CET) Injection-Info: dont-email.me; posting-host="1bdbe9023f8fb829679ef423248a5011"; logging-data="19803"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+INkSXE26NNVMMu6fV/7NOtMHVNACLNpk=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:41Q6KmdQYyf96t1bbrTdCuu0apc= Content-Language: en-US In-Reply-To: <vi5cft$3jr76$1@dont-email.me> Bytes: 1990 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.