Re: Use of zCX

2022-04-25 Thread David Crayford
On 26/4/22 01:03, Matt Hogstrom wrote: Given this constraint, we try to put CPU-intensive activities (such as code page conversion) on the faster-executing platforms. and for that reason zCX is very important for ISVs because it does offload to Ziips, provides an open technology platform and

Re: Use of zCX

2022-04-25 Thread kekronbekron
Sorry, what do you mean? - KB --- Original Message --- On Monday, April 25th, 2022 at 3:29 PM, Seymour J Metz wrote: > Icon? oorexx? Perl? Perl6 (Raku)? > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM

Re: Silly linklist dataset question

2022-04-25 Thread Joel C. Ewing
There was a very recent discussion here (3/31/2022) with a response from Peter Relson of IBM that clarified the separation of LINKAUTH=LNKLST, PROGxx, and JOBLIB/STEPLIB.  My understanding from that and prior discussions is that the short answer is "No, as long as the module is actually

Re: TLS 1.3 support

2022-04-25 Thread Phil Smith III
Charles wrote: >In the program API to SystemSSL? Yes, GSK. >If so that is how earlier similar version flags worked. Enable meant enable, >not require. Thanks. That's the only sane way to do it, of course, but you never know what someone will have thought was the Right Approach!

Re: [EXTERNAL] ATO gives itself two years to replace IBM mainframe

2022-04-25 Thread Pommier, Rex
I knew it was one of those variable pricing schemes, couldn't remember which one. :-) The other half of the question is whether there is another government agency that uses a mainframe that has their peak at a different time of the year, where they could combine the workloads onto a single

Re: [EXTERNAL] ATO gives itself two years to replace IBM mainframe

2022-04-25 Thread Radoslaw Skorupka
W dniu 25.04.2022 o 15:37, Pommier, Rex pisze: So the way I read the article, they're basically outsourced on-prem with a z14 that's out of gas and a 10+ year old contract with DXC to run it that is coming to an end. They need to upgrade the z14 to a bigger mainframe but are trying to decide

Re: TLS 1.3 support

2022-04-25 Thread Charles Mills
In the program API to SystemSSL? If so that is how earlier similar version flags worked. Enable meant enable, not require. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Smith III Sent: Monday, April 25, 2022 9:59 AM

Silly linklist dataset question

2022-04-25 Thread Mark Jacobs
Datasets in our linklist are APF authorized via LINKAUTH=LNKLST. Is there any differences on how program fetch behaves if a dataset in the linklist is also APF authorized in PROGxx as far as modules being fetched from the linklist? The Ministry of Silly Questions thanks you in advance for your

Re: Use of zCX

2022-04-25 Thread Matt Hogstrom
> Given this constraint, we try to put CPU-intensive activities (such as code > page conversion) on the faster-executing platforms. and for that reason zCX is very important for ISVs because it does offload to Ziips, provides an open technology platform and for customers that do not have vZM

TLS 1.3 support

2022-04-25 Thread Phil Smith III
For IBM, really: if we turn on the GSK flag that says "Enable TLSv1.3", and someone runs the cold on an older z/OS that doesn't support TLS 1.3, it won't throw an error, right? I'm pretty sure I remember this from previous TLS upgrades but wanted to be sure. If so, that's GOOD design, thank you!

Re: Use of zCX

2022-04-25 Thread Ed Jaffe
On 4/25/2022 6:29 AM, Matt Hogstrom wrote: Kirk, IIRC Node.js was one such technology. I don’t have a lot of familiarity on the tech but from what I remember it was not possible to “port” the engine because it directly generated x86 instructions (I was told) so it basically compiled the code

Re: z/PD LE cost

2022-04-25 Thread Grant Taylor
On 4/25/22 6:00 AM, Lionel B. Dyck wrote: And you are correct - in ALL my communications with IBM about the LE they repeated that it was for educational purposes and NOT to be used to create software for distribution - not for commercial and not for open-source. Does anyone happen to know if

Re: Use of zCX

2022-04-25 Thread Neale Ferguson
There are a ton at https://hub.docker.com/u/clefos -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: [EXTERNAL] ATO gives itself two years to replace IBM mainframe

2022-04-25 Thread Pommier, Rex
So the way I read the article, they're basically outsourced on-prem with a z14 that's out of gas and a 10+ year old contract with DXC to run it that is coming to an end. They need to upgrade the z14 to a bigger mainframe but are trying to decide how to complete the outsourcing. They need

Re: Use of zCX

2022-04-25 Thread Matt Hogstrom
Kirk, IIRC Node.js was one such technology. I don’t have a lot of familiarity on the tech but from what I remember it was not possible to “port” the engine because it directly generated x86 instructions (I was told) so it basically compiled the code to x86. IBM had a challenge getting it on

Re: Use of zCX

2022-04-25 Thread Kirk Wolf
It's pretty good (s390x linux software), but it seems to me that this is not without some friction: - OSS sometimes has compile paths that take advantage of x86 instructions for optimization, e.g. SSE. Nearly all of the time there is a C path, but that doesn't mean that the code will perform

Re: HTTPS Connection to testcase

2022-04-25 Thread ITschak Mugzach
If the program runs in verbose mode there will be a separate sysout teling you what the problem is. ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * On Mon, Apr 25, 2022 at 3:44 PM Mark Jacobs <

Re: Use of zCX

2022-04-25 Thread Matt Hogstrom
I would mention as well that cross compiling from an x86 to generate s390x also works well. Today I use a MacBook Pro with the M1xPro (ARM) processor. The days of heavy porting are in almost every case I’ve seen a compile away and not a “porting” exercise. Matt Hogstrom m...@hogstrom.org

Re: Use of zCX

2022-04-25 Thread Matt Hogstrom
Matt agrees with you David. The only issue I’ve run into is sourcing some of the other software in a precompiled form. That said, Postgres for example, was strightforward to grab the source, build and package. Linux is what we had hoped back in the 90’s that Open Edition would have been :)

Re: HTTPS Connection to testcase

2022-04-25 Thread Mark Jacobs
Thanks. Yes, I had already read that. Debug is enabled, no further information there. Just wanted to see if anyone else is also failing before I open a ticket with the support center. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key -

Re: Use of zCX

2022-04-25 Thread Dave Jones
ooRexx for sure. DJ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: HTTPS Connection to testcase

2022-04-25 Thread ITschak Mugzach
See here https://www.ibm.com/docs/en/zos/2.2.0?topic=enabler-hwthconn-connect-http-server If this is your code, you can turn verbose on and get more details about the failure. ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux &

HTTPS Connection to testcase

2022-04-25 Thread Mark Jacobs
I'm trying to send documentation using PDDU to testcase this morning and I'm getting this error (it's worked before). AMA783I HWTH Connect THREAD: 001 RETCODE: 0106 REASON: 01A4 SERVID: 00160001 Socket closed by remote partner Is anyone else also failing? Sent from

Re: z/PD LE cost

2022-04-25 Thread John McKown
On Mon, Apr 25, 2022 at 7:00 AM Lionel B. Dyck wrote: > You found the Personal Edition - the Learner's is much less expensive - > see this article > https://abopen.com/news/ibm-lowers-barrier-to-mainframe-entry-with-zdt-learners-edition-licence/ If that is correct on cost, I could afford it.

Re: z/PD LE cost

2022-04-25 Thread John McKown
Many thanks. I didn't know about the ability to distribute my code, say via CBT. I have a few things on the CBTTape. I am aware of the various OSI licenses such as GPL, MIT, etc. I enjoyed reading your blog post. On Mon, Apr 25, 2022 at 6:49 AM Colin Paice wrote: > I wrote Getting z/OS

Re: z/PD LE cost

2022-04-25 Thread Lionel B. Dyck
You found the Personal Edition - the Learner's is much less expensive - see this article https://abopen.com/news/ibm-lowers-barrier-to-mainframe-entry-with-zdt-learners-edition-licence/ Hope this helps. And you are correct - in ALL my communications with IBM about the LE they repeated that

Re: help with abend 60D reason code 14 SDWALSLV value

2022-04-25 Thread Joseph Reichman
The abend occurred here * MVCLSVALUE,=X'0001' IARV64 REQUEST=LIST, X V64LISTPTR=X64PTR,

Re: z/PD LE cost

2022-04-25 Thread Colin Paice
I wrote Getting z/OS installed on my Ubuntu laptop . This has links to the IBM sites about ZD, also the costs. You can ship what every you write.You need to be careful about shipping things which belong to other

Re: z/PD LE cost

2022-04-25 Thread John McKown
OK. did a better search. Found it is currently US $5,540/yr. No mention of any NDA. And the Learner's Edition is "being redone", whatever that means. On Mon, Apr 25, 2022 at 6:21 AM John McKown wrote: > I apologize if I missed this information in a previous post. I have two > questions about

Re: help with abend 60D reason code 14 SDWALSLV value

2022-04-25 Thread Binyamin Dissen
On Sun, 24 Apr 2022 20:00:42 -0400 Joseph Reichman wrote: :>I have an SRB in which branch to a routine which does a BAKR on entry and PR :>on exit :>My program abended from an in valid value on IARV64 REQUEST=LIST I have the :>abend code DC2 and reason AA :>That's not my problem my problem is

z/PD LE cost

2022-04-25 Thread John McKown
I apologize if I missed this information in a previous post. I have two questions about z/DT & T Personal Edition. 1) How much does it cost? To acquire & yearly thereafter. 2) Does it require any sort of NDA? If so, what does the NDA cover, assuming any NDA which might exist allows you to say

Re: Use of zCX

2022-04-25 Thread Seymour J Metz
Icon? oorexx? Perl? Perl6 (Raku)? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of kekronbekron [02dee3fcae33-dmarc-requ...@listserv.ua.edu] Sent: Sunday, April 24,

Re: ATO gives itself two years to replace IBM mainframe

2022-04-25 Thread Wayne Bickerdike
Government z/OS service providers are ripe for this type of transition. Department of Defence, Centrelink or whatever it is called now (Services Australia?). Don't understand why when they already have massive budgets and a purpose built facility where a handful of Z16s could do the job. On Mon,