Re: linklist error at IPL

2023-03-16 Thread Steve Horein
Do you have any kind of automation package available to you? On Thu, Mar 16, 2023 at 8:11 AM Richard McIntosh < richard.mcint...@oracle.com> wrote: > Is there anyway to get alerted to a linklist error duing the IPL process. > The error messages come out to early for any MPF processing to hilite

Re: not using SMPe

2023-03-16 Thread Jeremy Nicoll
On Wed, 15 Mar 2023, at 23:10, Andrew Rowley wrote: > Not everyone loves chasing pre-req chains in SMP/E. Plus the > vendor needs to track it all somehow and build those chains. But doesn't the vendor already have to understand whether or not separate changes they've made to their product

Re: linklist error at IPL

2023-03-16 Thread Mark Jacobs
Personally I use Netview's CANZLOG functionally post-ipl to review syslog, filtering on descriptor codes that I find interesting. Adding this to your PROGxx member allows Netview to view messages that were issued prior to the subsystem being initialized, including NIP messages. EXIT ADD

Re: linklist error at IPL

2023-03-16 Thread Mark Zelden
I know there are lots of critical errors that can happen during NIP so I don't know exactly where to draw the line, but it would be great if the OS could flag things like this (missing LNKLST library, missing LPA library or MLPA, missing SVCs) and then reflect the error in a health check post

Re: Routine using TIMEUSED called Statically gets different results

2023-03-16 Thread Chris P Fried
I copied and pasted.BAKR 0,14 is what I tested with. I did not read about it in POPS yet. Dealing with water heater issue and having company. Whee, So copy/paste. and quick test and the quick reply back. It'll be next week before I can do more digging into the BAKR PR impacts.

Re: [EXTERNAL] Re: USS zlib issues

2023-03-16 Thread Tony Harminc
My ADCD-based z/OS 2.5 has the same truncated files with the same dates and sizes. A non-ADCD 2.5 here looks the same. Interestingly, a non-ADCD 2.3 system has only one file in the directory: libzz.a . No .x or .so at all. Tony H. On Thu, 16 Mar 2023 at 09:47, Pommier, Rex wrote: > Robin and

ChatGPT writes mainframe jokes for St. Patrick;s

2023-03-16 Thread Gabe Goldberg
Tech Funny: Happy St. Patrick's AI | TechBeacon He asked Bing AI to come up with several jokes and other funny tidbits about TechBeacon's coverage areas—all with a St. Patrick's Day twist. https://techbeacon.com/enterprise-it/tech-funny-happy-st-patricks-ai

Re: USS zlib issues

2023-03-16 Thread Brian Westerman
There is a RSU available every month, (best to be done quarterly). 2.5 came out over a year ago, and is about to be replaced with 3.1. Brian -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: CS/CDS instruction

2023-03-16 Thread Peter Relson
Or you just could do an STFLE and check the facility bits... Or your could use the facility bit area that z/OS set up for you. That's easier. That is mapped by IHAFACL and the area is pointed to by ECVTFACL (this has existed since z/OS 2.1). A subset of those bits are also mapped within the

Re: USS zlib issues

2023-03-16 Thread Barbara Nitz
Hi Robin, >drwxr-xr-x 2 BPXROOT RSEGROUP8192 Apr 19 2021 IBM >-rwxr-xr-x 2 BPXROOT RSEGROUP 1012800 Apr 19 2021 libzz.a >-rwxr-xr-x 2 BPXROOT RSEGROUP 405520 Apr 19 2021 libzz.so >-rwxr-xr-x 2 BPXROOT RSEGROUP 252 Apr 19 2021 libzz.x >-rwxr-xr-x 2 BPXROOT RSEGROUP

Re: USS zlib issues

2023-03-16 Thread Robin Atwood
Thanks, Barbara, I will forward your post to the sysprog! I don't know if our z/OS 2.5 has had any maintenance yet. Robin -Original Message- From: IBM Mainframe Discussion List On Behalf Of Barbara Nitz Sent: Thursday, March 16, 2023 4:14 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

linklist error at IPL

2023-03-16 Thread Richard McIntosh
Is there anyway to get alerted to a linklist error duing the IPL process. The error messages come out to early for any MPF processing to hilite it and they rolled by to quick for operations to notice and caused TLMS to not get initialized. Dataset is not in master catalog and the wrong volser

Re: Routine using TIMEUSED called Statically gets different results

2023-03-16 Thread Peter Relson
AGAIN TIMEUSED ... JNZ Again Versus AGAIN TIMEUSED .. CFI R15,8 BE AGAIN If a macro does not document that it provides a condition code upon completion, it's not a great idea to rely on its doing so. While the LTR will always remain, not all forms of TIMEUSED use one, and a

Re: linklist error at IPL

2023-03-16 Thread Seymour J Metz
Look for the message in the Master Trace. From: IBM Mainframe Discussion List on behalf of Richard McIntosh Sent: Thursday, March 16, 2023 9:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: linklist error at IPL Is there anyway to get alerted to a linklist

USS zlib issues

2023-03-16 Thread Robin Atwood
We have discovered something odd with the zlib that comes with z/OS 2.5. AFAWCT (our principle sysprog recently retired), zlib is just delivered as part of USS and is used with zEDC, we didn't do anything special to order it. The libraries live under /usr/lpp/hzc and we see: $ ll

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-16 Thread ITschak Mugzach
If so, ask your vendors not to use open source anymore... ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * On Wed, Mar 15, 2023 at 9:06 PM Matt Hogstrom wrote: > +1 … that is one of the biggest

Re: Help with BSAM WRITE VBA getting 002-30

2023-03-16 Thread Seymour J Metz
Just seeing if you were awake. That's my story and I'm sticking to it. Why change the carriage control from single space to eject? Thanks. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: Routine using TIMEUSED called Statically gets different results

2023-03-16 Thread Martin Trübner
Chris, Sorry Sorry Sorry me culpa >> However when I ran a version of the program using BAKR and PR, the program abended with S0E0 Reason=30 Which means: "A stacking instruction was issued when the linkage stack was full." Could it be that you are using as BAKR as I wrote it an not

Re: Help with BSAM WRITE VBA getting 002-30

2023-03-16 Thread Paul Gilmartin
On Thu, 16 Mar 2023 10:37:07 +, Seymour J Metz wrote: >Just seeing if you were awake. That's my story and I'm sticking to it. > >Why change the carriage control from single space to eject? > Why not? But I thought any record with non-empty data would be a better illustration. >> The first

Re: linklist error at IPL

2023-03-16 Thread David Spiegel
Hi Richard, Assuming that your "console" uses software emulation (e.g. PCOMM), you could code a "Screen Scraper" to "see" messages and take action. Regards, David On 2023-03-16 09:01, Richard McIntosh wrote: Is there anyway to get alerted to a linklist error duing the IPL process. The

Re: Processing SMF Type 15 records help

2023-03-16 Thread Mike Schwab
Downloads - CBT Tape CBT Tape https://www.cbttape.org › cbtdowns File # 319 SMF type 14 and 15 Report Program On Thu, Mar 16, 2023 at 8:46 AM Steve Doonan wrote: > > Good Day Listserv readers, > > > > I have a need to provide report data on the updating of production source > and loadlib PDS

Re: Processing SMF Type 15 records help

2023-03-16 Thread rpinion865
Go to www.cbttage.org, and look for Dataset Audit Facility (DAF). Sent with Proton Mail secure email. --- Original Message --- On Thursday, March 16th, 2023 at 9:45 AM, Steve Doonan wrote: > Good Day Listserv readers, > > > > I have a need to provide report data on the updating

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-16 Thread Kirk Wolf
Well, if you're vendors use open source then you could have a commercial license that offers warranties and indemnities that cover it. We have offered that to our Co:Z customers for many years. Kirk Wolf Dovetailed Technologies http://coztoolkit.com On Thu, Mar 16, 2023, at 5:23 AM, ITschak

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel
Hi R'Shmuel AMV"SH, //*YSLIB    DD DISP=SHR,DSN=I3D5403.MJCUTIL.MACLIB $COMMON //SYSLIB    DD DISP=SHR,DSN=FILE094.PDS   $COMMON //  DD DISP=SHR,DSN=SYS1.MACLIB BCP //  DD DISP=SHR,DSN=SYS1.MODGEN BCP //  DD DISP=SHR,DSN=SYS1.SBDTMAC BDT //* DD

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel
I already included it: ** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1 On 2023-03-16 11:00, Seymour J Metz wrote: What was the error message? From: IBM Mainframe Discussion List on behalf of

Re: [EXTERNAL] Re: USS zlib issues

2023-03-16 Thread Pommier, Rex
Robin and Barbara, Interesting. My 2.4 system looks a lot like Robin's. Prod2:RRP:/usr/lpp/hzc/lib: # ls -l total 4560 drwxr-xr-x 2 BPXROOT AOPOPER 8192 Sep 25 2019 IBM -rwxr-xr-x 2 BPXROOT

Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
You should be able to process them in PL/I. From: IBM Mainframe Discussion List on behalf of Steve Doonan Sent: Thursday, March 16, 2023 9:45 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Processing SMF Type 15 records help Good Day Listserv readers, I

Re: Processing SMF Type 15 records help

2023-03-16 Thread Allan Staller
Classification: Confidential I strongly suggest the use of the DAF utility. CBT Tape file 094 (?). -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Doonan Sent: Thursday, March 16, 2023 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Processing SMF Type 15

Processing SMF Type 15 records help

2023-03-16 Thread Steve Doonan
Good Day Listserv readers, I have a need to provide report data on the updating of production source and loadlib PDS dsns with the date/time stamps, userid/jobname, and member/module name details. I can get all the data from ICETOOL reports that I run against the output of IFASMFDP using

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel
Hi Allan, I tried Assembling DAF recently and the Assembly failed. (I had a discussion with Sam Golob about it.) Regards, David On 2023-03-16 09:49, Allan Staller wrote: Classification: Confidential I strongly suggest the use of the DAF utility. CBT Tape file 094 (?). -Original

Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
What macro libraries did you use? From: IBM Mainframe Discussion List on behalf of David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu> Sent: Thursday, March 16, 2023 10:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Processing SMF Type 15

Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
What was the error message? From: IBM Mainframe Discussion List on behalf of David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu> Sent: Thursday, March 16, 2023 10:25 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Processing SMF Type 15 records

Re: Processing SMF Type 15 records help

2023-03-16 Thread Sri h Kolusu
>> I have a need to provide report data on the updating of production source >> and loadlib PDS dsns with the date/time stamps, userid/jobname, and >> member/module name details. I can get all the data from ICETOOL reports that >> I run against the output of IFASMFDP using USER2(IRRADU00) and

Re: Help with BSAM WRITE VBA getting 002-30

2023-03-16 Thread Paul Gilmartin
On Thu, 16 Mar 2023 13:17:02 -0400, Joseph Reichman wrote: > >BTW before I posted I thought I would be a good ideas to look at a sysadata >file > >As that is a VB file >After the read I saw x’0001’ > >In the BDW area ? > In:

Re: Processing SMF Type 15 records help

2023-03-16 Thread Dave Jousma
On Thu, 16 Mar 2023 11:44:57 -0400, David Spiegel wrote: >I already included it: > >** ASMA044E Undefined symbol - SMF82ITE >** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1 > > > You dont say what version of z/OS you are running this on. Those may be two separate errors.

Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
It looks like IFASMFR 82 is not bringing in the definition for the SMF82AUD segment. Is there a separate macro library for ICSF? From: IBM Mainframe Discussion List on behalf of David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu> Sent:

Re: Help with BSAM WRITE VBA getting 002-30

2023-03-16 Thread Joseph Reichman
Thanks to everyone for their help I didn’t get to it as I started getting error with my dynamic allocation of the GDG file I am using for the snap BTW before I posted I thought I would be a good ideas to look at a sysadata file As that is a VB file After the read I saw x’0001’ In the

Re: Processing SMF Type 15 records help

2023-03-16 Thread Sri h Kolusu
>>** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in >>SYS1.MACLIB(IHBOPLTX) on volume: A4RES1 Check this link https://groups.google.com/g/bit.listserv.ibm-main/c/o2VblB3975Q/m/Hqpk0dkkBQAJ Thanks, Kolusu --

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel
Hi Kolusu, It Assembled and linked. Thank you! Regards, David On 2023-03-16 12:00, Sri h Kolusu wrote: ** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1 Check this link

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel
2.4 On 2023-03-16 12:03, Dave Jousma wrote: On Thu, 16 Mar 2023 11:44:57 -0400, David Spiegel wrote: I already included it: ** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1 You dont say what version of z/OS you are running this

Re: CS/CDS instruction

2023-03-16 Thread Ed Jaffe
On 3/16/2023 5:15 AM, Peter Relson wrote: The only difference between "your" STFLE and "our" STFLE is that the z/OS one is done only once, at IPL. If some facility arrived after IPL, you could find it with "your" STFLE That is far from a frequent occurrence. What about MACHMIG? Do you turn

Re: Help with BSAM WRITE VBA getting 002-30

2023-03-16 Thread Paul Gilmartin
On Wed, 15 Mar 2023 19:22:58 -0400, Joseph Reichman wrote: > >I have been abending for 2 days doing different things to write abend >messages snaps dataset ... > -- gil