¿ªÔÆÌåÓý

Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ? #VMCE
[email protected]> wrote: Yup, and there's even a technique in CMS to make use of a lot of those mode 1 files. The GENDIRT command that ASMGEND EXEC invokes will locate all the files ASSEMBLE
By Ross Patterson · #6207 ·
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ? #VMCE
Why should it be. It would take up memory space for every user if it were. Its only of use then the 190 is accessed for write access so its mode 1. I think there are a few things like that on the
By Dave Wade · #6206 ·
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ? #VMCE
I have found IFOXMODS MEMO F1 on MAINT 093 and ASMGEND EXEC I1 on MAINT 190 . ASMGEND EXEC I1 has file mode number 1 and is not visible on the S disk. Martin *q disk f Label ?CUU M ?Stat ?Cyl
By Martin Scheffler · #6205 ·
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ? #VMCE
When I worked for Owens Corning Fiberglas Research Center as the lead systems programmer, it was my policy to rebuild from start to finish, CP, CMS, and RSCS. I would compare the text files IBM sent
By Bertram Moshier · #6204 ·
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ? #VMCE
Almost all.. The Assembler is the XF assembler is common to MVS, VM and DOS and you need the MVS source disks to re-build it. There is a file
By Dave Wade · #6203 ·
Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ? #VMCE
Is it possible to generate the complete VM/370 Community Edition including all the tools from source ? I have looked at some disk of MAINT, but I did not find the complete source of the CMS ASSEMBLE
By Martin Scheffler · #6202 ·
Re: EE goes XEDIT - testing new features #rexx #VMCE
Hi Martin, I unpacked the new code drop and am very happy with the progress. Because of other obligations at the moment I only want to report this after I close EE: ** freeMem: ignored attempt to
By [email protected] · #6201 ·
Re: EE goes XEDIT - testing new features #rexx #VMCE
On Mon, Sep 30, 2024 at 02:34 AM, Mark A. Stevens wrote: > > Have it loaded on my dev system. LISTFILE EE is working! > > An interesting side-effect when using XLIST > > XLIST: * EXEC A ? ? ?
By Martin Scheffler · #6200 ·
Re: CMS BREXX Question #VMCE
Nice to read ! But let us discuss development and testing of EE on "EE goes XEDIT - testing new features": /g/h390-vm/topic/ee_goes_xedit_testing_new/108730896 Martin
By Martin Scheffler · #6199 ·
EE goes XEDIT - testing new features #rexx #VMCE
It seems that the previous thread on EE is difficult to handle after it has reached more than 100 posts. If this helps to get more feedback, here is a new thread with a slightly changed name. Please
By Martin Scheffler · #6198 ·
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
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
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 ·