LISTIDR output is much more readable. That's only for load modules and program objects, but for anything else the first 4KiB block isn't likely to help.
________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Steve Beaver <[email protected]> Sent: Wednesday, October 11, 2023 9:19 AM To: [email protected] Subject: Re: Access to PDS(E) ISPF statistics outside of TSO/ISPF You might see if you can use IDCAMs to list the first 4k page of the PDS(e) in HEX and see what it looks like Sent from my iPhone No one said I could type with one thumb > On Oct 11, 2023, at 08:07, Matt Hogstrom <[email protected]> wrote: > > 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 ---------------------------------------------------------------------- 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
