Rexx PARSE test cases needed
I have a fix in progress for the BREXX bug that has been described as "BREXX PARSE errors with literals in the template" ( https://github.com/s390guy/vm370/issues/61), although that's just one aspect
By
Ross Patterson
·
#6212
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
Jay Moseley has this on his web site: https://www.jaymoseley.com/hercules/for_mvt/ifox_mvt.htm This includes a description of how Paul Gorlinksy disassembled PTFed objects and retrofitted the changes
By
Mark Waterbury
·
#6211
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
I thought someone updated the ASMXF source to reflect all the PTF¡¯s a number of years ago. Isn¡¯t there a S370 asm group? Probably there but I¡¯ll see if I have a copy. Laddie Hanus Sent from
By
laddiehanus
·
#6210
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
I never said it wasn?t. What I said was that it wasn?t distributed with VM/370. Pretty sure it is the actual PDS name from the MVS source disks
By
Dave Wade
·
#6209
·
|
Re: Where is the source code of ASSEMBLER XF (IFOX00) in VM/370 Community Edition V1R1.2 ?
#VMCE
One thing I found interesting in the referenced Assembler mods was the mention of the existence of source code for the Assembler In the MVS/370 distro. The `ifmods.memo.txt` file inside `ifmods.zip`
By
William Denton
·
#6208
·
|
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 MODULE
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 Type
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 here:- /g/h390-vm/files/GCCCMS/ifmods.zip
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 free
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 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
·
|