I wrap my lm+ with REXX reading the mod and VER doing the proper math and rr-writing it.
-teD Original Message From: Jesse 1 Robinson Sent: Saturday, September 15, 2018 21:47 To: [email protected] Reply To: IBM Mainframe Discussion List Subject: Re: Running ISPF's 3.5 utility from a clist Unless something has changed recently, after all these decades of built-in level management, V01.M99 does not automatically roll over to V02. 01.99 gets stuck forever unless manually updated. Furthermore, users must take care to let ISPF handle incrementing properly. Too often I see a user editing a member by first doing a c999 to create/replace a backup member. Problem: version identifiers in columns 79-80 are lost in the backup. I exhort my folks to take the extra step of copying the member *externally* from current to backup member before editing the current member. This preserves version identifiers in the backup, which now and again are helpful in reconstructing a member's history. It takes only a few seconds to do it properly, but the habit must be instilled. A plug for the PDS(E) command: COPY (to backup) and then EDIT can be done successively on the same line of a member list with a few keystrokes. Fast and efficient. . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Steve Horein Sent: Saturday, September 15, 2018 6:03 PM To: [email protected] Subject: (External):Re: Running ISPF's 3.5 utility from a clist +1 for LMMSTATS On Fri, Sep 14, 2018 at 12:24 PM Jim Ruddy <[email protected]> wrote: > Dave, > > Do you have the stats already from the generation of the members? > Maybe I am missing something but is there a re reason you cannot use > LMMSTATS to set the statistics for each member? > > Jim Ruddy > Retired > > On Fri, Sep 14, 2018 at 8:50 AM David Cole <[email protected]> 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 the ISPF 3.5 > > utility from within a CLIST or from the TSO READY prompt. Is that > > even possible? > > > > Alternatively, is there some other utility that would do this? > > > > Thanks, > > > > Dave Cole > > ColeSoft Marketing > > 414 Third Street, NE > > Charlottesville, VA 22902 > > EADDRESS: <mailto:[email protected]>[email protected] > > > > Home page: www.colesoft.com > > LinkedIn: www.xdc.com > > Facebook: www.facebook.com/colesoftware > > YouTube: www.youtube.com/user/colesoftware > > > > Tools: <http://www.colesoft.com/zxdc/>z/XDC for Assembler > debugging > > > ><http://www.colesoft.com/c/>c<http://www.colesoft.com/c/ > >/XDC > > > > for C debugging ---------------------------------------------------------------------- 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
