Re: Running ISPF's 3.5 utility from a clist

2018-09-17 Thread Mark Hedges
You can always use PDS 8.6's ATTR command -Original Message- From: IBM Mainframe Assembler List On Behalf Of Paul Gilmartin Sent: Friday, September 14, 2018 3:09 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Running ISPF's 3.5 utility from a clist *** ASG Security Alert

Re: Running ISPF's 3.5 utility from a clist

2018-09-14 Thread Paul Gilmartin
On 2018-09-14, at 09:38:18, David Cole wrote: > I would like to generate ISPF statistics for members of a PDS whose members I > am creating outside of any ISPF tool. I would like to find a way to generate > ISPF stats for such members. > > It occurs to me that one way might be to somehow run

Re: Running ISPF's 3.5 utility from a clist

2018-09-14 Thread Janko Kalinic
The PDS command processor (CBT 182) can do this and can be run in batch TSO. // JCL to run TSO in batch pds 'daves.input pds' Attrib : addstats // Regards, John K Former z/XDC user On Fri, Sep 14, 2018 at 10:38 AM David Cole wrote: > I would like to generate ISPF statistics for members of a

Re: Running ISPF's 3.5 utility from a clist

2018-09-14 Thread Mike Shaw
The DSECT for the stats is in ISP.AISPMACS(ISPDSTAT) on my z/OS V2R2 system. They are stored in the SSI field of each directory block, AFAIK. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, Sep 14, 2018 at 11:57 AM Steve Smith wrote: > I am pretty sure there is a DSECT macro

Re: Running ISPF's 3.5 utility from a clist

2018-09-14 Thread Charles Mills
- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of David Cole Sent: Friday, September 14, 2018 8:38 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Running ISPF's 3.5 utility from a clist I would like to generate ISPF statistics for members of a PDS whose

Re: Running ISPF's 3.5 utility from a clist

2018-09-14 Thread Steve Smith
I am pretty sure there is a DSECT macro provided with ISPF that maps the ISPF directory entry. It may well be easier (and certainly more efficient) to just build them yourself. sas

Re: Running ISPF's 3.5 utility from a clist

2018-09-14 Thread Pieter Wiid
About all I can think of, is to run a batch ISPF, with an EXEC using (among others) LMMSTATS. I suspect that's what 3.4 does in the background, anyway. Pieter On 14/09/2018 17:38, David Cole wrote: I would like to generate ISPF statistics for members of a PDS whose members I am creating

Running ISPF's 3.5 utility from a clist

2018-09-14 Thread David Cole
I would like to generate ISPF statistics for members of a PDS whose members I am creating outside of any ISPF tool. I would like to find a way to generate ISPF stats for such members. It occurs to me that one way might be to somehow run the ISPF 3.5 utility from within a CLIST or from the TSO