Re: Using EHLLAPI from ooRexx

2023-06-29 Thread Tom Brennan
Windows also looks for DLL's in the same directory as the running program. So you could copy the PCOMM DLL to your working directory as a test to see what happens. And if no more DLL's are needed, it might even work. Or like Seymour said, try putting the PCOMM DLL directory in your PATH.

Re: Using EHLLAPI from ooRexx

2023-06-29 Thread David Crayford
It may be easier to use https://github.com/py3270/py3270 > On 29 Jun 2023, at 10:56 pm, Farley, Peter > <031df298a9da-dmarc-requ...@listserv.ua.edu> wrote: > > Hi All, > > I have sent this question to the ooRexx help list but have not yet seen an > answer. Hoping someone here has been

Re: A Discussion about RLSE on RAID Drives with Chat GPT-4

2023-06-29 Thread Roger W Suhr
Would you rather pass data in move mode (*nix piping) or locate mode Just remember, in LOCATE mode you can move your data once, in MOVE mode you'll have to move data twice! But in the end it really depends on what you are going to do with the data record. I know nothing about pipes. Please

A Discussion about RLSE on RAID Drives with Chat GPT-4

2023-06-29 Thread Hobart Spitz
https://chat.openai.com/share/1718b445-7a89-47a3-ab23-b670aa8c2211 OREXXMan Q: What do you call the residence of the ungulate with the largest antlers? A: A moose pad. :-D Would you rather pass data in move mode (*nix piping) or locate mode (Pipes) or via disk (JCL)? Why do you think you rarely

PDSEv2 and JCL (again!)

2023-06-29 Thread Radoslaw Skorupka
I just read tons of emails regarding simple questions and answer. :-) Actually I know how to allocate PDSEv2, because I use to teach JCL, so I follow all the new bells and whistles. However... I would like to have JCL constructs to point member generations. Maybe something like the following"

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Paul Gilmartin
On Thu, 29 Jun 2023 14:03:53 -0500, Tom Marchant wrote: >Here is something more current. >https://www.ibm.com/docs/en/zos/2.5.0?topic=allocation-required-esoteric-device-groups >Yes, there are current procs that specify SYSDA. > I see. Thanks. There I read: In addition, your installation

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Tom Brennan
Just when I was having fun reading the 1967 doc. Page 12 has a drawing with lettering done by hand using a Speedball pen. Wow! As for SYSDA, I do remember submitting a job around 2015 at a particular site and getting a surprise. Had to change it to SYSALLDA. On 6/29/2023 12:03 PM, Tom

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Tom Marchant
Here is something more current. https://www.ibm.com/docs/en/zos/2.5.0?topic=allocation-required-esoteric-device-groups Yes, there are current procs that specify SYSDA. -- Tom Marchant On Thu, 29 Jun 2023 17:20:28 +, Seymour J Metz wrote: >It's about as far from current as it gets -

Re: [EXT] Re: Counting EXIT invocations

2023-06-29 Thread Jim Mulder
For completeness, I will mention a couple of easy ways to count using a SLIP IF on the entry point of the exit routine. 1. ID=,ML=65535 Then use D SLIP= to see the number of matches. 2. Use the A=AEXIT,AEXIT=IEAVTSZE as documented under the SLIP command for ZAD traps.

.pdf Copy of 'Enhanced Catalog Sharing and Management, SG24-5594' (1999)?

2023-06-29 Thread Michael Watkins
Does anyone have a pdf copy of the IBM TotalStorage Redbook, 'Enhanced Catalog Sharing and Management, SG24-5594' that they'd be willing to share? I think it was originally published in 1999. -- For IBM-MAIN subscribe /

Re: pdf Copy of 'Enhanced Catalog Sharing and Management, SG24-5594' (1999)?

2023-06-29 Thread Sri h Kolusu
>> Does anyone have a pdf copy of the IBM TotalStorage Redbook, 'Enhanced >> Catalog Sharing and Management, SG24-5594' that they'd be willing to share? Michael, Try this link from web archives. https://web.archive.org/web/20060507084950/http://www.redbooks.ibm.com/redbooks/pdfs/sg245594.pdf

pdf Copy of 'Enhanced Catalog Sharing and Management, SG24-5594' (1999)?

2023-06-29 Thread Michael Watkins
Does anyone have a pdf copy of the IBM TotalStorage Redbook, 'Enhanced Catalog Sharing and Management, SG24-5594' that they'd be willing to share? I think it was originally published in 1999. -- For IBM-MAIN subscribe / signoff

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Seymour J Metz
It's about as far from current as it gets - OS/360. I don't know whether any current procs use SYSDA. From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Thursday, June 29, 2023 1:11 PM

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Paul Gilmartin
On Thu, 29 Jun 2023 16:59:46 +, Seymour J Metz wrote: > > Is that current and do all parts remain in force? For example: SYSCPcard punch On Thu, 29 Jun 2023

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Seymour J Metz
From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Thursday, June 29, 2023 12:57 PM To:

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Paul Gilmartin
On Thu, 29 Jun 2023 16:34:50 +, Seymour J Metz wrote: >SYSDA is a name that the installation is expected to define > Cite? Perhaps an Install and Config book? > ... and that IBM procs depended on. I'm not sure how relevant it is in an era > of SMS. -- gil

Re: REXXLIB execs naming

2023-06-29 Thread Gibney, Dave
I would still keep it in an additional library in the concatenation. Not the one that IBM maintains via SMP/E > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of jgmauta...@yahoo.com.ar > Sent: Thursday, June 29, 2023 9:33 AM > To: IBM-MAIN@LISTSERV.UA.EDU >

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Seymour J Metz
SYSDA is a name that the installation is expected to define and that IBM procs depended on. I'm not sure how relevant it is in an era of SMS. From: IBM Mainframe Discussion List on behalf of Paul Gilmartin

REXXLIB execs naming

2023-06-29 Thread jgmauta...@yahoo.com.ar
Hi: >From IBM documentation, regarding System REXX configuration: >>> I wonder about LAST phrase of the paragraph... We have added a library to REXXLIB concatenation, and a REXX exec starting with I (it is indeed a REXX called IRRPWREX, programmed by Bruce Wells from IBM, but not officially

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Paul Gilmartin
On Thu, 29 Jun 2023 10:27:23 -0400, David Spiegel wrote: >Hi Lionel, >SYSDA is a user-defined esoteric group. SYSALLDA, OTOH, encompasses all >DASD Units and is built-in to z/OS. > I have heard that elsewhere; I'm inclined to believe it. And in the JCL Ref.: SYSALLDA: IBM assigned

Re: [EXTERNAL] Re: z/OSMF

2023-06-29 Thread Bill Johnson
I worked for 15+ companies in 45 years. All mainframe. Most are no longer in business or merged, bought by bigger companies. Packard Electric, (Delphi) Revco, Phar Mor, Microfocus, Mellon Bank, to name a few. Does that mean the Mainframe is fading? Of course not. Other companies that picked up

Re: Using EHLLAPI from ooRexx

2023-06-29 Thread Seymour J Metz
PATH? From: IBM Mainframe Discussion List on behalf of Farley, Peter <031df298a9da-dmarc-requ...@listserv.ua.edu> Sent: Thursday, June 29, 2023 11:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Using EHLLAPI from ooRexx That's what I thought too,

Re: Using EHLLAPI from ooRexx

2023-06-29 Thread Farley, Peter
That's what I thought too, but what variable? And where is that documented? Peter -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Thursday, June 29, 2023 11:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Using EHLLAPI from ooRexx I suspect

Re: Using EHLLAPI from ooRexx

2023-06-29 Thread Seymour J Metz
I suspect that you need to add the DLL to an environment variable. From: IBM Mainframe Discussion List on behalf of Farley, Peter <031df298a9da-dmarc-requ...@listserv.ua.edu> Sent: Thursday, June 29, 2023 10:56 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Using EHLLAPI from ooRexx

2023-06-29 Thread Farley, Peter
Thanks Sri, that second URL you posted was what I started with, but testing the results of rxfuncquery('ehllapi') using the rexxtry script shows that I get RC=0 for the query instead of the expected RC=1. Directly executing the call to rxfuncadd as coded in that example gets RC=X and RESULT=1

Re: Using EHLLAPI from ooRexx

2023-06-29 Thread Sri h Kolusu
>> Then it occurred to me to ask how does rxfuncadd know where to find the >> EHLLAPI DLL? Is there some environment variable that needs to be set >> pointing to the PCOMM directory where the DLL is stored? Peter, EHLLAPI is provided as an external feature and is loaded into memory only when

Re: [EXTERNAL] Re: z/OSMF

2023-06-29 Thread Pommier, Rex
Yes, gradual fade. So what if the mainframes supposedly process more transactions today than at any point in history? Just looking at the small number of people/sites on IBM-Main as an example, compared to the number that was here even 5 years ago. How many mainframes have been shut down

Using EHLLAPI from ooRexx

2023-06-29 Thread Farley, Peter
Hi All, I have sent this question to the ooRexx help list but have not yet seen an answer. Hoping someone here has been down this path and can help cure my ignorance. I have an automation task before me that needs some complex 3270 screen interactions, so I was hoping to use ooRexx from the

Re: z/OS Client Web Enablement Toolkit

2023-06-29 Thread Glenn Wilcock
For those interested in leveraging cloud object storage, please refer to the z/OS 3.1 preview announce that included a reference to a new DFSMS access method for cloud data - Cloud Data Access (CDA). It is built on top of the Web Enablement Toolkit and simplifies authentication and put/get/etc

Re: [EXTERNAL] Question for the List regarding OSA cards

2023-06-29 Thread Michael Babcock
We’ve had a VIPA config so long I’m not sure we could remove it.We used to have active/active but with the implementation of ACI it broke it. They are looking at moving to something else so hopefully that occurs soon. If z/OS Comm Server supported Link Aggregation it would be a moot point

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread Lionel B. Dyck
Thank you for that - I've seen SYSDA at every shop I've worked at since the early so made that false assumption. 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,

Re: How batch create a PDSE2 with Generations?

2023-06-29 Thread David Spiegel
Hi Lionel, SYSDA is a user-defined esoteric group. SYSALLDA, OTOH, encompasses all DASD Units and is built-in to z/OS. Regards, David On 2023-06-26 11:58, Lionel B. Dyck wrote: The OP asked for batch, and I assumed, perhaps incorrectly, that he wanted to do it with JCL for a vendor product

Re: [EXTERNAL] Question for the List regarding OSA cards

2023-06-29 Thread Pommier, Rex
Michael, Are you planning on eventually going to a full VIPA configuration as active/active? If not, consider just removing the VIPA configuration, assign IP addresses to each card, start them both and point your client community to one of the cards. That was the basic setup I had at a prior

Re: Moving/Merging Zones Into A New CSI

2023-06-29 Thread Ross Vaughn
Thanks Kurt. Yes, sorry I failed to mention that I ran a ZONEIMPORT as well and copied over the v12 libraries and restored them with new names. > On Jun 29, 2023, at 8:55 AM, Kurt J. Quackenbush wrote: > >> I backed up and restored the new v13 CSI to a ‘test’ CSI…ran a ZONEEDIT and >>

Re: SAS Replacement

2023-06-29 Thread Pommier, Rex
WPS is now Altair. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Allan Staller Sent: Thursday, June 29, 2023 6:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: SAS Replacement Classification: Confidential Sounds like bean counters run amuck. You

Re: Moving/Merging Zones Into A New CSI

2023-06-29 Thread Kurt J. Quackenbush
> I backed up and restored the new v13 CSI to a ‘test’ CSI…ran a ZONEEDIT and > pointed my DDDEFs to test datasets etc.… > Then Ran ZONEEXPORTS for a TARGET & DLIB from my current v12 CSI > Ran ZONEEDITs to update those DDDEFs > Ran a GZONEMERGE to copy over the associated FMIDs to the GLOBAL

Question for the List regarding OSA cards

2023-06-29 Thread Michael Babcock
Hopefully there are some network gurus on IBM-MAIN. We have an LPAR that has two OSA Express6 cards (latest cards with a z15) defined.   Both interfaces are defined in the TCPIP Profile data set.  We also have a VIPA address defined.   The PRIMARYINTERFACE is set to the VIPA address.   The

Re: [EXT] Re: Counting EXIT invocations

2023-06-29 Thread jgmauta...@yahoo.com.ar
Thanks you guys. Pretty interesting and technical options were exposed. However, in this particular case (ICHPWX01 - RACF New-password Exit), it is not worth the effort. I just want to know how heavily executed it is. Given the fact that it is invoked just for the following 3 events: -RACF

Re: [EXT] Re: Counting EXIT invocations

2023-06-29 Thread Crawford Robert C (Contractor)
Are you talking about the EXIT macro? You might be able to use a SLIP trap to count the invocations. Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tony Harminc Sent: Thursday, June 29, 2023 3:33 AM To:

Re: [EXT] Re: SAS Replacement

2023-06-29 Thread Crawford Robert C (Contractor)
WPS worked very well for us on several important reporting applications. Even better, it supports MXG which was really important for performance and tuning. However, there are some quirks and a few things that don't work exactly the same. If you trial WPS I suggest you perform extensive

Re: IXCMIAPU CFRM Report

2023-06-29 Thread Mark Jacobs
718 STRUCTURE NAME(R901_GBP22) INITSIZE(150M) SIZE(293M) 719PREFLIST(CFANB,CFBNB) REBUILDPERCENT(1) ALLOWAUTOALT(YES) ADMINISTRATIVE DATA UTILITY: MESSAGES DATA TYPE = CFRM ___

Re: Counting EXIT invocations

2023-06-29 Thread Seymour J Metz
AGSI? How often does OP call the exit? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Tony Harminc [t...@harminc.net] Sent: Thursday, June 29, 2023 4:32 AM To:

Re: SAS Replacement

2023-06-29 Thread Kenneth Kripke
Thank you for your suggestions. It is much appreciated. Regards, Kenneth James Kripke k.kri...@comcast.net -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: IXCMIAPU CFRM Report

2023-06-29 Thread Bill Neiman
Mark, If you can supply an example of the input (CFRM policy) and output (IXCMIAPU report) for one of the structures that provides output in units of K instead of M, I'll take a look. Bill Neiman IBM Parallel Sysplex Development

Re: SAS Replacement

2023-06-29 Thread Allan Staller
Classification: Confidential Sounds like bean counters run amuck. You might have a look at WPS (claims to be source compatible w/SAS) HTH, -Original Message- From: IBM Mainframe Discussion List On Behalf Of Kenneth Kripke Sent: Wednesday, June 28, 2023 2:26 PM To:

Re: Is there a USS-file compatible equivalent to the SUPERC OVSUM compare yet?

2023-06-29 Thread Sebastian Welton
On Wed, 28 Jun 2023 16:39:26 +, Collinson, Shannon wrote: >I think there was a USS tools thing (fscp?) that'd compare the contents >of two filesystems that I used to run when converting those from HFS to ZFS >years ago, but the tools page is gone now so I can't grab that to check.

Re: Counting EXIT invocations

2023-06-29 Thread Tony Harminc
On Wed, 28 Jun 2023 at 19:28, Colin Paice wrote: > > Allocate a block of 8 bytes in common memory. Use name token to point to > it. Use Compare double and swap to update value. every 1000 entries > reset to zero and write out Or use Add Immediate (ASI/AGSI) instead, which is interlocked

zEDC compression questions (Was: zDEC...)

2023-06-29 Thread Timothy Sipples
Kenneth Kripke wrote: >1. How to recover if there is a failure in deflation of a compressed >dataset. We have a mixture of z/14 and z/15 processors. What failure(s) do you have in mind? Of zEDC Express adapters (cards) on your IBM z14 machines? There should be software fallback on machine

Re: z/OSMF

2023-06-29 Thread Timothy Sipples
Brian Westerman replied: >I think you are missing the point, why sell something and >then before you sunset that box, make it so that you can't >upgrade the software? That's completely against IBM's >original method of operation. I'm not sure what you mean here by "sunset that box." IBM withdrew

Re: z/OS Client Web Enablement Toolkit

2023-06-29 Thread ITschak Mugzach
The z/os http/http enablement toolkit is part of z/os bcp. it starts at ipl (no explicit start i needed). I make intensive use of this product (both the http and json parser parts) and it works very well. ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous