¿ªÔÆÌåÓý

Re: VM/370 Machine to Machine Communications
Hello Adrian, forking the whole project is OK, this gives you all liberties. I'm happy if someone continues the work and adds features! So go on... My focus with NICOF was communicating with the
By hans.latz · #96 ·
Re: VM/370 Machine to Machine Communications
Thank you for your reply and yes I will certainly build on top of what you have already done! I don't quite know fully what I want ... but a socket between 2 CMS VMs is probably everything I need, and
By adriansutherland67 · #95 ·
Re: VM/370 Machine to Machine Communications
Hello, if you want to use VMCF from a C program, you may find my NICOF package useful: it is a communication facility based on VMCF and written mostly in C. The relevant modules are INTRAPI H for the
By hans.latz · #94 ·
Re: VM/370 Machine to Machine Communications
Bob :-) !
By adriansutherland67 · #93 ·
Re: VM/370 Machine to Machine Communications
Hi Adrian, I found some old files that can be used to demonstrate one way to use VMCF.? These were actually used in production back in the day.? A virtual machine server (VMSINK) would host CMS
By Bob Polmanter · #92 ·
Re: VM/370 Machine to Machine Communications
Thanks Peter ... Appreciated!
By adriansutherland67 · #91 ·
Re: VM/370 Machine to Machine Communications
Hi Adrian, Sorry, I can't seem to find any. The closest I came was some code that uses VMCF to receive SMSGs: http://vm.marist.edu/~vmshare/browse.cgi?fn=SMSGRECV&ft=NOTE#1 You have to issue a DIAG 68
By Peter Coghlan · #90 ·
Re: VM/370 Machine to Machine Communications
I have read the section. Old school but completely sensible, although the security bit made me smile, as did the publication date of April 1! Anyway ... has anyone got some assembly examples that I
By adriansutherland67 · #89 ·
Re: VM/370 Machine to Machine Communications
Thanks all - that gives me a start :-)
By adriansutherland67 · #88 ·
Re: VM/370 Machine to Machine Communications
I recall putting hooks into HASP under MVT to capture and react to commands sent via SMSG. As I recall, VM fires an external interrupt at the receiving VM... Sent from AT&T Yahoo Mail on Android On
By Doug Wegscheid · #87 ·
Re: VM/370 Machine to Machine Communications
Adrian, Back in the day folks used VMCF which is documented in the System Programmers Guide (GC20-1807). That¡¯s what the original TCPIP implementation for VM used. If you want it to work in a CMS VM
By Dave Wade · #86 ·
Re: VM/370 Machine to Machine Communications
If you are talking virtual machine to virtual machine, there is VMCF. It's a little before my time but I suspect they used VMCF (DIAG 68). You can find details in GC20-1807-7 IBM Virtual Machine
By Peter Coghlan · #85 ·
VM/370 Machine to Machine Communications
Is there any facility in VM/CMS R6 (i.e. the six pack)? I am not looking for TCP/IP (LOL) - but any example would be useful.? I want to call from C - so an assembler stub would be lovely :-) Is there
By adriansutherland67 · #84 ·
Re: Networking first needs (was Re: Listserv, Relay, Xyzzy and TCP/IP)
Hi Chris, A default route is straightforward enough to add. I'm just not that keen on doing it on VM/370 RSCS because it makes it very easy to end up with files and messages stuck going around in
By Peter Coghlan · #83 ·
Re: Networking first needs (was Re: Listserv, Relay, Xyzzy and TCP/IP)
Late to this thread, but... I hope I can contribute.? I'm ok at REXX (and EXEC when needed), and would probably be able to code some things in Pascal, and have a strong interest in being able to
By Chris Craft · #82 ·
Re: Help with SMSG and RSCS message: NOT AUTHORIZED
Hi J¨¹rgen! Fantastic! I've always been impressed by the talent that is out there. I've got to thank you for all the work you put into the tk4- project. It looks like I will also try your POC. I
By Bill Doughty · #81 ·
Re: Help with SMSG and RSCS message: NOT AUTHORIZED
Hi Bill I am one of those people Peter mentioned ;-) During the past weeks I created a proof of concept implementation of funetnje targeting at providing an "NJE helper" on the Hercules host that
By Juergen · #80 ·
Re: Help with SMSG and RSCS message: NOT AUTHORIZED
Hi Bill, I think several different people are all independently tweaking funetnje to update it so there is probably a lot of duplicated effort going on :-( I believe that setup can be made to work.
By Peter Coghlan · #79 ·
Re: Help with SMSG and RSCS message: NOT AUTHORIZED
Hi Peter., Cool! Thanks, I was aware of funetnje. Found it on GitHub. I wanted to make a few cosmetic changes to it, mostly where things install and where the spool files and config files live.
By Bill Doughty · #78 ·
Re: Help with SMSG and RSCS message: NOT AUTHORIZED
Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT Hi Bill, As well as the ability to accept SMSG commands, I also have updates to enable VM/370 RSCS to host NJE links (just
By Peter Coghlan · #77 ·