I imagine some products have their own way for you to fetch the data from the logstream, for OPERLOG for example you can use SDSF, RRS has an ISPF panel, etc..
If you are just interested in reading the data you can probably use SUBSYS=(LOGR,IFBSEXIT) on a JCL DD card instead of coding your own IXGCONN and IXGBRWSE. Regards, Leo -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Nathan Astle Sent: Wednesday, April 26, 2017 11:34 AM To: [email protected] Subject: Re: IXGLOGR internal function Thank you so much. I will go through it. Just curious if IXGLOGR is the only way to fetch the data for some.of the products or there any other way ? On Apr 26, 2017 8:36 PM, "Leonardo Vaz" <[email protected]> wrote: > Hello Nathan! > > It's through the macros IXGCONN, IXGBRWSE, IXGDELET or IXGWRITE. > > IBM's Authorized assembler guide is pretty clear on how to use them. > > Regards, > Leo > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Nathan Astle > Sent: Wednesday, April 26, 2017 12:45 AM > To: [email protected] > Subject: IXGLOGR internal function > > Hello, > > Is there any Documentation on how DB2 or any address space within z/OS > are making use of IXGLOGR ? > > I Mean internally how are they making the use of IXGLOGR ? > > The question is just for the knowledge sake and wanted to understand > how Logstream structures created are making use of IXGLOGR. > > Regards, > Nathan Astle > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
