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
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
·
|
CMS BREXX Question
#VMCE
Which of these functions does BREXX on VM not have? ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x; I'm getting the following which isn't very helpful. 15 *-* ea =
By
Mark A. Stevens
·
#6172
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
It is a lot of legwork to implement all the XEDIT subcommands and EXTRACT options. You can help me a lot by playing with the beast and tell me which XEDIT subcommands and EXTRACT options are needed
By
Martin Scheffler
·
#6171
·
|
Re: OS/VSAM Options for Advanced Applications (GC26-3819)
There is a paper copy here :- https://www.computinghistory.org.uk/det/10435/OS-VS-Virtual-Storage-Access-Method-(VSAM)-Options-for-Advanced-Applications/ The used to scan manuals for a fee Dave Sent:
By
Dave Wade
·
#6170
·
|
OS/VSAM Options for Advanced Applications (GC26-3819)
Hi I am looking for this IBM manual OS/VSAM Options for Advanced Applications (GC26-3819) but so far I have not been able to find this online. Does anybody here in this group know if this is available
By
Dagfinn Hammar
·
#6169
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
A demonstration of EE's new ALL, MORE, and SHOW commands: First: all/extract Second: more/input Third: show Note that MORE and SHOW are implemented as internal macros inside EE$MACRO EXEC. See
By
Martin Scheffler
·
#6168
·
|
Photo EE_ALL_MORE_SHOW_Demo.png uploaded
#photo-notice
The following photos have been uploaded to the EE goes XEDIT ( /g/h390-vm/album?id=280705 ) photo album of the [email protected] group. * EE_ALL_MORE_SHOW_Demo.png (
By
Group Notification <noreply@...>
·
#6167
·
|
Re: What is special about the 3066?
Ah, the protocol converters! I was working at the Simon School of Business at the University of Rochester in the mid-1980's. The school had an HP3000 computer and a slew of ascii terminals of various
By
Jon Templin
·
#6166
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
You run a macro (filetype EE) by entering its name as an EE subcommand. If you run the demonstration REVERSER EE on itself, you should get a result like this below. Note that EXTRACT /SIZE/ is not
By
Martin Scheffler
·
#6165
·
|