Yes. Been there, too. At the end of the Internet. Here be lions.
From: owner-hecnet at Update.UU.SE <owner-hecnet at Update.UU.SE> On Behalf Of
Keith Halewood
Sent: Thursday, December 16, 2021 4:13 PM
To: hecnet at Update.UU.SE
Subject: RE: [HECnet] DECnet/E programming manual / examples
Somewhat chilling to read "no known copies online" for DECnet/E V4.0
Network Programming in BASIC-PLUS
Keith
From: owner-hecnet at Update.UU.SE <mailto:owner-hecnet at Update.UU.SE>
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Wilm Boerhout
Sent: 16 December 2021 13:04
To: hecnet at Update.UU.SE <mailto:hecnet at Update.UU.SE>
Subject: [HECnet] DECnet/E programming manual / examples
Hi folks,
I need to port a simple DECnet task-to-task program to RSTS/E V10.1,
DECnet/E V4.1
Do any of you PDP-11 buffs have a DECnet/E programming manual. I know
bitsavers doesn't.
A small example in Fortran, Basic, Basic-Plus will also do.
The functionality, expressed in VMS DCL, is as follows:
$ open /read /write NETCHN REMOTE::"150="
$ write NETCHN "''f$trnlnm(SYS$NODE)'"
$ read NETCHN time
$ close NETCHN
Thanks,
Wilm