Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- H390-Vm
- Messages
Search
Re: VM/370 new thrilling experience
#VMCE
¿ªÔÆÌåÓýESA is a newer architecture than VM/370 was designed to handle -
it uses 31-bit addressing where VM/370 is from the older 24-bit
addressing era. I believe the matching OS of the 370 era would have been DOS/VS and there is support in place for running that under CE.
On 11/9/24 15:26, Lucio via groups.io
wrote:
|
VM/370 new thrilling experience
#VMCE
I would like to congratulate with the group because of the great work around the VM/370 CE 1.2. I was in the 70-80s a system programmer in VSE but never approached VM seriously.
The 6 pack run smoothly with last version of Hercules, I struggled because I shut down VM abruptly and didn't understand at first glance that it needed a manual CKPT in the next run, after that I was able to use EE, a great FSE using all the IBM standards I'm used to. I read some manual but the posts on the group helped very much to overcome the troubles.?
I was able to write, compile and run an asm program from VM/370 Quick guide for users,? which is an excellent manual to start from scratch like me. Great, I'm thrilled!
Some questions now:
1. is there in VM/370 an assembler macro to equate registers? If not where may I create my own one?
2. Is it possible to run VSE/ESA under VM/370? I guess the answer is no because the first come out many years after the second one
Thank you for the effort and help.?
Lucio Fassio. |
Get well On Wed, Nov 6, 2024 at 4:27?AM Martin Scheffler via <San-Lorenzo=[email protected]> wrote:
--
Ken Dreger ? |
Re: First beta of bREXX 1.1.0 now available
On Mon, Nov 4, 2024 at 3:40?PM Martin Scheffler via <San-Lorenzo=[email protected]> wrote:
Now that the hard work for bREXX 1.1.0 is done, I'm going to start playing with EENEW.? I'm really excited to try it!
Note that you can also easily back out to the prior bREXX (probably v1.0.1), by renaming the new BREXX TEXT file and re-IPLing CMS.
I did indeed change stuff in the area of host command return code processing, because Cowlishaw's?Rexx separates SIGNAL ON FAILURE (negative RC) from SIGNAL ON ERROR (non-zero RC).? I wasn't aware of TRACE NEGATIVE, and in fact it isn't documented in The Rexx Language 2nd ed. (TRL2) or in the ANSI Rexx Standard.? Both of those have TRACE NORMAL, and since they both say to only test the first character (i.e., "N"), TRACE NEGATIVE is legal.? TRL2 documents TRACE NORMAL as the same as TRACE FAILURE - i.e., display commands with negative return codes. So, yes, you're right, TRACE N should behave the same as TRACE F, not like TRACE E.? I'll open up an issue and start looking at it. Ross |
Re: How to distribute Rexx helpfiles?
On Mon, Nov 4, 2024 at 4:18?PM Mark Waterbury via <mark.s.waterbury=[email protected]> wrote:
bREXX has an established practice for distribution, which I have repeated for the upcoming release.? The code is built completely on GitHub (including launching VM/370 under Docker to compile it!), then packaged in three forms:
The AWS tapes and VMARC files contain the exact same set of CMS files.? The DASD file is, of course, somewhat different,?but the minidisks on it contain the files that were dumped for the first two formats.
Thanks, that's a good option.
I'd probably distribute it from GitHub along with the rest of bREXX, so at least it could be versioned.
Makes sense. Thanks! Ross |
Re: How to distribute Rexx helpfiles?
i, Ross,
?
How are you packaging and delivering the actual code for distribution currently?
?
I would create a VMARC archive file that contains all of those help files that need to go on the MAINT 19D minidisk, with instructions so anyone can sign-on as MAINT, access 19D as R/W, and then VMARC UNPACK them to that disk.? You (or someone) could upload this VMARC file to the "Files" area of this H390-VM list group.
?
I would also add them to that github.
?
All the best,
?
Mark S. Waterbury |
Re: How to distribute Rexx helpfiles?
I will have the same question when the NEW EE is mature enough for a broader release.
I think these help files should be included in the product distribution to encourage people to give the new stuff a try.
?
I see the VM/CE distribution as targeted to new users, this will not help existing users to update their carefully configured system.
?
In the case of the NEW EE I expect that people want to have it immediately, once convinced. They do not want to wait for the next release of VM/CE .
?
Something personal: I am preparing for a hospital stay, there will be no fixes and bleeding edge releases of EE until I have returned and recovered.
?
Martin?
? |
Re: First beta of bREXX 1.1.0 now available
I have installed the binary distribution via VMARC on the MECAFF user. There is a change how REXX tracing works which is disturbing EENEW's internal machinery. My workaround is to begin all REXX programs with "TRACE 'Off'".
?
TRACE 'Negative' behaves the same as TRACE 'Errors' but these should differ.? The new bREXX has changed in the way, that TRACE 'Negative' does trace host commands with a positive return code but these should not be traced by TRACE 'Negative'.
?
I have checked this on SDFVM's VM/SP5 .
Martin
?
Quote from HELP REXX TRACE on SDFVM:
?
Commands ? ? ? all host commands are traced before execution and any ??
? ? ? ? ? ? ? ?non-zero return code is displayed. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Error ? ? ? ? ?any host command resulting in a non-zero return code is? ? ? ? ? ? ? ? ?traced after execution. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [...] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Negative ? ? ? (Negative or Normal); any host command resulting in a ?? ? ? ? ? ? ? ? ?negative return code is traced after execution. ?This ?? ? ? ? ? ? ? ? ?is the default setting. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
How to distribute Rexx helpfiles?
As part of the bREXX update effort, I sat down and wrote a full set of HELP files for it, similar to the existing set of HELPEXC for EXEC.? What's the best way to distribute these?? I could certainly add them to the bREXX release packages, but they'd still need to be moved to the MAINT 19D disk somehow.? Or would folks rather I get them into the HELP collection at?, from whence I expect they'd wind up in the next VM/CE release? Or other ideas? Thanks, Ross |
Re: Possible Diag 8C Issue
Hi William,
?
It is true that DIAG8C does not return row/column values based on the RPQ result, but mostly because it doesn't need to.? CP was already built around having fixed model numbers for 3270 devices and only supported model 2 and 2A 3270s at the time Release 6 of VM/370 was released.? These fixed model numbers are based around the DMKGRT/DMKGRW tables in CP, one for each model number and their screen size characteristics.
?
Someone else added support for models 3 and 4 around 2006, and I added support for model 5 devices in 2018.? At that time, I also added the RPQ support so one could use MODEL=DYNAMIC in DMKRIO and thereby avoid having to code a fixed model size for each individual device or having to regenerate the CP nucleus just to change a terminal to a different size. Each of these sizes from models 3-5 require a new DMKGRx table, which were added in 2006 and 2018.
?
The RPQ support uses the returned row/column information to establish which of the IBM defined models 2-5 a given device is using.? If the row/column information returned is not one of those, then the model number is forced to model 2 and a 24x80 display.? However, the real purpose of DIAG8C as used in VM/370 is simply to return the extended data:? whether the terminal has color features, extended buffer addressing, and so on.
?
Also you may or not be aware that there is documentation for DIAG58/DIAG7C/DIAG8C and dynamic model and model 5 support.? There is an extensive PDF document for each of these.? Since these features were preinstalled by someone else on VM/CE, I do not know what happened to the documentation.? But in any case, the documentation is available in the files section of this group within the "diag58v310.zip" package (all of this support is in the one package).? The documents are important if you want to extend any features or make changes because the present limitations are also defined and explained.? They also explain the RPQ and when it is issued by CP.
?
For something like the Logical Device Facility (LDF, DIAG7C), this isn't really designed to work with the extended screen sizes you are proposing.? This is because my LDF support was made to function to the VM/SP 5 specification (as explained in the documentation mentioned above) and that specification is specifically for model 2-5 devices as documented by the relevant VM/SP manual.? That's not to say that it could not be extended, but it is an extra complication.?
?
For extended size support in general, dealing with the vagaries of DMKGRF, which in my view is a miserable piece of code, will be quite difficult, as well as coping with the fixed tables of DMKGRT and their ilk.
?
As for the MECAFF editor EE and its friends FSVIEW and FSLIST, this software issues its own RPQ upon invocation, and if you are using an extended size 3270, say 62x160 for example, these commands will display properly in that mode, right now today.?? However, once you exit the MECAFF tool, then your screen reverts to model 2 mode for everything else.?? At least that's the behavior under VM Sixpack, which is what I use (I can't get behind VM/CE and some of the crazy stuff that has been done to it; just my personal opinion).
?
There may be other things that might have issues with extended screen sizes.? For example, even to introduce model 5 support, the CMS EDIT command had to be modified to handle the increased line length.? See patch HRC073DS.?? With a large size, CP might also have issues with the line length for CP commands, and/or might need extensive changes in DMKVCN (CP virtual console support) in order to deal with size issues, as well as supporting the original DIAGNOSE 58 non-full screen functionality that was already part of CP as distributed, long before the full-screen support was introduced.
?
Regards,
Bob
? |
Re: Possible Diag 8C Issue
On Sun, Nov 3, 2024 at 04:23 Dave Wade via <dave.g4ugm=[email protected]> wrote: On 03/11/2024 08:02, William Denton via wrote: Back when I worked for VM Software/Systems Center/Sterling Software (whew!? I'll never write that again!), we had a lot of CMS application code written in C.? We had our own toolset to maintain it, but at the bottom of it all was XEDIT in UPDATE mode and EXECUPDT.? I forget which VM/SP level introduced?EXECUPDT, but it used UPDATE* in the classic VMFASM manner to create a variable format output file without sequencing (and other optional changes that made no sense for C code). The net of it was that we could edit C code exactly like in any other editor, the editor created UPDATE files, we could apply them and produce a source file exactly like the compiler expected, and all of our UPDATE-oriented code management tools just worked. Ross * When IBM introduced EXECUPDT, it also modified UPDATE to support files wider than 80 columns. |
Re: Possible Diag 8C Issue
On 03/11/2024 08:02, William Denton via groups.io wrote:
Bob..Seeing as "C" code cannot have sequence numbers in 73-80 you can't use UPDATE to maintain it. There are copies of "DIFF" and "PATCH" on the CE edition which can be used in the same way, but I suspect most "C" developers store their code in GIT , or a similar modern source management system, which tracks changes in a similar way. Sorry to introduce many other issues here... but...Dave |
Re: Possible Diag 8C Issue
Bob..
Thanks for pointing out to me that the update for mod 5 also bumped the Diag8C return values. I guess my point was that the current Diag8C implementation does not return values based on the RPQ results.
?
I suppose the larger question is how would users of Diag8C respond to arbitrary values for row/column configurations... I suspect that the VM Rel3 Editor would have issues without a mod... what about EE and others??? My "any size" mod to CP is not prepared to make any updates to C code... not exactly sure how to package that?? Have the C coders anticipated the use of the CMS UPDATE command used against their code????
?
Sorry to introduce many other issues here... but...
?
cheers, William
?
?
?
? |
First beta of bREXX 1.1.0 now available
The first beta release of bREXX v1.1.0 for CMS on VM/370 is now available at . I have been testing this update for several weeks, and it has no known bugs. I do not recommend replacing your existing bREXX version with it, but it is ready for broader testing. I expect there to be at least a beta-02 before the actual release.? Your feedback is greatly desired :-) Ross =========================== Release contents This release builds upon the existing work of others (i.e., bREXX 1.0.1), and adds: - Fix SIGNAL ON ERROR for positive return codes () - Implement SIGNAL ON FAILURE () - Make PARSE VERSION result conform to ANSI and TRL2 standards () - Fix PARSE "with literals" (), including adding tests for PARSE instruction - Enable tests in builds and fix them to work.? Some tests failed on bREXX 1.0.1 and still fail on bREXX 1.1.0 Beta: ? ? - DATE ? ? - ERRORTEXT #2 ? ? - PARSE #16, #19 Notes * All the prerequisites were shipped in VM/370 Community Edition v1.1.2 or earlier.? I have not attempted to run it on an older CMS than that, but any system with at least the following will probably work: ? * GCCLIB v1.0.1 ? * HRC402DS - Support execution of REXX as filetype EXEC ? * HRC404DS - NUCEXT and SUBCOM support ? * HRC408DS - CMS support for REXX external function callsCMS Rexx function call support ? * HRC412DS - PE HRC309DS. Bad EPLIST built when no cmd operandsfix to EPLIST support (HRC309DS) ? * HRC417DS - Support RDTERM TYPE=DIRECT for REXX tracing * These instructions assume you're testing bREXX on the CMSUSER user, but you can use any general purpose user you prefer. ?DO NOT use the MAINT or MAINTC users for this purpose, as it will delete the existing bREXX files. * This release includes a new tool, BRXLOAD EXEC, to load the source and??object files and put them where they belong in a user structured like MAINTC.? I would appreciate feedback on it, as it's very new. To install from source See also Adrian Sutherland's . 1. Download bREXX 1.1.0-Beta 01 from the URL above to the machine where you run Hercules. 2. Unzip BREXX.zip. 3. Create a user similar to MAINTC (e.g., BRXTEST). ? ?*** DO NOT USE MAINTC, AS THIS PROCEDURE WILL WIPE OUT THE OLD bREXX *** 4. Decide if you prefer to install from AWS tape or VMARC - the contents are identical 5. If AWS: ? ?5.1 At the Hercules console, enter: devinit 480 <unzip_dir>/brexxsrc.aws ? ?5.2 On a VM user with sufficient privileges (e.g., OPERATOR), enter: ATTACH 480 TO BRXTEST AS 181 ? ?5.3 On BRXTEST, enter: TAPE LOAD BRXLOAD EXEC A # TAPE REW ? ?5.4 On BRXTEST, enter: BRXLOAD TAPE 6. If VMARC: ? ?6.1 Upload BREXXSRC.VMARC to CMSUSER's A-disk in binary, fixed format, record length 80. ? ?6.2 On BRXTEST, enter: VMARC UNPK BREXXSRC VMARC A BRXLOAD EXEC A (OLDD ? ?6.3 On BRXTEST, enter: BRXLOAD VMARC 7. On BRXTEST, enter: BRXBUILD 8. Copy the resulting BREXX TEXT file to CMSUSER. 9. Continue at #6 below. =========================================== To install from object deck See also Adrian Sutherland's?. 1. Download bREXX 1.1.0-Beta 01 from the URL above to the machine where you run Hercules. 2. Unzip BREXX.zip. 3. Decide if you prefer to install from AWS tape or VMARC - the contents are?identical 4. If AWS: ? ?4.1 At the Hercules console, enter: devinit 480 <unzip_dir>/brexxbin.aws ? ?4.2 On a VM user with sufficient privileges (e.g., OPERATOR), enter: ATTACH 480 TO CMSUSER AS 181 ? ?4.3 On CMSUSER, enter: TAPE LOAD BREXX TEXT A # DETACH 181 5. If VMARC: ? ?5.1 Upload BREXXBIN.VMARC to CMSUSER's A-disk in binary, fixed format, record length 80. ? ?5.2 On CMSUSER, enter: VMARC UNPK BREXXBIN VMARC A BREXX TEXT A (OLDD 6. If you haven't applied the , ensure that GCCLIB is not loaded from the shared segment.? On CMSUSER, enter: DEF STOR 16M 7. IPL CMS 8. The system profile will load the new BREXX TEXT into your user's virtual memory as your version of Rexx. 9. Confirm that you're running the new version: ? ?9.1 Enter: DMSREX VERSION ? ?9.2 Enter: REXXTRY # EXIT ? ?9.3 In both cases, the version number should be "REXX-bREXX-2.1.9-CMS370-1.1.0-beta-01". 10. Optionally, obtain the test suite from the source distribution and run it: ? ?10.1 Follow the source installation steps above up through step 6. ? ?10.2 Copy all the EXEC files that do not begin with "BRX", except for?REXXTRY, SYSPROFB, and TXTDATE, to CMSUSER. ? ?10.3 Copy TESTEXC ASSEMBLE to CMSUSER. ? ?10.4 On CMSUSER, enter: RUNTEST_ To return to the pre-existing bREXX version, simply rename the object deck (e.g., RENAME BREXX TEXT A BREXX110 = =) and re-IPL CMS to load the normal system bREXX.? Enter "DMSREX VERSION" and the version number should be "BREXX-CMS370-x.y.z", for some value of "x.y.z" (e.g., 1.0.1 for VM/370 CE 1.2). =========================================== You can also install this release by deploying the gccbrx.cckd Hercules DASD file from the release ZIP file.? You'll need to re-label it to something other than GCCBRX, and then add it to your Hercules configuration and bring it online to CP.? If you understand how to do that, feel free.? It works, I tested it. |
Re: Possible Diag 8C Issue
The original Diagnose 8C code only supported 3270 models 2, 3, and 4 because at the time that was all that was supported in the VM/370 code that we had.? Later, when model 5 support was added to the system, then Diagnose 8C was extended to support that device and 132 columns as well as 80 columns.? See patch HRC073DK, which among other things modified the Diagnose 8C code.
?
Regards,
Bob
? |
Possible Diag 8C Issue
I am working on an update to CP that would allow pretty much arbitrary display screen sizes.
?
One thing I noticed in the current Diagnose 8C code is that the returned column count is being hardwired at 80.In fact, the code actually comments out the statements that set the column count from the RPQ results.
?
I am wondering why that is? Is there some function someplace that calls Diag8C and can't deal with arbitrary values?
?
cheers, William |
to navigate to use esc to dismiss