On Fri, 2 Dec 2016 08:20:41 -0600, Dyck, Lionel B. wrote: >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.
In the line number columns 79-80, ISPF Edit stores the Mod number of the change that last modified the line. The " VV MM" column shows the latest Mod number that was used to edit the member. Renumber does not change columns 79-80, but only the actual line number in 73-78. Unnumber, of course removes them and the information is lost. The mod count is the count of all lines that contain a value that is not "00". If you want to know how many likes were changed by the last edit session, you can use F ALL "nn" 79, where nn is the value shown in the MM column in the directory listing. And none of this is answers the OP's original question, but others have provided answers. -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
