Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-02 Thread Peter Relson
I agree with most of the sentiments expressed here. But that ship has sailed. 
And it is far from true that every operating system provides support for every 
hardware facility.

Back when TRAP2 and TRAP4 were introduced (about 25 years ago), OS/390 
development (it was pre-z/OS) was not even aware of it. And we were shocked to 
learn that debug tool had implemented to the architecture. I hope we can agree 
that that was not appropriate - the OS should have provided an API and debug 
tool should have used it. Whether that API would have been limited to 
authorized users is a different question entirely.

At this point, nothing is going to be done without a strong business 
justification.

Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Ed Jaffe

On 3/1/2023 4:01 PM, Bernd Oppolzer wrote:

Am 01.03.2023 um 19:51 schrieb Martin Trübner:


I know of one big z/OS installation that has a debugger in use that 
uses TRAP (and the author is on IBM-main as well)


That's me ... but as I said in the other mail, I am not the author of 
the debugger;
I am only the maintainer today, and I changed the breakpoint mechanism 
(was: S0C1) by TRAP in the 2010 time frame.


He might have been referring to z/XDC. ColeSoft acquired zDebug many 
years ago, which used TRAP exclusively, and incorporated much of that 
technology into z/XDC.


IIRC, you must use the 0C1/ESTAEX method only once at initial entry. 
After that, you can switch over to TRAP (which is advantageous)...



--
Phoenix Software International
Edward E. Jaffe
831 Parkview Drive North
El Segundo, CA 90245
https://www.phoenixsoftware.com/



This e-mail message, including any attachments, appended messages and the
information contained therein, is for the sole use of the intended
recipient(s). If you are not an intended recipient or have otherwise
received this email message in error, any use, dissemination, distribution,
review, storage or copying of this e-mail message and the information
contained therein is strictly prohibited. If you are not an intended
recipient, please contact the sender by reply e-mail and destroy all copies
of this email message and do not otherwise utilize or retain this email
message or any or all of the information contained therein. Although this
email message and any attachments or appended messages are believed to be
free of any virus or other defect that might affect any computer system into
which it is received and opened, it is the responsibility of the recipient
to ensure that it is virus free and no responsibility is accepted by the
sender for any loss or damage arising in any way from its opening or use.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Bernd Oppolzer

Am 01.03.2023 um 19:51 schrieb Martin Trübner:


I know of one big z/OS installation that has a debugger in use that 
uses TRAP (and the author is on IBM-main as well)


That's me ... but as I said in the other mail, I am not the author of 
the debugger;
I am only the maintainer today, and I changed the breakpoint mechanism 
(was: S0C1) by TRAP in the 2010 time frame.


Kind regards

Bernd

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Bernd Oppolzer

FWIW,

some years ago (maybe 2010), I replaced the breakpoint mechanism in a 
home grown debug tool
written by my customer; the breakpoints were implemented by capturing 
the S0C1 interrupts of hex zero
insertions into the load module instead of real opcodes. I now insert 
TRAP2 instead of hex zero.


So: I know how to do this ... maybe others on this list, too. The 
problem is: to insert the address of the
TRAP handler routine into the DUCT, you need to be authorized. In our 
installation, we created something
like a special "user SVC" to do this (don't know the details, because 
this was done by our systems people).
That is: a special SVC which only allows to "configure the DUCT". I 
wrote the specification, and then the

systems people created the SVC.

All other actions can be done by normal non-authorized code ... this is 
kind of easy. The rest of the debug tool
remained unchanged. The debug tool was much faster after this change, 
because the RTM work involved

by the S0C1 handling is now saved.

This is a very special application, of course, and I never would have 
thought about using TRAP2, if the
debug tool of the customer didn't exist already (since the 1980s, long 
before TRAP2 arrived, which was ca. 2000,
IIRC). But when I learned about the internals of the debug tool (the 
S0C1 mechanism), it seemed
sort of natural to me to think about this TRAP2 replacement. And the 
customer allowed me to give it a try.


If you want to know more, feel free to ask me offline; maybe I remember 
the details after all this time.
The debug tool is still in daily use by the developers at the customer's 
site (for PL/1 and ASSEMBLER programs).


Kind regards

Bernd



Am 01.03.2023 um 17:32 schrieb Farley, Peter:

<*Sigh*> Yes, I do understand the "business justification/resource allocation" 
argument/excuse.  I deal with similar issues all the time in my employer's business.  I hate 
it, but it is real.

IMHO the IBM z/OS development team should never have *needed* a "formal 
request/requirement" to implement OS support for an implemented architectural 
feature.  There is a new hardware feature, our clients will no doubt wish to take 
advantage of its benefits, let's support that feature.  Full stop.

But please accept my apologies, I am obviously beating that poor dead horse 
once again.

As an alternative, would it ever be possible for IBM to publish the program design and 
detailed error-handling needed to practically and *safely* use the TRAP feature?  Maybe a 
Redbook project sponsored by the Debug Tool team?  Something detailed enough to enable a 
knowledgeable independent developer to produce the code you say IBM won't ever write.  I 
wouldn't expect the major ISV's to undertake it, it is far too small a market for them to 
spend real money on (there is that dad-blasted "business justification" thing 
again), but an independent developer might wish to spend *their* private time on getting 
it done, IFF they had all the details needed to do it the right way without needing to 
guess what to do.

I would hope that publishing information on how to properly and safely use an 
existing (and already published) architectural feature wouldn't run afoul of IP 
concerns.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Peter Relson
Sent: Wednesday, March 1, 2023 9:57 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

EXTERNAL EMAIL

Peter F wrote:

What I would like to know is when z/OS development will finally manage to find 
the round tuits to actually implement a supported API to actually be able to 
USE the TRAP (and compare-and-trap) instructions introduced to the architecture 
so long ago I have forgotten which zArch generation they in came with (and I'm 
too tired to go looking for that generation today).


I believe IBM Debug Tool uses this. But you're right that there is no API 
provided.

And given the amount of time that has gone by and the fact that, to my knowledge, there 
never has been a formal request/requirement submitted asking for such an API, the answer 
to your question (unless such a requirement is submitted) is, in practice, 
"never".

And a new requirement might be declined unless there is significant business 
justification that would make this a good candidate.

We all wish that we were in a world where "should" would match "it is", but there is always a 
resource tradeoff to be made between competing items and the question has to be answered of what would you the customer 
(and IBM) be willing to sacrifice getting in order to get "this". "Should" only takes you so far. 
That should be apparent to all (but many discussions on IBM-Main do not seem to take that into account).

Peter Relson
z/OS Core Technology Design
--

This message and any attachments are intended only for the use of the addressee 
and may contain in

Re: z/OS 3.1 Announcement US Letter

2023-03-01 Thread Radoslaw Skorupka

Seriously IBM was delivering AC922 or IC922 POWER servers.
POWER machines with NVIDIA GPUs for AI.
However they stopped.
Why?
Because they started delivering its own "AI chip", in z CP or POWER CP.

Is Intel cheaper? NO.
There are plenty of analyses where POWER is economically more effective 
than Xeon.

The same apply to z CP.

I'm not working for IBM (now) and I was never involved in sales. The 
above are just facts.
Of course we knowe sometimes a solution which means a competition is not 
the best. Sometimes it is selled the best.


--
Radoslaw Skorupka
Lodz, Poland




W dniu 01.03.2023 o 19:16, zMan pisze:

So a $xxx,xxx mainframe can double the output of a $1500 card? "Make it up
in volume"???

Seriously, this is the question I keep coming up against wrt z16 and AI:
Why would anyone use expensive Z MIPs to do AI stuff instead of cheap Intel
MIPS?

On Tue, Feb 28, 2023 at 5:52 PM David Crayford  wrote:


On 1/3/23 06:37, Seymour J Metz wrote:

Telum isn't really an AI engine, but it has, e.g., vector capabilities

motivated by AI applications. I expect to see it used for more than AI.

Naturally, it's not an AI engine on its own; software is required for
that functionality. An ACM article [1] suggests that a 32-chip system
can achieve 200 tflops, which is roughly double the output of a $1500
NVIDIA GeForce RTX 4090 graphics card with air cooling. In this context,
low latency is a critical factor.

[1] https://dl.acm.org/doi/10.1145/3470496.3533042




--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on

behalf of David Crayford [dcrayf...@gmail.com]

Sent: Tuesday, February 28, 2023 5:30 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

There is a lot of AI related stuff in the announcement, including a new
SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has
integrated AI on die and a C library was published. Does anybody know if
this has been ported to Python numpy or tensorflow?

In z/OS 3.1, AI and analytics solutions such as the following plan to be
infused into the operating system using intelligent automation and
accelerated inferencing at scale to extract and leverage valuable data
insights:

* AI Framework support, intended to augment z/OS with intelligence
  that optimizes IT processes, simplifies management, improves
  performance, and reduces skill requirements
* The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
  leading AI portfolio with the ability to deploy AI co-located with
  z/OS applications, designed for low latency response times
* AI-Powered WLM, designed to intelligently predict upcoming batch
  workload and react accordingly for optimized system resources
* IBM SMF Explorer, a data access and analysis toolkit designed to
  help even novice users access SMF data and extract insights in an
  easy and modern way, leveraging Python and Jupyter Notebooks


On 28/2/23 23:35, Lionel B. Dyck wrote:

This is the US Version of the announcement letter



https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fcommon%2Fssi%2FShowDoc.wss%3FdocURL%3D%2Fcommon%2Fssi%2Frep_ca%2F3%2F897%2FE=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=T29yGFYduLO1l5NnTX%2F3R8rp7PvyftOfwGRRxo8%2FTJI%3D=0

NUS223-013/index.html=en_locale=en


Lionel B. Dyck <><
Website:

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.lbdsoftware.com%2F=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=2wcVQvDmJyMbVPtSX2kdfaeqT1adqj4WxavRksv6WZ4%3D=0

Github:

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flbdyck=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=6uG8%2FMdtffGt3Vf34ruiOF7gz%2FsrqULbblyj5tD6geg%3D=0

“Worry more about your character than your reputation. Character is

what you

are, reputation merely what others think you are.”   - - - John Wooden




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Phil Smith III
Traditionally, the business case would have been that a debugging facility
like this led to increased ability to exploit the platform, thus leading to
more usage and more sales. Whether that still applies-whether IBM is
interested in that for IBM zSystems-is unclear. With cloud, cloud, and more
cloud, maybe not so much?


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Martin Trübner

I did develop a fully featured debugger solely on TRAP for VSE.

I did that in 2000 as proof of concept or better to show that TRAP is 
not there for "year 200o fix up" as pops did say at that time.



Originally it was object code only in CICS (just to see that it works)- 
meanwhile I support CICS and batch as well as debugging source code.



I am semi retired now- but the tool is still available for free for a 
VSE environment. It supports z-arch including the z14. Because of the 
only use of TRAP to intercept it doe not need to know every instruction.



What I like to say:  pops has everything needed, but a software 
supported API would be great.



I know of one big z/OS installation that has a debugger in use that uses 
TRAP (and the author is on IBM-main as well)



Mentioning software vendors- there is a debugger called z/TDF from Arney 
Software - runs on z/OS and explored TRAP as well.



Chuck is a good friend and I can see/imagine roots of his debugger in 
talks we had (and it is way younger than mine)MINE) during various real 
life meeting (in bars) we had.



Best


Martin



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-03-01 Thread zMan
So a $xxx,xxx mainframe can double the output of a $1500 card? "Make it up
in volume"???

Seriously, this is the question I keep coming up against wrt z16 and AI:
Why would anyone use expensive Z MIPs to do AI stuff instead of cheap Intel
MIPS?

On Tue, Feb 28, 2023 at 5:52 PM David Crayford  wrote:

> On 1/3/23 06:37, Seymour J Metz wrote:
> > Telum isn't really an AI engine, but it has, e.g., vector capabilities
> motivated by AI applications. I expect to see it used for more than AI.
>
> Naturally, it's not an AI engine on its own; software is required for
> that functionality. An ACM article [1] suggests that a 32-chip system
> can achieve 200 tflops, which is roughly double the output of a $1500
> NVIDIA GeForce RTX 4090 graphics card with air cooling. In this context,
> low latency is a critical factor.
>
> [1] https://dl.acm.org/doi/10.1145/3470496.3533042
>
>
> >
> >
> > --
> > Shmuel (Seymour J.) Metz
> > http://mason.gmu.edu/~smetz3
> >
> > 
> > From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on
> behalf of David Crayford [dcrayf...@gmail.com]
> > Sent: Tuesday, February 28, 2023 5:30 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: z/OS 3.1 Announcement US Letter
> >
> > There is a lot of AI related stuff in the announcement, including a new
> > SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has
> > integrated AI on die and a C library was published. Does anybody know if
> > this has been ported to Python numpy or tensorflow?
> >
> > In z/OS 3.1, AI and analytics solutions such as the following plan to be
> > infused into the operating system using intelligent automation and
> > accelerated inferencing at scale to extract and leverage valuable data
> > insights:
> >
> >* AI Framework support, intended to augment z/OS with intelligence
> >  that optimizes IT processes, simplifies management, improves
> >  performance, and reduces skill requirements
> >* The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
> >  leading AI portfolio with the ability to deploy AI co-located with
> >  z/OS applications, designed for low latency response times
> >* AI-Powered WLM, designed to intelligently predict upcoming batch
> >  workload and react accordingly for optimized system resources
> >* IBM SMF Explorer, a data access and analysis toolkit designed to
> >  help even novice users access SMF data and extract insights in an
> >  easy and modern way, leveraging Python and Jupyter Notebooks
> >
> >
> > On 28/2/23 23:35, Lionel B. Dyck wrote:
> >> This is the US Version of the announcement letter
> >>
> >>
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fcommon%2Fssi%2FShowDoc.wss%3FdocURL%3D%2Fcommon%2Fssi%2Frep_ca%2F3%2F897%2FE=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=T29yGFYduLO1l5NnTX%2F3R8rp7PvyftOfwGRRxo8%2FTJI%3D=0
> >> NUS223-013/index.html=en_locale=en
> >>
> >>
> >> Lionel B. Dyck <><
> >> Website:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.lbdsoftware.com%2F=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=2wcVQvDmJyMbVPtSX2kdfaeqT1adqj4WxavRksv6WZ4%3D=0
> >> Github:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flbdyck=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=6uG8%2FMdtffGt3Vf34ruiOF7gz%2FsrqULbblyj5tD6geg%3D=0
> >>
> >> “Worry more about your character than your reputation. Character is
> what you
> >> are, reputation merely what others think you are.”   - - - John Wooden
> >>
> >> --
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email tolists...@listserv.ua.edu  with the message: INFO IBM-MAIN
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists.

Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Charles Mills
One potential business justification for IBM would be "to sell the hardware 
that contains this spiffy feature."

Isn't that essentially the business justification for *all* new z/OS features?

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Farley, Peter
Sent: Wednesday, March 1, 2023 8:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US 
Letter]

<*Sigh*> Yes, I do understand the "business justification/resource allocation" 
argument/excuse.  I deal with similar issues all the time in my employer's 
business.  I hate it, but it is real.

IMHO the IBM z/OS development team should never have *needed* a "formal 
request/requirement" to implement OS support for an implemented architectural 
feature.  There is a new hardware feature, our clients will no doubt wish to 
take advantage of its benefits, let's support that feature.  Full stop.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Full TRAP feature support [was: RE: Re: z/OS 3.1 Announcement US Letter]

2023-03-01 Thread Farley, Peter
<*Sigh*> Yes, I do understand the "business justification/resource allocation" 
argument/excuse.  I deal with similar issues all the time in my employer's 
business.  I hate it, but it is real.

IMHO the IBM z/OS development team should never have *needed* a "formal 
request/requirement" to implement OS support for an implemented architectural 
feature.  There is a new hardware feature, our clients will no doubt wish to 
take advantage of its benefits, let's support that feature.  Full stop.

But please accept my apologies, I am obviously beating that poor dead horse 
once again.

As an alternative, would it ever be possible for IBM to publish the program 
design and detailed error-handling needed to practically and *safely* use the 
TRAP feature?  Maybe a Redbook project sponsored by the Debug Tool team?  
Something detailed enough to enable a knowledgeable independent developer to 
produce the code you say IBM won't ever write.  I wouldn't expect the major 
ISV's to undertake it, it is far too small a market for them to spend real 
money on (there is that dad-blasted "business justification" thing again), but 
an independent developer might wish to spend *their* private time on getting it 
done, IFF they had all the details needed to do it the right way without 
needing to guess what to do.

I would hope that publishing information on how to properly and safely use an 
existing (and already published) architectural feature wouldn't run afoul of IP 
concerns.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Peter Relson
Sent: Wednesday, March 1, 2023 9:57 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

EXTERNAL EMAIL

Peter F wrote:

What I would like to know is when z/OS development will finally manage to find 
the round tuits to actually implement a supported API to actually be able to 
USE the TRAP (and compare-and-trap) instructions introduced to the architecture 
so long ago I have forgotten which zArch generation they in came with (and I'm 
too tired to go looking for that generation today).


I believe IBM Debug Tool uses this. But you're right that there is no API 
provided.

And given the amount of time that has gone by and the fact that, to my 
knowledge, there never has been a formal request/requirement submitted asking 
for such an API, the answer to your question (unless such a requirement is 
submitted) is, in practice, "never".

