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: CMS BREXX Question
#VMCE
I figured it was the & as I was in an EBCDIC environment (VM/370 CE). I tried changing them with EE. change / ¬= / /<>/ * * It changed one to blanks and quit. I was thinking earlier, this is not my
By
Mark A. Stevens
·
#6192
·
|
Re: CMS BREXX Question
#VMCE
[email protected]> wrote: Without having checked, I'll guess it's the not-sign character that's the problem. You can replace "¬=" with "<>". The Rexx language got its start in an EBCDIC
By
Ross Patterson
·
#6191
·
|
Re: CMS BREXX Question
#VMCE
What is the equivalent for & since BREXX doesn't like that? This drives me nuts, since I expect this to work. By-the-bye, the & works on VM/SP 5 at SDF.org. Ready; T=0.13/0.22 21:17:13 GRAPHDEM 52 *-*
By
Mark A. Stevens
·
#6190
·
|
Re: CMS BREXX Question
#VMCE
Martin, THANK YOU! I was not looking at GRAPHDEM. ... Mark S.
By
Mark A. Stevens
·
#6189
·
|
Re: CMS BREXX Question
#VMCE
Mark, you run into GRAPHDEM EXEC line 23, a label "L0" is not defined there Martin *Ready; T=0.01/0.01 23:21:00 GRAPHDEM 15 *-* ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x; Error 43 running
By
Martin Scheffler
·
#6188
·
|
File Notifications
#file-notice
Mark A. Stevens <marXtevens@...> added folder */IOS3270_Use_Attempt* *Description:* Contains the IOS3270 VMARC file from IBM VM Download site. Also contains files from CBT XEPHON VM Update
By
Group Notification <noreply@...>
·
#6187
·
|
Re: CMS BREXX Question
#VMCE
I will create a VMARC of the files and post in the Files section as soon as I can manage. ... Mark S.
By
Mark A. Stevens
·
#6186
·
|
Re: CMS BREXX Question
#VMCE
This is not something that I can run on my (untouched) system. Martin
By
Martin Scheffler
·
#6185
·
|
Re: CMS BREXX Question
#VMCE
Also tried a different label, to no positive effect. Still at 16M, too. Ready; T=0.28/0.29 14:40:29 type graph1 exec a 20 25 say 'Screen is too small. Must be at least 32 lines.'; signal outahere;
By
Mark A. Stevens
·
#6184
·
|
Re: CMS BREXX Question
#VMCE
Can you post the complete source ? I could run it to check if I see the "L0 error" too. Martin
By
Martin Scheffler
·
#6183
·
|
Re: CMS BREXX Question
#VMCE
I tried the workaround. No fix for the L0 error ... cp define storage 16m STORAGE = 16384K DMKDSP450W CP ENTERED; DISABLED WAIT PSW '00020000 00000000' IPL 190 CLEAR PARM AUTOCR VM Community Edition
By
Mark A. Stevens
·
#6182
·
|
Re: CMS BREXX Question
#VMCE
[email protected]> wrote: It is now 😀 Ross
By
Ross Patterson
·
#6181
·
|
Re: CMS BREXX Question
#VMCE
I have to look, but I don't think I have applied this patch. We match (below), so I will try the 16MB workaround. listfile brexx text * (l iso Filename Filetype Fm Format Recs Blocks Date
By
Mark A. Stevens
·
#6180
·
|
Re: CMS BREXX Question
#VMCE
Do you use VM/370 Community Edition V1R1.2 ? Is your VM size < 16 MB ? Is fix https://github.com/s390guy/vm370/issues/83#issuecomment-1278650950 not applied to your system ? **BREXX �
By
Martin Scheffler
·
#6179
·
|
Re: CMS BREXX Question
#VMCE
Would SIGNAL TRACE help me track that down. It's been ages, and this BREXX trips me up every time I think I know what is going on. ... Mark S.
By
Mark A. Stevens
·
#6178
·
|
Re: CMS BREXX Question
#VMCE
Is that one of the SIGNAL challenges you have found and documented, to be worked on? Or do I need to add it? ... Mark S.
By
Mark A. Stevens
·
#6177
·
|
Re: CMS BREXX Question
#VMCE
[email protected]> wrote: That is a bug. SIGNAL should accept either a symbol or a literal. If I don't use quotes, it works, regardless of whether the label is That is correct. Labels are not
By
Ross Patterson
·
#6176
·
|
Re: CMS BREXX Question
#VMCE
Well, darn it. That hurts. ... Mark S.
By
Mark A. Stevens
·
#6175
·
|
Re: CMS BREXX Question
#VMCE
Today is not my day to be programming REXX, it seems. Another REXX question. If I quote a label, it fails. If I don't use quotes, it works, regardless of whether the label is lowercase, or uppercase.
By
Mark A. Stevens
·
#6174
·
|
Re: CMS BREXX Question
#VMCE
[email protected]> wrote: BREXX doesn't have either DIAG() or DIAGRC(). Ross
By
Ross Patterson
·
#6173
·
|