Re: Programmatically access the SYSTRACE data in a SVCDUMP?

2018-02-19 Thread Jim Mulder
  It would be useful be able to specify something like EXIT(program)
 on the SYSTRACE command, and have it pass you each unformatted 
trace record that it is going to format.  Unfortunately that function does 

not currently exist.  So scraping the formatted SYSTRACE output 
is the only way to do it, other than knowing how to find and merge 
the unformatted buffers yourself, which is non-trival, and not an 
interface 

Jim Mulder z/OS Diagnosis, Design, Development, Test  IBM Corp. 
Poughkeepsie NY

IBM Mainframe Discussion List  wrote on 
02/19/2018 04:07:54 PM:

> From: Binyamin Dissen 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 02/20/2018 01:36 AM
> Subject: Programmatically access the SYSTRACE data in a SVCDUMP?
> Sent by: IBM Mainframe Discussion List 
> 
> Is there a standard way that an IPCS EXEC (or program, if necessary) can
> programmatically access the SYSTRACE buffers?
> 
> Or is the only standard option sending SYSTRACE top a dataset and then
> scraping it?
> 
> I would like to pick out certain records and issue a WHERE on the 
address and
> then produce a report.



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Programmatically access the SYSTRACE data in a SVCDUMP?

2018-02-19 Thread Gord Tomlin

On 2018-02-19 16:07, Binyamin Dissen wrote:

Is there a standard way that an IPCS EXEC (or program, if necessary) can
programmatically access the SYSTRACE buffers?

Or is the only standard option sending SYSTRACE top a dataset and then
scraping it?

I would like to pick out certain records and issue a WHERE on the address and
then produce a report.

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




What I've done is:
1. Send SYSTRACE output to a data set.
2. Use an edit macro that generates a REXX exec that contains
   IPCS NOTE commands to show the trace lines and IPCS WHERE
   commands for the PSW addresses in the trace lines.
3. Run the generated exec in IPCS.

--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507
Support: https://actionsoftware.com/support/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN