Re: OMVS trace buffer mapping

2022-05-25 Thread Colin Paice
I've had rexx exec's which took the CTRACE output from a couple of components, to extract data I was interested in. I used IPCS view, and ISPF macros in rexx to do the work Typical formatting would be to exclude lines, and replace lines with a subset of each CTRACE output. On Tue, 24 May 2022 at 2

Re: OMVS trace buffer mapping

2022-05-24 Thread Michael Oujesky
Due to the complexity of the analysis, why would not IPCS formatting meet your needs? Michael At 08:38 AM 5/24/2022, Pierre Fichaud wrote: I've seen the first 2 already. I looked at the last link. I would like a macro or DSECT(s) that map the OMVS trace buffer. Regards, Pierre.

Re: OMVS trace buffer mapping

2022-05-24 Thread Pierre Fichaud
I've seen the first 2 already. I looked at the last link. I would like a macro or DSECT(s) that map the OMVS trace buffer. Regards, Pierre. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...

Re: OMVS trace buffer mapping

2022-05-23 Thread Michael Oujesky
Have you reviewed: * SYSOMVS component trace - IBM Documentation *