In the normal ISPF Edit (option 2) member list if you use PF10 or PF11 to shift left or right) you will see a display with Size, Init, and Mod columns. These display, respectively, the current size of the member, the initial size of the member, and the number of records changed. To get an accurate (non-0) Mod count you must have numbers enabled in the member.
Hope this helps -------------------------------------------------------------------------- Lionel B. Dyck (TRA Contractor) Mainframe Systems Programmer <AITC Mainframe Support> Enterprise Infrastructure Support (Station 200) (005OP6.3.10) VA OI&T Service Delivery & Engineering -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Rupert Reynolds Sent: Friday, December 02, 2016 8:06 AM To: [email protected] Subject: [EXTERNAL] Re: Dummy question on ISPF command And in an edit macro, you can (well, you could a few years ago) access the counts of changes and errors using Address 'ISREDIT' (ChgC, ErrC) = CHANGE_COUNTS and I assume there is an ISPF variable already set for display in the long message from <F1>. On 2 Dec 2016 05:26, "Chris Hoelscher" <[email protected]> wrote: > At least at our shop, pressing F1 AFTER the change will prvide a count > at the bottom of the screen > > Chris Hoelscher > Technology Architect, Database Infrastructure Services Technology > Solution Services > : humana.com > 123 East Main Street > Louisville, KY 40202 > Humana.com > (502) 714-8615, (502) 476-2538 > > > -----Original Message----- > > From: IBM Mainframe Discussion List > > [mailto:[email protected]] On Behalf Of Peter > > Sent: Friday, December 02, 2016 12:20 AM > > To: [email protected] > > Subject: [IBM-MAIN] Dummy question on ISPF command > > > > Hi > > > > Apologies for asking a dummy question > > > > When we do C ALL DATA1 DATA2 in a PS or PDS. Is it possible to get a > count of > > changes it made ? > > > > Since I am not able to see the changes at the top right corner. > > > > Peter > > > > -------------------------------------------------------------------- > > -- For IBM-MAIN subscribe / signoff / archive access instructions, > > send > email to > > [email protected] with the message: INFO IBM-MAIN > > The information transmitted is intended only for the person or entity > to which it is addressed and may contain CONFIDENTIAL material. If > you receive this material/information in error, please contact the > sender and delete or destroy the material/information. > > > ---------------------------------------------------------------------- > 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
