Re: Save CPU in z/OSMF and reduce its startup time

2025-01-14 Thread Colin Paice
I run on zD&T machine on Linux. z/OS starts in about 60 seconds. I'm trying to find out why z/OSMF does not work with Elliptic Curve certificates. With shared cache, and all I/O in ZFS cache - it takes over 2 minutes to start ( and this is the thinnest possible, and no plug ins!).This probl

Re: Pipes

2025-01-14 Thread Mike Schwab
https://www.pcre.org/ for z/OS On Mon, Jan 13, 2025 at 8:53 PM David Crayford <0595a051454b-dmarc-requ...@listserv.ua.edu> wrote: > > If only there were a Rexx PCRE2 command processor for TSO REXX. The > challenge with regular expressions, especially in Perl, which is arguably > one of the lea

Re: Pipes

2025-01-14 Thread Steve Horein
FWIW, NetView now has regular expression support in addition to Pipes: https://www.ibm.com/docs/en/z-netview/6.4.0?topic=techniques-using-regular-expressions-advanced-data-processing On Mon, Jan 13, 2025 at 12:35 PM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Mon,

Re: Use of TAR to test access register validity

2025-01-14 Thread Rob Scott
A problem state program can validly create and use a SCOPE=SINGLE dataspace , so the ability to test an AR via TAR is valid in that environment. Perhaps having an ESTAE(X) and catching any 0C4 abends would be better in some circumstances, but there is nothing inherently wrong with using TAR. Ro

Re: Use of TAR to test access register validity

2025-01-14 Thread Binyamin Dissen
Granted all that. My query is what would a problem state program do if it discovers that the ALET provided is bad? It is not like system level software where something goes away in another address space where you might decide to dispose of an item on a queue. Unless there is something functional

Auto: Re: Use of TAR to test access register validity

2025-01-14 Thread Frederic Mancini
Je suis absent jusqu'au 14 janvier 2025 inclus et prendrai connaissance de vos messages à mon retour. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INF

Have a blurb in one of my programs - POST w/ECBKEY does not do baseless

2025-01-14 Thread Binyamin Dissen
The program sets up a temporary base register (14, for those keeping score). XMEMPOST,LINKAGE=SYSTEM. I am updating the program and noticed the comment. Looking at the previous assembly there was no need for the temporary base register. Don't see any obvious comments in the POST macro. Anyone rem

Re: Use of TAR to test access register validity

2025-01-14 Thread Rob Scott
Off the top of my head, maybe the problem state program has been called by another program running on another TCB and part of the parameter list is the ALET for a structure that the called program will process. TAR could help the called program validate the ALET and perform early rejections via

Re: Pipes

2025-01-14 Thread David Crayford
Cool. If your handcuffed to TSO then knock yourself out. I’m using Python. > On 14 Jan 2025, at 15:44, Farley, Peter > <031df298a9da-dmarc-requ...@listserv.ua.edu> wrote: > > There is. CBT file 939 includes a Rexx interface for TSO Rexx. > > From: IBM Mainframe Discussion List On Behalf

Re: Use of TAR to test access register validity

2025-01-14 Thread Jay Maynard
Give an intelligible error message and exit, instead of blowing up? On Tue, Jan 14, 2025 at 6:03 AM Binyamin Dissen < 0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: > Brings back memories of an MVS program that checked if it was running under > MVS (IIRC a CVT bit). If it wasn't, what cou

Re: Use of TAR to test access register validity

2025-01-14 Thread Binyamin Dissen
A standard application job will have an AX of zero. On Tue, 14 Jan 2025 11:02:01 -0500 Tony Thigpen wrote: :>All, :> :>This instruction might just help me with a software product issue on VSEn. :> :>Can someone post an example the correct setup for R2 (the EAX) in a TAP :>test, as used on z/OS?

Re: Use of TAR to test access register validity

2025-01-14 Thread Mike Schwab
On Tue, Jan 14, 2025 at 6:03 AM Binyamin Dissen <0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: > [deleted] > > Brings back memories of an MVS program that checked if it was running under > MVS (IIRC a CVT bit). If it wasn't, what could it do about it? > Use MVT layout? -- Mike A Schwab,

Re: Save the date for a HillGang on March 13th, 2025

