This group is for all folks running the original IBM VM/370 Release 6 operating system (or later (e.g. VMTCE (Community Edition)) on Hercules. Like the other early IBM operating systems this version has always been in the public domain and so can be freely distributed. The base version as supplied by IBM is lacking in many facilities. IBM solved this by providing additional extension products which were licensed and so are not available. There are however many user enhancements available which can be installed. In addition, in order to get users up and running quickly updated "releases" of VM/370 included the most popular updates are available for download, so novices can start to learn VM without having to delve into the system internals. It is intended that this wiki will provide information on the base release and these updates.
The available versions are here :-
?
?
Re: TXTLIB and Stack Question
No - it was ARGVARGS - (too similar names - I hate it). Anyway bug fixed :-) So my general policy will be to ignore this file as too hard - but maybe one day replace the parameter bits with some nice
By
adriansutherland67
·
#418
·
|
Re: TXTLIB and Stack Question
Thanks Gary hope you had a good coffee! I am trying the fix now - it is?ARGSTRNG that I need to clear (dyslexia). You are right that ARGVARS is big enough - but ARGSTRNG?needs to hold spaces ... and
By
adriansutherland67
·
#417
·
|
Re: TXTLIB and Stack Question
Hi Adrian, OK, I've had enough coffee and am awake now.? LOL Yes, the MVI & MVC combination is pretty much the norm for clearing/initializing memory.? I've seen other ways, but I'll not cloud the
By
gdblodgett
·
#416
·
|
Re: TXTLIB and Stack Question
Hi Adrian,Assembler can be cryptic at times but so can C.The DS in the MAINSTK statement means Define Storage.? The 32000F states that variable 32000 "F"s in size.? With "F" meaning a full word (4
By
gdblodgett
·
#415
·
|
Re: TXTLIB and Stack Question
OK - So I understand the issue now with PLIST, basically I would need to add after line 253. This makes sure that the proper end of the token is found even is some preexisting junk is there in the
By
adriansutherland67
·
#414
·
|
TXTLIB and Stack Question
Hello I am chasing down a bug in CMSLIB whereby (TBC) the last argument to main() is not properly null terminated if it is 8 chars long and a previous C command had a longer program name (note that
By
adriansutherland67
·
#413
·
|
Re: CTCE on the same host with unique ports
Please note that my personal development fork ( https://github.com/Peter-J-Jansen/spinhawk ) of the spinhawk repository ( https://github.com/rbowler/spinhawk ) is available for anyone who wishes to
By
Peter Jansen
·
#412
·
|
Re: CTCE on the same host with unique ports
If you point me at your next CTCE Spinhawk version when it's public (github?), I'll beta test.? :-) -- Drew Derbyshire "A hobbit will get you through times of no bagels better than bagels will get
By
Drew Derbyshire
·
#411
·
|
Re: CTCE on the same host with unique ports
Drew, the upcoming backport of my CTCE v2 corrections and improvements will have an improved output from the DEVLIST <devnum> command which I thus hope will address this. The existing command CTC
By
Peter Jansen
·
#410
·
|
Re: CTCE on the same host with unique ports
Drew, yes, you're right, it appears that keyword "3088" in the current spinhawk CTCE is optional. Thanks for making me aware of this. Cheers, Peter
By
Peter Jansen
·
#409
·
|
Re: CTCE on the same host with unique ports
BTW, please print the full status of the CTCE; this is /not/ useful when debugging half open links: 0:0E44 3088 .:....=127.0.0.1:2216 open 0:0E45 3088 .:....=127.0.0.1:2218 open -- Drew Derbyshire "It
By
Drew Derbyshire
·
#408
·
|
Re: CTCE on the same host with unique ports
It's not needed in my copy, which was pulled from Github January 6. veronica.conf:08C0???? CTCE??? 2216 localhost 2316 veronica.conf:08C1???? CTCE??? 2218 localhost 2318
By
Drew Derbyshire
·
#407
·
|
Re: CTCE on the same host with unique ports
Drew, My earlier reply has not yet been approved by the moderators, which is good because it was wrong. No, the configuration statement for all 3088 type devices on spinhawk still requires the keyword
By
Peter Jansen
·
#406
·
|
Re: CTCE on the same host with unique ports
Yes Drew, this is a correct configuration, not only on spinhawk, but also on SDL-hyperion ( https://github.com/SDL-Hercules-390/hyperion ) where my newest CTCE v2 is already committed (and which still
By
Peter Jansen
·
#405
·
|
CTCE on the same host with unique ports
On spinhawk, is this the correct configuration to connect two systems on the same host? The example uses unique IP addresses and same port numbers. veronica/veronica.conf: 08C0???? CTCE??? 2216
By
Drew Derbyshire
·
#404
·
|
Re: building BREXX
great work, I¡¯ll be sure to check it over the weekend!
By
[email protected]
·
#403
·
|
Re: building BREXX
Automatic build done ... added to latest docker image. I'll try and actually do some debugging now!
By
adriansutherland67
·
#402
·
|
Re: building BREXX
yes, that is fine with me, I¡¯ll start on the testsuite and the errors that remain when the gcc runtime gets better
By
[email protected]
·
#401
·
|
Re: building BREXX
I think you can assign people to issues. I would like to concentrate on reentrancy, residency, and gcclib issues if that works for you?
By
adriansutherland67
·
#400
·
|
Re: building BREXX
No ... I disconnect and logon the user to the console as needed. However if you are using a real mainframe that won't work :-(
By
adriansutherland67
·
#399
·
|