Re: CMS BREXX Question
#VMCE
Here's a QUERY DISK based on your LISTFILE. type QDISK EE D /* REXX */ address "COMMAND" "SENTRIES" stacked_old = rc address "COMMAND" "MAKEBUF" new_buffer_id = rc address "COMMAND" "QUERY DISK * (
By
Mark A. Stevens
·
#6197
·
|
Re: CMS BREXX Question
#VMCE
Have it loaded on my dev system. LISTFILE EE is working! An interesting side-effect when using XLIST XLIST: * EXEC A Lines 1-7/7 XLIST V1.3.2.0012_240924-1417
By
Mark A. Stevens
·
#6196
·
|
Re: CMS BREXX Question
#VMCE
I am trying to improve that situation ... but play with the beast please. /g/h390-vm/message/6160 Martin
By
Martin Scheffler
·
#6195
·
|
Re: CMS BREXX Question
#VMCE
You are correct. I was remembering the MVS/RPF change command. I wish I could use just one editor across all Operating Systems :-( ... Mark S.
By
Mark A. Stevens
·
#6194
·
|
Re: CMS BREXX Question
#VMCE
[email protected]> wrote: I'm much more comfortable with XEDIT than with EE, but I believe the command you want is: change /¬=/<>/ * * Ross >
By
Ross Patterson
·
#6193
·
|
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
·
|