2025-01-14 Thread Bfishing
The official agenda with abstracts should be finalized and posted soon. Like normal, breakfast will start around 8 with sessions kicking off at 9am. Hotel options range from DC to around any of the train lines. There is also a parking garage close by: IBM Innovation Studio 600 14th Street NW 2nd

Re: Use of TAR to test access register validity

2025-01-14 Thread Binyamin Dissen
How do you issue a message on an unknown operating system that happens to run on a 3090? Code for every possibility? On Tue, 14 Jan 2025 07:22:42 -0600 Jay Maynard <05997213d6c2-dmarc-requ...@listserv.ua.edu> wrote: :>Give an intelligible error message and exit, instead of blowing up? :>On T

Re: Use of TAR to test access register validity

2025-01-14 Thread Tony Thigpen
All, This instruction might just help me with a software product issue on VSEn. Can someone post an example the correct setup for R2 (the EAX) in a TAP test, as used on z/OS? Tony Thigpen John Dravnieks wrote on 1/14/25 2:38 AM: Hello I have come across some usage of the Test Access instr

Re: Use of TAR to test access register validity

2025-01-14 Thread Tony Thigpen
The product is a full TCP/IP stack and suite, we are doing a LOT of cross-memory moves using access registers in our vendor product. (No SRBs in VSE. No 'real' PS-ss, either, but we do fake some of those.) The product is BSI IPv6/VSE. We don't know why, and it should never happen, but occasion

Re: AI makes stuff up

2025-01-14 Thread Dick Williams
So AI fabricates stuff. Funny, so do humans and it’s humans whose information feeds AI models. Sent from Yahoo Mail for iPhone On Tuesday, January 14, 2025, 2:51 AM, Lionel B Dyck <057b0ee5a853-dmarc-requ...@listserv.ua.edu> wrote: I worked for a manager who said multiple times that if a

ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Peter Ten Eyck
Greetings, Anyone know of an ISPF edit macro to sort and delete duplicate records within PDS member or dataset? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Schmitt, Michael
I have macros that exclude duplicate records, comparing a key within the current bounds. Then you can delete all X. One macro excludes all but the first of each duplicate set, the other excludes all of the set. Which one do you want? -Original Message- From: IBM Mainframe Discussion Lis

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Peter Ten Eyck
Thanks, both would be useful. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Sri Hari Kolusu
Peter, Check out Mark Zelden's "Deldups.txt" here http://mzelden.com/mvsutil.html Thanks, Sri Hari Kolusu -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Ten Eyck Sent: Tuesday, January 14, 2025 11:05 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] ISPF e

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Willy Jensen
This one deletes duplicates, it doesnt sort, but you can add that at the end: UNIQUE at https://harders-jensen.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Willy Jensen
yes, it works when the duplicates are not consecutive -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Pipes

2025-01-14 Thread Rony G. Flatscher
On 13.01.2025 19:35, Paul Gilmartin wrote: On Mon, 13 Jan 2025 12:19:35 -0600, Lionel B Dyck wrote: A decent, open-source, alternative would be wonderful. There is. That would be of greatest value if it were multi-platform. There is. And supported regular expressions. There is. I once ar

z/OS 2.1 & 2.2 on z16?

2025-01-14 Thread Rebecca Martin
I know z/OS 2.1 and 2.2 are not supported release of z/OS. I also know that the z16 spec sheet states that z/OS 2.3 is the oldest release of z/OS supported. But the z16 spec sheet has a 2022 date when z/OS 2.3 was the oldest supported release. I don't think IBM would list a release of z/OS for

Re: AI makes stuff up

2025-01-14 Thread Bob Bridges
Yeah, I like to think that if I were a manager, in any field (including politics God preserve me) I would want to include on my staff a few people who disagree with me ... if repeat if they can present arguments for their opinions. Or maybe I just flatter myself; maybe I would fall prey to the

Re: Pipes

2025-01-14 Thread David Spiegel
Hi Rick, On TSO, one can issue: PIPE If it's not available, you will see: IKJ56500I COMMAND PIPE NOT FOUND Regards, David On 2025-01-14 20:13, Rick Troth wrote: > How would you know if you have it? On TSO, try a command like ...    *pipe q version* I don't know the product code. Sorry abo

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Seymour J Metz
That looks like BASIC. I once had a student ask why SCOPE on the CDC 6400 didn't do something that would have required backspacing the card reader. I thought that my "Because the crystal ball on channel 5 is broken." was obvious sarcasm, but a colleague told me years later that he thought it wa

Re: Save CPU in z/OSMF and reduce its startup time

2025-01-14 Thread Andrew Rowley
On 15/01/2025 6:28 am, Kurt Quackenbush wrote: Building the online Help index perhaps? Check out the KCINDEX=N option: https://www.ibm.com/docs/en/zos/3.1.0?topic=configurations-setting-kcindex-parameter That looks like a lot of it. I restarted z/OSMF twice, the first time normally, the secon

Re: Use of TAR to test access register validity

2025-01-14 Thread John Dravnieks
Thanks to everyone -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: AI makes stuff up

2025-01-14 Thread Dean Kent
I haven't used generative AI for almost a year now, but here is another of my experiences... I asked for a set of bylaws for a youth sports non-profit.   I got what I considered an incomplete set of bylaws (I've been involved with a half dozen non-profits of various flavors, so had an idea of

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Seymour J Metz
There are a lot of things that I'd change if I were doing it from scratch. But I'd keep some things that have come under attack. Or, going back farther, I'd change some thing in PL/I, e.g., retain the ALGOL 60 distinction between assignment and equality. --  Shmuel (Seymour J.) Metz http://maso

Re: Pipes

2025-01-14 Thread Rick Troth
> How would you know if you have it? On TSO, try a command like ... *pipe q version* I don't know the product code. Sorry about that. Surely several people in this forum would know. -- R; <>< On 1/14/25 3:39 PM, Schmitt, Michael wrote: Your best bet, Bob, is to get TSO Pipelines,

Re: AI makes stuff up

2025-01-14 Thread Rob Schramm
Additionally, asking the AI if it is any good at a particular task is advisable. For example, ask Grok if it is the best for generating DFSORT cards. Answer "I'm flattered you'd consider me for the task! However, I'm Grok, built by xAI with a focus on providing helpful and truthful answers acros

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Paul Gilmartin
On Tue, 14 Jan 2025 12:33:33 -0600, Willy Jensen wrote: >This one deletes duplicates, it doesnt sort, but you can add that at the end: >UNIQUE at https://harders-jensen.com > Does it work ift the duplicates are not consecutive? -- gil --

Re: Sv: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Paul Gilmartin
On Tue, 14 Jan 2025 20:44:05 +, Lars Höglund wrote: >Did try to attach it, but it was rejected > Use this instead: -- gil -

Re: z/OS 2.1 & 2.2 on z16?

2025-01-14 Thread Mike Schwab
A comment on this post says z/OS 2.1 WILL NOT run, 2.2 WILL run. https://www.reddit.com/r/mainframe/comments/1hhiexa/is_it_possible_to_migrate_from_ibm_z9_to_ibm_z16/ And a z9 WILL NOT run z/OS 2.2 On Tue, Jan 14, 2025 at 2:01 PM Rebecca Martin <050348c1817e-dmarc-requ...@listserv.ua.edu> w

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Paul Gilmartin
On Tue, 14 Jan 2025 19:26:00 +, Seymour J Metz wrote: >NUMERIC DIGITS > I prefer ==. o No need to chose the right DIGITS value. o Fewer CPU cycles. As always, it depends on the specification of the problem. If I were designing REXX from the start, I'd swap the meanings of "=" and "==". Mo

Re: Use of TAR to test access register validity

2025-01-14 Thread James Mulder
In general, you should not use the TAR instruction directly because you would not know what to do with condition code 3. Instead, use the TESTART macro. Jim Mulder -Original Message- From: IBM Mainframe Discussion List On Behalf Of John Dravnieks Sent: Tuesday, January 14, 2025

Re: Save CPU in z/OSMF and reduce its startup time

2025-01-14 Thread Kurt Quackenbush
> I actually have no idea what z/OSMF could be doing that takes 50s CPU time... > maybe I'm underestimating it's complexity, but I have a suspicion that there > is something dumb happening there. > That's reinforced by type 92 SMF records which suggest that the same doc.zip > files are being rea

Sv: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Lars Höglund
Did try to attach it, but it was rejected -Ursprungligt meddelande- Från: IBM Mainframe Discussion List För Lars Höglund Skickat: den 14 januari 2025 20:15 Till: IBM-MAIN@LISTSERV.UA.EDU Ämne: Sv: ISPF edit macro to sort and delete duplicate records Have a Rexx that uses SORT (SUMFIELDS=

Re: EXTERNAL Email: Re: AutoIPL

2025-01-14 Thread Rob Schramm
If you are going to use Auto-IPL, it is going to require a bit to make sure the system comes all the way up. It was coded on a system that was doing development and would mysteriously be in an "almost up" state. Translated as someone either shut it down or crashed it... and auto-IPL would bring i

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Paul Gilmartin
On Tue, 14 Jan 2025 21:00:29 -0500, David Spiegel wrote: > >You said: "...FORTRAN (which lacked relational operators.) ..." Have you >never heard of ".EQ."? > I hadn't heard of it until it was added to the language. -- gil -- F

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Paul Gilmartin
On Wed, 15 Jan 2025 01:01:12 +, Seymour J Metz wrote: > >Or, going back farther, I'd change some thing in PL/I, e.g., retain the ALGOL >60 distinction between assignment and equality. > It may have started with FORTRAN (which lacked relational operators.) In the day I knew some mini computer

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread David Spiegel
Hi Gil, You said: "...FORTRAN (which lacked relational operators.) ..." Have you never heard of ".EQ."? Regards, David On 2025-01-14 20:53, Paul Gilmartin wrote: On Wed, 15 Jan 2025 01:01:12 +, Seymour J Metz wrote: Or, going back farther, I'd change some thing in PL/I, e.g., retain the

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Seymour J Metz
NUMERIC DIGITS --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Tuesd

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Schmitt, Michael
You got it. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Tuesday, January 14, 2025 1:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF edit macro to sort and delete duplicate records On Tue, 14 Jan 2025 18:47:35 +, Schmitt, Michael wrot

Re: AI makes stuff up

2025-01-14 Thread Michael Oujesky
Sounds like he had read and practiced Peopleware. Rare! At 01:50 AM 1/14/2025, Lionel B Dyck wrote: I worked for a manager who said multiple times that if all of his directs only gave him the answers that they expected him to want to hear that they were redundant and he would fire them. He

Sv: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Lars Höglund
Have a Rexx that uses SORT (SUMFIELDS=NONE) -Ursprungligt meddelande- Från: IBM Mainframe Discussion List För Peter Ten Eyck Skickat: den 14 januari 2025 19:05 Till: IBM-MAIN@LISTSERV.UA.EDU Ämne: ISPF edit macro to sort and delete duplicate records Greetings, Anyone know of an ISPF e

Re: Pipes

2025-01-14 Thread Schmitt, Michael
> Your best bet, Bob, is to get TSO Pipelines, if it is not already installed. ? If your site does not have it (and can't or won't add it) then let us know. There might be alternatives or options. How would you know if you have it? What is the product that provides TSO Pipelines for z/OS? I can't

Re: AI makes stuff up

2025-01-14 Thread Rob Schramm
It is all about the prompting to prevent the AI from being lazy and making things up or mixing things up. I think it would be less of an issue the more examples that were consumed by the AI during training. Rob On Tue, Jan 14, 2025 at 6:50 PM Bob Bridges < 0587168ababf-dmarc-requ...@listser

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Schmitt, Michael
These were created by someone else in 1992. Yeah, I know there should be ONE macro that accepts more parms, but it has never been worth the time to do the enhancement. Fun fact: just last week I found a bug! The macros considered lines with these two keys to be duplicate lines: 747526919121072

Re: ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Paul Gilmartin
On Tue, 14 Jan 2025 18:47:35 +, Schmitt, Michael wrote: > >Fun fact: just last week I found a bug! The macros considered lines with these >two keys to be duplicate lines: > >7475269191210720 >7475269191211080 > >REXX mavens will know why. I've fixed that bug. > Was the fix to replace "=" with

Re: [EXTERNAL] ISPF edit macro to sort and delete duplicate records

2025-01-14 Thread Pommier, Rex
Peter, Check out http://dmcritchie.mvps.org/rexx/nclist.htm and look for REMDUPS. We use it and it is slick. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Ten Eyck Sent: Tuesday, January 14, 2025 12:05 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERN