Re: Migrating Loadlibs from PDSE to PDS?

2023-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Hi Steve, Just curious: why are you interested in reverting load libraries from PDSE to PDS? Thanks. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message:

Re: SQA overflow condition

2023-12-10 Thread Peter
The ESQA usage has gone to 108%. Is there any tool available in CBTTAPEA which can tell me or trace SQA users and who are not releasing the storage? On Mon, Nov 27, 2023, 5:37 PM Allan Staller < 0387911dea17-dmarc-requ...@listserv.ua.edu> wrote: > Classification: Confidential > > 100%

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Ed Jaffe
On 12/10/2023 9:05 AM, Ed Jaffe wrote: Let me see see if I can make these object decks and repackage the latest FLOWASM for VSE and VM environments in the flowasm.zip file for you. If I have trouble doing so, maybe you will help me? Turns out the last packaging of FLOWASM.ZIP was in 2009.

Re: Assembler optimization OPTION

2023-12-10 Thread Seymour J Metz
I'm talking about very old values of "new"; I've seen code that doesn't use anything beyond S/370. I cane see not using the Telum instructions, and even not using the SIMD instructions, but anything older than that? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי

Re: Assembler optimization OPTION

2023-12-10 Thread Leonard D Woren
Seymour J Metz wrote on 12/10/2023 7:06 AM: Why does it take so long for people to use new features? HLASM has a lot of nifty things that have been around and well documented for decades. Right.  I actually found at least one very old bug by using HLA option FLAG(PAGE0).  An annoyance though

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Paul Gilmartin
On Sun, 10 Dec 2023 10:19:15 -0600, Mike Schwab wrote: >https://github.com/dmolony/Xmit >Mac, Linux, Windows. > Thanks. I go there. It's easy enough to download XmitApp.jar. But I see: Installation Download and install Java 17 and JavaFX 17, which are now separate downloads. Download

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Ed Jaffe
On 12/10/2023 2:08 AM, Martin Trübner wrote: Ed, I have FLOWASM running here in z/VSE, but can not find the ASMA435 error-message. I am sure it affects VSE users as well and hence will prepare a VSE version and publish it the usual way (or did I send a VSE version to you?*) What do I

Re: Assembler optimization OPTION

2023-12-10 Thread Bernd Oppolzer
I guess some sort of answer is: if you have programs from - say - the 1980s and you have no reason for changing them - and no business case - then you probably don't want to change them as long as they run satisfactorily. Nowadays it is even trickier ... sometimes I come along some programs

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Mike Schwab
https://github.com/dmolony/Xmit Mac, Linux, Windows. On Sun, Dec 10, 2023 at 9:41 AM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Sun, 10 Dec 2023 08:24:47 -0600, Mike Schwab wrote: > > >Xmit Manager. https://www.cbttape.org/njw/ > > > Is there a Windows-free

Re: RFC3280 (and 5280), "Basic Constraints" set to Critical

2023-12-10 Thread Phil Smith III
Charles Mills wrote, in part: >Confirming: >The complaint was at the client end. The client is z/OS. The complaint >was that the CA root had a Basic Constraints extension that was not >marked as critical? Yes. And that it only seems to matter to gsk when the client says "I can do TLSv1.3".

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Paul Gilmartin
On Sat, 9 Dec 2023 16:20:18 -0800, Ed Jaffe wrote: >... >It supports everything from before (including z/OS UNIX input), adds >support for a new REXX-like subroutine label syntax, and uses newer >faster instructions (COMPARE AND BRANCH, MOVE HALFWORD IMMEDIATE, etc). > How does it deal with

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Paul Gilmartin
On Sun, 10 Dec 2023 08:24:47 -0600, Mike Schwab wrote: >Xmit Manager. https://www.cbttape.org/njw/ > Is there a Windows-free alternative? >> What do I need out of the XMI package to prepare the VSE version? -- gil -- For

Re: Migrating Loadlibs from PDSE to PDS?

2023-12-10 Thread Seymour J Metz
Is REVIEW currently packaged with PDS86 in CBTTAPE file 182. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Peter Vels Sent: Saturday,

Re: Assembler optimization OPTION

2023-12-10 Thread Lennie Dymoke-Bradshaw
It's a fair question. I think for me it is because I rarely write a brand new program. I take something that works and then change it to do what I want. Often I find I can easily do what I need without using newer instructions. Lennie Dymoke-Bradshaw https: //rsclweb.com -Original

Re: Assembler optimization OPTION

2023-12-10 Thread Seymour J Metz
Why does it take so long for people to use new features? HLASM has a lot of nifty things that have been around and well documented for decades. A similar question exists for new instructions; how many shops are still running boxen that don't support the z immediate, long displacement and

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Mike Schwab
Xmit Manager. https://www.cbttape.org/njw/ On Sun, Dec 10, 2023 at 4:08 AM Martin Trübner < 047eec287bd9-dmarc-requ...@listserv.ua.edu> wrote: > Ed, > > > I have FLOWASM running here in z/VSE, but can not find the ASMA435 > error-message. > > > I am sure it affects VSE users as well and

Re: Assembler optimization OPTION

2023-12-10 Thread Peter Relson
The starting point to almost all of these discussions tends to be to write reentrant programs (as high level languages naturally produce). If you must stick with a non-reentrant program, consider the LOCTR directive. If you don't feel like truly moving the data-defining statements within your

Re: RFC3280 (and 5280), "Basic Constraints" set to Critical

2023-12-10 Thread Peter Sylvester
Ok. RFC 5820 is clear (not necessarily cristal clear) but anyway: 1: Read the introduction about extensions. In short and by doing some boolean logic manip: If you know how to treat an extension, the criticality bit is irrelevant for the verification. Since the implementation in question

Re: ... FLOWASM and ASMA435I

2023-12-10 Thread Martin Trübner
Ed, I have FLOWASM running here in z/VSE, but can not find the ASMA435 error-message. I am sure it affects VSE users as well and hence will prepare a VSE version and publish it the usual way (or did I send a VSE version to you?*) What do I need out of the XMI package to prepare the VSE

Re: Migrating Loadlibs from PDSE to PDS?

2023-12-10 Thread Martin Trübner
even bugs!!! Am 09.12.23 um 16:52 schrieb Ed Jaffe: They never improve anything without an RFE asking for it. [sigh] Martin -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to