And a new requirement might be declined unless there is significant business 
justification that would make this a good candidate.

We all wish that we were in a world where "should" would match "it is", but 
there is always a resource tradeoff to be made between competing items and the 
question has to be answered of what would you the customer (and IBM) be willing 
to sacrifice getting in order to get "this". "Should" only takes you so far. 
That should be apparent to all (but many discussions on IBM-Main do not seem to 
take that into account).

Peter Relson
z/OS Core Technology Design
--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-03-01 Thread Peter Relson
Peter F wrote:

What I would like to know is when z/OS development will finally manage to find 
the round tuits to actually implement a supported API to actually be able to 
USE the TRAP (and compare-and-trap) instructions introduced to the architecture 
so long ago I have forgotten which zArch generation they in came with (and I'm 
too tired to go looking for that generation today).


I believe IBM Debug Tool uses this. But you're right that there is no API 
provided.

And given the amount of time that has gone by and the fact that, to my 
knowledge, there never has been a formal request/requirement submitted asking 
for such an API, the answer to your question (unless such a requirement is 
submitted) is, in practice, "never".

And a new requirement might be declined unless there is significant business 
justification that would make this a good candidate.

We all wish that we were in a world where "should" would match "it is", but 
there is always a resource tradeoff to be made between competing items and the 
question has to be answered of what would you the customer (and IBM) be willing 
to sacrifice getting in order to get "this". "Should" only takes you so far. 
That should be apparent to all (but many discussions on IBM-Main do not seem to 
take that into account).

Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread kekronbekron
Anything that involves Liberty or zOSMF immediately dampens my enthusiasm...

- KB

--- Original Message ---
On Wednesday, March 1st, 2023 at 6:51 AM, David Crayford  
wrote:


> Interesting article on IBM SMF Explorer with Python
> https://zos-hot-topics.com/2022/SMF-Explorer/. Looks like the young'uns
> are gonna have some fun playing with SMF data in Jupyter.
> 
> On 1/3/23 06:30, David Crayford wrote:
> 
> > There is a lot of AI related stuff in the announcement, including a
> > new SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip
> > has integrated AI on die and a C library was published. Does anybody
> > know if this has been ported to Python numpy or tensorflow?
> > 
> > In z/OS 3.1, AI and analytics solutions such as the following plan to
> > be infused into the operating system using intelligent automation and
> > accelerated inferencing at scale to extract and leverage valuable data
> > insights:
> > 
> > * AI Framework support, intended to augment z/OS with intelligence
> > that optimizes IT processes, simplifies management, improves
> > performance, and reduces skill requirements
> > * The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
> > leading AI portfolio with the ability to deploy AI co-located with
> > z/OS applications, designed for low latency response times
> > * AI-Powered WLM, designed to intelligently predict upcoming batch
> > workload and react accordingly for optimized system resources
> > * IBM SMF Explorer, a data access and analysis toolkit designed to
> > help even novice users access SMF data and extract insights in an
> > easy and modern way, leveraging Python and Jupyter Notebooks
> > 
> > On 28/2/23 23:35, Lionel B. Dyck wrote:
> > 
> > > This is the US Version of the announcement letter
> > > 
> > > https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
> > > NUS223-013/index.html=en_locale=en
> > > 
> > > Lionel B. Dyck <><
> > > Website:https://www.lbdsoftware.com
> > > Github:https://github.com/lbdyck
> > > 
> > > “Worry more about your character than your reputation. Character is what 
> > > you
> > > are, reputation merely what others think you are.” - - - John Wooden
> > > 
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email tolists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread David Crayford
Interesting article on IBM SMF Explorer with Python 
https://zos-hot-topics.com/2022/SMF-Explorer/. Looks like the young'uns 
are gonna have some fun playing with SMF data in Jupyter.


On 1/3/23 06:30, David Crayford wrote:


There is a lot of AI related stuff in the announcement, including a 
new SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip 
has integrated AI on die and a C library was published. Does anybody 
know if this has been ported to Python numpy or tensorflow?


In z/OS 3.1, AI and analytics solutions such as the following plan to 
be infused into the operating system using intelligent automation and 
accelerated inferencing at scale to extract and leverage valuable data 
insights:


  * AI Framework support, intended to augment z/OS with intelligence
that optimizes IT processes, simplifies management, improves
performance, and reduces skill requirements
  * The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
leading AI portfolio with the ability to deploy AI co-located with
z/OS applications, designed for low latency response times
  * AI-Powered WLM, designed to intelligently predict upcoming batch
workload and react accordingly for optimized system resources
  * IBM SMF Explorer, a data access and analysis toolkit designed to
help even novice users access SMF data and extract insights in an
easy and modern way, leveraging Python and Jupyter Notebooks


On 28/2/23 23:35, Lionel B. Dyck wrote:

This is the US Version of the announcement letter

https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
NUS223-013/index.html=en_locale=en


Lionel B. Dyck <><
Website:https://www.lbdsoftware.com
Github:https://github.com/lbdyck

“Worry more about your character than your reputation. Character is what you
are, reputation merely what others think you are.”   - - - John Wooden

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email tolists...@listserv.ua.edu  with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Ed Jaffe

On 2/28/2023 4:20 PM, Farley, Peter wrote:

An API that allows me to set the DUCT TRAP fields (go here on a TRAP event 
occurring, use this area for TRAP-time information, set/retrieve the TRAP user 
words, etc.) and at the specified TRAP-handling address access the 
TRAP-generated area(s) when a TRAP or trapped condition occurs and decide what 
to do about it.

Using ESPIEX to detect the TRAP code X'FF' is NOT what I mean.  I would like to 
be able to actually activate and use the full TRAP mechanism built into the 
hardware.


Ack. I was thinking of our simplistic use where we code (for example) 
LGAT Rn,dword and if zero we get an 0C7 abend.


It's far, Far, FAR better than testing every time for a "should not 
occur" situation that (almost) never occurs...



--
Phoenix Software International
Edward E. Jaffe
831 Parkview Drive North
El Segundo, CA 90245
https://www.phoenixsoftware.com/



This e-mail message, including any attachments, appended messages and the
information contained therein, is for the sole use of the intended
recipient(s). If you are not an intended recipient or have otherwise
received this email message in error, any use, dissemination, distribution,
review, storage or copying of this e-mail message and the information
contained therein is strictly prohibited. If you are not an intended
recipient, please contact the sender by reply e-mail and destroy all copies
of this email message and do not otherwise utilize or retain this email
message or any or all of the information contained therein. Although this
email message and any attachments or appended messages are believed to be
free of any virus or other defect that might affect any computer system into
which it is received and opened, it is the responsibility of the recipient
to ensure that it is virus free and no responsibility is accepted by the
sender for any loss or damage arising in any way from its opening or use.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Farley, Peter
An API that allows me to set the DUCT TRAP fields (go here on a TRAP event 
occurring, use this area for TRAP-time information, set/retrieve the TRAP user 
words, etc.) and at the specified TRAP-handling address access the 
TRAP-generated area(s) when a TRAP or trapped condition occurs and decide what 
to do about it.

Using ESPIEX to detect the TRAP code X'FF' is NOT what I mean.  I would like to 
be able to actually activate and use the full TRAP mechanism built into the 
hardware.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Ed 
Jaffe
Sent: Tuesday, February 28, 2023 7:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

On 2/28/2023 3:42 PM, Farley, Peter wrote:
> What I would like to know is when z/OS development will finally manage to 
> find the round tuits to actually implement a supported API to actually be 
> able to USE the TRAP (and compare-and-trap) instructions introduced to the 
> architecture so long ago I have forgotten which zArch generation they in came 
> with (and I'm too tired to go looking for that generation today).

What sort of API are you looking for? We just code them and they work...
-- 


This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Ed Jaffe

On 2/28/2023 3:42 PM, Farley, Peter wrote:

What I would like to know is when z/OS development will finally manage to find 
the round tuits to actually implement a supported API to actually be able to 
USE the TRAP (and compare-and-trap) instructions introduced to the architecture 
so long ago I have forgotten which zArch generation they in came with (and I'm 
too tired to go looking for that generation today).


What sort of API are you looking for? We just code them and they work...


--
Phoenix Software International
Edward E. Jaffe
831 Parkview Drive North
El Segundo, CA 90245
https://www.phoenixsoftware.com/



This e-mail message, including any attachments, appended messages and the
information contained therein, is for the sole use of the intended
recipient(s). If you are not an intended recipient or have otherwise
received this email message in error, any use, dissemination, distribution,
review, storage or copying of this e-mail message and the information
contained therein is strictly prohibited. If you are not an intended
recipient, please contact the sender by reply e-mail and destroy all copies
of this email message and do not otherwise utilize or retain this email
message or any or all of the information contained therein. Although this
email message and any attachments or appended messages are believed to be
free of any virus or other defect that might affect any computer system into
which it is received and opened, it is the responsibility of the recipient
to ensure that it is virus free and no responsibility is accepted by the
sender for any loss or damage arising in any way from its opening or use.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Farley, Peter
What I would like to know is when z/OS development will finally manage to find 
the round tuits to actually implement a supported API to actually be able to 
USE the TRAP (and compare-and-trap) instructions introduced to the architecture 
so long ago I have forgotten which zArch generation they in came with (and I'm 
too tired to go looking for that generation today).

Peter
--


This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Radoslaw Skorupka

W dniu 28.02.2023 o 18:33, Tony Harminc pisze:

On Tue, 28 Feb 2023 at 10:36, Lionel B. Dyck  wrote:


This is the US Version of the announcement letter


https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
NUS223-013/index.html=en_locale=en



Amusing to see how IBM's view of geopolitics plays out. Under  "Regional
availability", the Canadian letter that was first posted has:

Anguilla, Antigua and Barbuda, Aruba, Bahamas, Barbados, Bermuda, Bonaire,
Sint Eustatius and Saba, Canada, Cayman Islands, Curaçao, Dominica, Grenada,
Guyana, Jamaica, Montserrat, Saint Kitts and Nevis, Saint Lucia, Saint
Vincent and
the Grenadines, Sint Maarten, Suriname, Trinidad and Tobago, Turks and
Caicos
Islands, and British Virgin Islands

while the US one has:

American Samoa, Guam, Marshall Islands, Federated States of Micronesia,
Northern
Mariana Islands, Palau, Puerto Rico, United States, and US Virgin Islands

I wonder which of all those island nations/states/territories actually have
even one z machine in service...


That's the question I wanted to ask! :-)

However never say never. I know mainframes in Belize (population <.4M), 
Barbados, Bahrain, Brunei, Estonia, Ghana, Gabon, Estonia, Trynidad & 
Tobago, India...

Oh, maybe India was not good example.

Seriously: things changed a lot with connectivity. I know few dozens 
mainframe "shops" in Poland, however the machine is somewhere else. 
Something like a cloud.

I used to work abroad, without leaving my house.

--
Radoslaw Skorupka
Lodz, Poland

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread David Crayford
It's my understanding that they are tensor cores, which are a type of 
vector processor optimized for matrix multiplication that can increase 
throughput per cycle. IBM have published the C API spec on Github [1]. I 
suspect they will create a Python tensorflow extension for ML/AI 
exploitation.


[1] https://github.com/IBM/zDNN/blob/main/README.md

On 1/3/23 07:12, Seymour J Metz wrote:

Take a look at PoOps and you'll see what I mean. AI  applications don't need 
the precision of the normal vector instructions, and Telum introduces a lower 
precision format. There's more than that, but again AI won't be the only 
exploiter.

The bad news is that Printing PoOps is even less practical than it used to be. 
;-)


From: IBM Mainframe Discussion List  on behalf of David 
Crayford 
Sent: Tuesday, February 28, 2023 5:51 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

On 1/3/23 06:37, Seymour J Metz wrote:

Telum isn't really an AI engine, but it has, e.g., vector capabilities 
motivated by AI applications. I expect to see it used for more than AI.

Naturally, it's not an AI engine on its own; software is required for
that functionality. An ACM article [1] suggests that a 32-chip system
can achieve 200 tflops, which is roughly double the output of a $1500
NVIDIA GeForce RTX 4090 graphics card with air cooling. In this context,
low latency is a critical factor.

[1] 
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdl.acm.org%2Fdoi%2F10.1145%2F3470496.3533042=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=ch%2FgCSGjamFVhWvs%2FMe786xAFd0K7%2BIyHSI6U%2F2T02E%3D=0




--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
David Crayford [dcrayf...@gmail.com]
Sent: Tuesday, February 28, 2023 5:30 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

There is a lot of AI related stuff in the announcement, including a new
SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has
integrated AI on die and a C library was published. Does anybody know if
this has been ported to Python numpy or tensorflow?

In z/OS 3.1, AI and analytics solutions such as the following plan to be
infused into the operating system using intelligent automation and
accelerated inferencing at scale to extract and leverage valuable data
insights:

* AI Framework support, intended to augment z/OS with intelligence
  that optimizes IT processes, simplifies management, improves
  performance, and reduces skill requirements
* The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
  leading AI portfolio with the ability to deploy AI co-located with
  z/OS applications, designed for low latency response times
* AI-Powered WLM, designed to intelligently predict upcoming batch
  workload and react accordingly for optimized system resources
* IBM SMF Explorer, a data access and analysis toolkit designed to
  help even novice users access SMF data and extract insights in an
  easy and modern way, leveraging Python and Jupyter Notebooks


On 28/2/23 23:35, Lionel B. Dyck wrote:

This is the US Version of the announcement letter

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fcommon%2Fssi%2FShowDoc.wss%3FdocURL%3D%2Fcommon%2Fssi%2Frep_ca%2F3%2F897%2FE=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=MXKvWuepLdUIz0Azu%2FX6eqDIZ9LRGuDdRLf1ZI4iCDc%3D=0
NUS223-013/index.html=en_locale=en


Lionel B. Dyck <><
Website:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.lbdsoftware.com%2F=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=Z6v%2FV086G7eBoPn9YwcwceqCXlUDJeL3Rm3qk6%2FxdmI%3D=0
Github:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flbdyck=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=fGUilTYrLtJ8KMBgWWQ1zbfdHcjNIKwcv3zd9y0umi0%3D=0

“Worry more about your character than your reputation. Character is what you
are, reputation merely what others think you are.”   - - - Jo

Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Seymour J Metz
Take a look at PoOps and you'll see what I mean. AI  applications don't need 
the precision of the normal vector instructions, and Telum introduces a lower 
precision format. There's more than that, but again AI won't be the only 
exploiter.

The bad news is that Printing PoOps is even less practical than it used to be. 
;-)


From: IBM Mainframe Discussion List  on behalf of 
David Crayford 
Sent: Tuesday, February 28, 2023 5:51 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

On 1/3/23 06:37, Seymour J Metz wrote:
> Telum isn't really an AI engine, but it has, e.g., vector capabilities 
> motivated by AI applications. I expect to see it used for more than AI.

Naturally, it's not an AI engine on its own; software is required for
that functionality. An ACM article [1] suggests that a 32-chip system
can achieve 200 tflops, which is roughly double the output of a $1500
NVIDIA GeForce RTX 4090 graphics card with air cooling. In this context,
low latency is a critical factor.

[1] 
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdl.acm.org%2Fdoi%2F10.1145%2F3470496.3533042=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=ch%2FgCSGjamFVhWvs%2FMe786xAFd0K7%2BIyHSI6U%2F2T02E%3D=0


>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> 
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
> David Crayford [dcrayf...@gmail.com]
> Sent: Tuesday, February 28, 2023 5:30 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: z/OS 3.1 Announcement US Letter
>
> There is a lot of AI related stuff in the announcement, including a new
> SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has
> integrated AI on die and a C library was published. Does anybody know if
> this has been ported to Python numpy or tensorflow?
>
> In z/OS 3.1, AI and analytics solutions such as the following plan to be
> infused into the operating system using intelligent automation and
> accelerated inferencing at scale to extract and leverage valuable data
> insights:
>
>* AI Framework support, intended to augment z/OS with intelligence
>  that optimizes IT processes, simplifies management, improves
>  performance, and reduces skill requirements
>* The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
>  leading AI portfolio with the ability to deploy AI co-located with
>  z/OS applications, designed for low latency response times
>* AI-Powered WLM, designed to intelligently predict upcoming batch
>  workload and react accordingly for optimized system resources
>* IBM SMF Explorer, a data access and analysis toolkit designed to
>  help even novice users access SMF data and extract insights in an
>  easy and modern way, leveraging Python and Jupyter Notebooks
>
>
> On 28/2/23 23:35, Lionel B. Dyck wrote:
>> This is the US Version of the announcement letter
>>
>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fcommon%2Fssi%2FShowDoc.wss%3FdocURL%3D%2Fcommon%2Fssi%2Frep_ca%2F3%2F897%2FE=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=MXKvWuepLdUIz0Azu%2FX6eqDIZ9LRGuDdRLf1ZI4iCDc%3D=0
>> NUS223-013/index.html=en_locale=en
>>
>>
>> Lionel B. Dyck <><
>> Website:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.lbdsoftware.com%2F=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=Z6v%2FV086G7eBoPn9YwcwceqCXlUDJeL3Rm3qk6%2FxdmI%3D=0
>> Github:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flbdyck=05%7C01%7Csmetz3%40gmu.edu%7C447117907cd547a158d208db19de700d%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132215394315103%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=fGUilTYrLtJ8KMBgWWQ1zbfdHcjNIKwcv3zd9y0umi0%3D=0
>>
>> “Worry more about your character than your reputation. Character is what you
>> are, reputation merely what others think you are.”   - - - John Wooden
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send emai

Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread David Crayford

On 1/3/23 06:37, Seymour J Metz wrote:

Telum isn't really an AI engine, but it has, e.g., vector capabilities 
motivated by AI applications. I expect to see it used for more than AI.


Naturally, it's not an AI engine on its own; software is required for 
that functionality. An ACM article [1] suggests that a 32-chip system 
can achieve 200 tflops, which is roughly double the output of a $1500 
NVIDIA GeForce RTX 4090 graphics card with air cooling. In this context, 
low latency is a critical factor.


[1] https://dl.acm.org/doi/10.1145/3470496.3533042





--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
David Crayford [dcrayf...@gmail.com]
Sent: Tuesday, February 28, 2023 5:30 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

There is a lot of AI related stuff in the announcement, including a new
SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has
integrated AI on die and a C library was published. Does anybody know if
this has been ported to Python numpy or tensorflow?

In z/OS 3.1, AI and analytics solutions such as the following plan to be
infused into the operating system using intelligent automation and
accelerated inferencing at scale to extract and leverage valuable data
insights:

   * AI Framework support, intended to augment z/OS with intelligence
 that optimizes IT processes, simplifies management, improves
 performance, and reduces skill requirements
   * The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
 leading AI portfolio with the ability to deploy AI co-located with
 z/OS applications, designed for low latency response times
   * AI-Powered WLM, designed to intelligently predict upcoming batch
 workload and react accordingly for optimized system resources
   * IBM SMF Explorer, a data access and analysis toolkit designed to
 help even novice users access SMF data and extract insights in an
 easy and modern way, leveraging Python and Jupyter Notebooks


On 28/2/23 23:35, Lionel B. Dyck wrote:

This is the US Version of the announcement letter

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fcommon%2Fssi%2FShowDoc.wss%3FdocURL%3D%2Fcommon%2Fssi%2Frep_ca%2F3%2F897%2FE=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=T29yGFYduLO1l5NnTX%2F3R8rp7PvyftOfwGRRxo8%2FTJI%3D=0
NUS223-013/index.html=en_locale=en


Lionel B. Dyck <><
Website:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.lbdsoftware.com%2F=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=2wcVQvDmJyMbVPtSX2kdfaeqT1adqj4WxavRksv6WZ4%3D=0
Github:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flbdyck=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=6uG8%2FMdtffGt3Vf34ruiOF7gz%2FsrqULbblyj5tD6geg%3D=0

“Worry more about your character than your reputation. Character is what you
are, reputation merely what others think you are.”   - - - John Wooden

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email tolists...@listserv.ua.edu  with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Seymour J Metz
Telum isn't really an AI engine, but it has, e.g., vector capabilities 
motivated by AI applications. I expect to see it used for more than AI.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
David Crayford [dcrayf...@gmail.com]
Sent: Tuesday, February 28, 2023 5:30 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z/OS 3.1 Announcement US Letter

There is a lot of AI related stuff in the announcement, including a new
SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has
integrated AI on die and a C library was published. Does anybody know if
this has been ported to Python numpy or tensorflow?

In z/OS 3.1, AI and analytics solutions such as the following plan to be
infused into the operating system using intelligent automation and
accelerated inferencing at scale to extract and leverage valuable data
insights:

  * AI Framework support, intended to augment z/OS with intelligence
that optimizes IT processes, simplifies management, improves
performance, and reduces skill requirements
  * The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
leading AI portfolio with the ability to deploy AI co-located with
z/OS applications, designed for low latency response times
  * AI-Powered WLM, designed to intelligently predict upcoming batch
workload and react accordingly for optimized system resources
  * IBM SMF Explorer, a data access and analysis toolkit designed to
help even novice users access SMF data and extract insights in an
easy and modern way, leveraging Python and Jupyter Notebooks


On 28/2/23 23:35, Lionel B. Dyck wrote:
> This is the US Version of the announcement letter
>
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fcommon%2Fssi%2FShowDoc.wss%3FdocURL%3D%2Fcommon%2Fssi%2Frep_ca%2F3%2F897%2FE=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=T29yGFYduLO1l5NnTX%2F3R8rp7PvyftOfwGRRxo8%2FTJI%3D=0
> NUS223-013/index.html=en_locale=en
>
>
> Lionel B. Dyck <><
> Website:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.lbdsoftware.com%2F=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=2wcVQvDmJyMbVPtSX2kdfaeqT1adqj4WxavRksv6WZ4%3D=0
> Github:https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flbdyck=05%7C01%7Csmetz3%40gmu.edu%7C146e636a9e0d4228361708db19db8324%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638132202822676826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=6uG8%2FMdtffGt3Vf34ruiOF7gz%2FsrqULbblyj5tD6geg%3D=0
>
> “Worry more about your character than your reputation. Character is what you
> are, reputation merely what others think you are.”   - - - John Wooden
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email tolists...@listserv.ua.edu  with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread David Crayford
There is a lot of AI related stuff in the announcement, including a new 
SMF explorder that leverages Jupyter Notebooks. The z16 Telum chip has 
integrated AI on die and a C library was published. Does anybody know if 
this has been ported to Python numpy or tensorflow?


In z/OS 3.1, AI and analytics solutions such as the following plan to be 
infused into the operating system using intelligent automation and 
accelerated inferencing at scale to extract and leverage valuable data 
insights:


 * AI Framework support, intended to augment z/OS with intelligence
   that optimizes IT processes, simplifies management, improves
   performance, and reduces skill requirements
 * The AI ecosystem, which z/OS 3.1 intends to extend by supporting a
   leading AI portfolio with the ability to deploy AI co-located with
   z/OS applications, designed for low latency response times
 * AI-Powered WLM, designed to intelligently predict upcoming batch
   workload and react accordingly for optimized system resources
 * IBM SMF Explorer, a data access and analysis toolkit designed to
   help even novice users access SMF data and extract insights in an
   easy and modern way, leveraging Python and Jupyter Notebooks


On 28/2/23 23:35, Lionel B. Dyck wrote:

This is the US Version of the announcement letter

https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
NUS223-013/index.html=en_locale=en


Lionel B. Dyck <><
Website:https://www.lbdsoftware.com
Github:https://github.com/lbdyck

“Worry more about your character than your reputation. Character is what you
are, reputation merely what others think you are.”   - - - John Wooden

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email tolists...@listserv.ua.edu  with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Roberto Halais
Puerto Rico has four IBM mainframe data centers.
With two CECs in one of them.

On Tue, Feb 28, 2023 at 1:34 PM Tony Harminc  wrote:

> On Tue, 28 Feb 2023 at 10:36, Lionel B. Dyck  wrote:
>
> > This is the US Version of the announcement letter
> >
> >
> >
> https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
> > NUS223-013/index.html=en_locale=en
> > <
> https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/ENUS223-013/index.html=en_locale=en
> >
> >
>
> Amusing to see how IBM's view of geopolitics plays out. Under  "Regional
> availability", the Canadian letter that was first posted has:
>
> Anguilla, Antigua and Barbuda, Aruba, Bahamas, Barbados, Bermuda, Bonaire,
> Sint Eustatius and Saba, Canada, Cayman Islands, Curaçao, Dominica,
> Grenada,
> Guyana, Jamaica, Montserrat, Saint Kitts and Nevis, Saint Lucia, Saint
> Vincent and
> the Grenadines, Sint Maarten, Suriname, Trinidad and Tobago, Turks and
> Caicos
> Islands, and British Virgin Islands
>
> while the US one has:
>
> American Samoa, Guam, Marshall Islands, Federated States of Micronesia,
> Northern
> Mariana Islands, Palau, Puerto Rico, United States, and US Virgin Islands
>
> I wonder which of all those island nations/states/territories actually have
> even one z machine in service...
>
> Tony H.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
-- 
Politics: Poli (many) - tics (blood sucking parasites)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Paul Gilmartin
On Tue, 28 Feb 2023 09:35:49 -0600, Lionel B. Dyck wrote:

>This is the US Version of the announcement letter
>
>https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
>NUS223-013/index.html=en_locale=en
>
ITYM:


-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Pommier, Rex
IIRC they use the same regional breakouts for Z, I, P, and when they had it, X 
series machines.  

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Tony Harminc
Sent: Tuesday, February 28, 2023 11:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: z/OS 3.1 Announcement US Letter

On Tue, 28 Feb 2023 at 10:36, Lionel B. Dyck  wrote:

> This is the US Version of the announcement letter
>
>
> https://urldefense.com/v3/__https://www.ibm.com/common/ssi/ShowDoc.wss
> ?docURL=*common*ssi*rep_ca*3*897*E__;Ly8vLy8v!!KjMRP1Ixj6eLE0Fj!rKvrP3
> skVxI2h1wdJmW1OhIaDLHYotsNHBWwSxvN0Uq4UyPjsd7Q3qBmdA7qL4aVEv91Etq0ub9e
> jEIN$ NUS223-013/index.html=en_locale=en
> <https://urldefense.com/v3/__https://www.ibm.com/common/ssi/ShowDoc.ws
> s?docURL=*common*ssi*rep_ca*3*897*ENUS223-013*index.html=en
> st_locale=en__;Ly8vLy8vLw!!KjMRP1Ixj6eLE0Fj!rKvrP3skVxI2h1wdJmW1OhIaDL
> HYotsNHBWwSxvN0Uq4UyPjsd7Q3qBmdA7qL4aVEv91Etq0ue1wK5Sz$ >
>

Amusing to see how IBM's view of geopolitics plays out. Under  "Regional 
availability", the Canadian letter that was first posted has:

Anguilla, Antigua and Barbuda, Aruba, Bahamas, Barbados, Bermuda, Bonaire, Sint 
Eustatius and Saba, Canada, Cayman Islands, Curaçao, Dominica, Grenada, Guyana, 
Jamaica, Montserrat, Saint Kitts and Nevis, Saint Lucia, Saint Vincent and the 
Grenadines, Sint Maarten, Suriname, Trinidad and Tobago, Turks and Caicos 
Islands, and British Virgin Islands

while the US one has:

American Samoa, Guam, Marshall Islands, Federated States of Micronesia, 
Northern Mariana Islands, Palau, Puerto Rico, United States, and US Virgin 
Islands

I wonder which of all those island nations/states/territories actually have 
even one z machine in service...

Tony H.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
The information contained in this message is confidential, protected from 
disclosure and may be legally privileged. If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful. If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS 3.1 Announcement US Letter

2023-02-28 Thread Tony Harminc
On Tue, 28 Feb 2023 at 10:36, Lionel B. Dyck  wrote:

> This is the US Version of the announcement letter
>
>
> https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/E
> NUS223-013/index.html=en_locale=en
> 
>

Amusing to see how IBM's view of geopolitics plays out. Under  "Regional
availability", the Canadian letter that was first posted has:

Anguilla, Antigua and Barbuda, Aruba, Bahamas, Barbados, Bermuda, Bonaire,
Sint Eustatius and Saba, Canada, Cayman Islands, Curaçao, Dominica, Grenada,
Guyana, Jamaica, Montserrat, Saint Kitts and Nevis, Saint Lucia, Saint
Vincent and
the Grenadines, Sint Maarten, Suriname, Trinidad and Tobago, Turks and
Caicos
Islands, and British Virgin Islands

while the US one has:

American Samoa, Guam, Marshall Islands, Federated States of Micronesia,
Northern
Mariana Islands, Palau, Puerto Rico, United States, and US Virgin Islands

I wonder which of all those island nations/states/territories actually have
even one z machine in service...

Tony H.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN