|
|
| Author |
Message |
ParagChouguley
Active User
Joined: 03 Feb 2007 Posts: 156 Location: PUNE(INDIA)
|
|
|
|
Hi ALL,
In front of member name (where its info is written) I can see its current version with heading VV MM. It has value somthing like 01.17
| Code: |
Name Prompt Size Init Mod VV MM
memname 1036 911 0 01.17
|
So can I see the changes happened in each version (the same way we see in endevor for programs) ???
If yes, how ?
--Parag |
|
| Back to top |
|
 |
References
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3082 Location: italy
|
|
|
|
to see changes You need a version control product
ispf statistics are just eye catchers to hint that modifictions have been made,
as long as somebody does not reset the statistics to some ... values |
|
| Back to top |
|
 |
ParagChouguley
Active User
Joined: 03 Feb 2007 Posts: 156 Location: PUNE(INDIA)
|
|
|
|
| ok |
|
| Back to top |
|
 |
Bill Dennis
Senior Member
Joined: 17 Aug 2007 Posts: 311 Location: Iowa, USA
|
|
|
|
| If the member has standard sequence numbers, the most recent MOD level will be updated in last two columns. For example, on a JCL member with seq. numbers in 73-80, columns 79-80 will show '17' for the lines updated at MOD level 17. Do a FIND '17' 79 to locate these lines. |
|
| Back to top |
|
 |
ParagChouguley
Active User
Joined: 03 Feb 2007 Posts: 156 Location: PUNE(INDIA)
|
|
|
|
Wow ! That's interesting ! I saw it !
But what if an editer does a "NUM OFF" and changes the data ! I guess, it would not be tracable !
--Parag |
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 510 Location: work
|
|
|
|
You are correct. There is security at the member level. And anyone with update authority can pretty much do what ever they want with the members, including making changes and trying to hide them. You can also issue STATS OFF or use ISPF 3.5 to change the userid of last change.
You need a library system to manage changes. |
|
| Back to top |
|
 |
ParagChouguley
Active User
Joined: 03 Feb 2007 Posts: 156 Location: PUNE(INDIA)
|
|
|
|
| ok.....Thanks for this ! |
|
| Back to top |
|
 |
HappySrinu
Active User
Joined: 22 Jan 2008 Posts: 191 Location: India
|
|
|
|
Endevor, you can see version changes, level changes , code changes for each program loaded in to it.
after got display of list of elements in Endevor, use the options,
C - to just see only changes of previous version and current
S - summary of levels..
H - history of current version level. |
|
| Back to top |
|
 |
|
|