Re: Free-to-use database of (MVS) messages

2024-10-30 Thread Stefan Lezzi
Thanks all! We don't have IBM Fault Analyzer, but I'll check the installation of kc4z (knowledge center) and it's LookAt Function. Could be an interesting path to go. -- For IBM-MAIN subscribe / signoff / archive access instruct

Re: Free-to-use database of (MVS) messages

2024-10-30 Thread Stefan Lezzi
Hello Allan, Thanks for your answer! We have QuickRef, but it is frozen at the age of z/OS 2.1. My (ex-)company desperately wanted to save money :-) Because you mentioned LOOKAT, I googled it and found its successor: https://www.ibm.com/support/pages/ibm-z-look-content-search-multi-product-e

Free-to-use database of (MVS) messages

2024-10-30 Thread Stefan Lezzi
Hi everyone, I’m looking for a free-to-use database of MVS messages, and if possible, one that includes messages for additional products as well. I remember there used to be options available (IBM and non-IBM, AI-based and non-AI-based, etc.), but every lead I’ve followed seems to go nowhere.

Re: XCF/XES programming

2024-05-25 Thread Stefan Lezzi
Hi again, I've got a 2005 SHARE Anaheim version, thank you John!, and I'd love to have the SHARE Atlanta 2012 version also. Only there is the code modified to circumvent the RUCSA problem (solved with "...the authorized TSO command processor RXCUAUTH via TSOEXEC to update these structures"). Sa

XCF/XES programming

2024-05-16 Thread Stefan Lezzi
Hello, Does someone remember/know this Share presentation? "RXC SHARE Atlanta 2012 Session 10381 XCF Concepts and Coding: A Multi-system Application Example" from Carl Feinberg? At the end, one could download RXC.ZIP from www.relarc.com. Sadly, this link doesn't work anymore. The company was bou

Re: dfsort - microseconds (STCK/TOD)

2022-09-21 Thread Stefan Lezzi
Hi Kolusu, Now everything looks perfect and I share the relevant part of your solution happily: ... C'"TRNSTCK":"', 393,8,DC1,EDIT=(-TT-TT), C'T', 393,8,TC1,

Re: dfsort - microseconds (STCK/TOD)

2022-09-18 Thread Stefan Lezzi
Kolusu, Sorry, I thought it to be clear. This are IMS transactions timestamps, occurring every x seconds or so: ... 2022-09-12T13:55:27.836152+:00 2022-09-12T13:55:27.836152+:00 ... 2022-09-12T13:57:28.836152+:00 2022-09-12T13:57:29.836152+:00 2022-09-12T13:57:30.836152+:00 20

Re: dfsort - microseconds (STCK/TOD)

2022-09-18 Thread Stefan Lezzi
Hi Kolusu, Now I get this, which looks better, but seams still not to be correct: ... 2022-09-12T13:55:27.836152+:00 2022-09-12T13:55:27.836152+:00 ... 2022-09-12T13:57:28.836152+:00 2022-09-12T13:57:29.836152+:00 2022-09-12T13:57:30.836152+:00 2022-09-12T13:57:59.836153+:0

Re: dfsort - microseconds (STCK/TOD)

2022-09-17 Thread Stefan Lezzi
That's a kind offer, but please don't look at the (un)elegance of the code. This made a different thread :-) Just search for TRNSTCK and OVERLAY, at the end. //TOOLINDD * COPY FROM(IN)USING(CTL1) COPY FROM(OUT) TO(OUT2) U

Re: dfsort - microseconds (STCK/TOD)

2022-09-17 Thread Stefan Lezzi
I was prepared to be challenged by such questions :-) Anyway, for my purpose it's not yet so important (and a I can always "correct" the time in a splunk search). Anyway II, I suppose that, here again, I needed deep dfsort (lab) knowledge, if possible at all, to have CVTLSO and CVTLDTO available

Re: dfsort - microseconds (STCK/TOD)

2022-09-17 Thread Stefan Lezzi
Hi Kolusu, That's perfectly what I was looking for, many thanks! But to be honest, I don't get the math right (positions/offsets/length). I always end up with something like this: --+5+6+7+8+9+0+ 2022-09-12T13:55:27. 3871979727001140 008B88

Re: dfsort - microseconds (STCK/TOD)

2022-09-16 Thread Stefan Lezzi
Thanks, I've just tested your suggestion: TT:TT:TT.TT -> 14:53:21.36 TT:TT:TT.TT -> 00:00:14.532136 It behaves like in the manual described: Format Code | Length | Description TC4 |8 bytes | TOD time interpreted as Z'hhmmssxx' and "The implied length of the edited o

Re: dfsort - microseconds (STCK/TOD)

2022-09-16 Thread Stefan Lezzi
Hi Tom, Yes, I know, if I would parse the IMS log records with assembler. But assembler is not my strongest skill, and, sadly, not very much loved by company management nowadays. It's about my, already coded and working, dfsort solution to parse some fields of the Mainview/IMS record x'FA' and

dfsort - microseconds (STCK/TOD)

2022-09-16 Thread Stefan Lezzi
Hi all! What do I miss? I want to format a STCK/TOD with microseconds, but I found only the method to format it with hundredths of a second: C'"TRNSTCK":"',393,8,DC1,EDIT=(-TT-TT),C'T', 393,8,TC4,EDIT=(TT:TT:TT.TT),C'+00:00',C'",', And I know how to calcu