Thanks for all the responses. So many ways to get what I needed. In my case, we wanted to grab the information to deliver back to the user via a REST API.
* I wanted to stay in Java but would write something native to be called. * z/OSMF was an option but it created a hard / non-ubiquitous dependency and complicated the packaging. * Kirk from Dovetail pointed me to the best option which was the JZOS tool kit. I missed the Directory option when originally looking through the Doc. Here is a link to the specific class that does what I need https://www.ibm.com/docs/en/semeru-runtime-ce-z/11?topic=jzos-pdsdirectorymemberinfostatistics Thanks all, for your experience in identifying the options and narrowing in on a solution. Matt Hogstrom [email protected] +1-919-656-0564 PGP Key: 0x90ECB270 Facebook <https://facebook.com/matt.hogstrom> LinkedIn <https://linkedin/in/mhogstrom> Twitter <https://twitter.com/hogstrom> “It may be cognitive, but, it ain’t intuitive." — Hogstrom > On Oct 10, 2023, at 6:25 PM, Kirk Wolf <[email protected]> wrote: > > With Java, the JZOS Toolkit has an interface to PDS directories, including > MemberStatistics > > https://www.ibm.com/docs/en/sdk-java-technology/8?topic=SSYKE2_8.0.0/com.ibm.java.zsecurity.api.80.doc/com.ibm.jzos/overview-summary.htm > > Kirk Wolf > Dovetailed Technologies > http:// <http://dovetail.com>coztoolkit.com > > On Tue, Oct 10, 2023, at 11:53 AM, Matt Hogstrom wrote: >> I’m looking for a way to access ISPF statistics from Java or C outside of a >> TSO / ISPF environment. Does such an animal exist out there ? >> >> Matt Hogstrom >> [email protected] >> >> “It may be cognitive, but, it ain’t intuitive." >> — Hogstrom >> >> >> ---------------------------------------------------------------------- >> 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
