Re: [EXTERNAL] Re: Dummy question on ISPF command

2016-12-02 Thread Tom Marchant
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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Dummy question on ISPF command

2016-12-02 Thread Dyck, Lionel B. (TRA)
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 
Enterprise Infrastructure Support (Station 200) (005OP6.3.10)
VA OI Service Delivery & Engineering

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Rupert Reynolds
Sent: Friday, December 02, 2016 8:06 AM
To: IBM-MAIN@LISTSERV.UA.EDU
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 .
On 2 Dec 2016 05:26, "Chris Hoelscher" <choelsc...@humana.com> 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:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter
> > Sent: Friday, December 02, 2016 12:20 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > 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
> > lists...@listserv.ua.edu 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN