IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Changeman - VV MM


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elixir1986
Warnings : 1

New User


Joined: 10 Nov 2015
Posts: 44
Location: USA

PostPosted: Thu Aug 31, 2017 9:45 pm
Reply with quote

Hi,

The changeman version control tool at our shop moves COBOL code to below dataset,

Code:
 ------------------------------------------------------------------------------
 BROWSE            XXX.CHAN.GEMAN.PROD.XXX               Row 00000XX of 0000XXX
 Command ===>                                                  Scroll ===> CSR
                   Name     Prompt       Size    Init     Mod      VV MM          ID 
 _________ XXXXXXX                       15720   15720    1890     46.19        ARNOLD



We are trying to convert the legacy(COBOL) code to OOP code using tool or manual code.
To determine that, we need to know the number of times the legacy code was changed.

We are having more than 10000 legacy code members.

I am trying to find out, if VV(Version number) and MM(Modification level)
can be used to determine the number of times the code has been changed.
(Some formula or inference)

In the sample I've shown VV.MM = 46.19
Can this be use to get what I need?

Thanks experts!
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Thu Aug 31, 2017 11:28 pm
Reply with quote

Code:
VV(Version number)
This will tell you how many times the changes happened and deployed to production.
So yes you can use it but not sure if you are trying to get answer as to how to do it in batch?.
Back to top
View user's profile Send private message
elixir1986
Warnings : 1

New User


Joined: 10 Nov 2015
Posts: 44
Location: USA

PostPosted: Fri Sep 01, 2017 12:10 am
Reply with quote

Sorry, then what is MM?

As far as I understand, MM is Modification level number, and it shows the number of times changes are made and promoted to that(prod, dev, qa, etc..) level.

MOD is modification, and it shows the number of lines of changes made to the source since the 1st time it was promoted.

I am still not sure what is VV - version number?
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Fri Sep 01, 2017 12:36 am
Reply with quote

Duplicate of ibmmainframes.com/viewtopic.php?t=66135

Please lock/delete!
Back to top
View user's profile Send private message
elixir1986
Warnings : 1

New User


Joined: 10 Nov 2015
Posts: 44
Location: USA

PostPosted: Fri Sep 01, 2017 1:02 am
Reply with quote

This is from version control perspective, that link which you mentioned is for STATS ON, outside Changeman.

Changeman does NOT allow STATS ON.

This is not duplicate according to me.

Thanks!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Sep 01, 2017 2:24 am
Reply with quote

Quote:
This is from version control perspective,


there is no such perspective if the statistics are the ISPF statistics
any SCM tool statistics are completely different beasts
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Fri Sep 01, 2017 2:50 am
Reply with quote

Quote:
I am still not sure what is VV - version number?
Did I just not answered?
if you need another proof , try "H" on that module to see how VV is changed.
Code:
H     - History
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Sep 01, 2017 3:19 am
Reply with quote

elixir1986, have you contacted the vendor to find out how Changeman uses the VV field? If not, WHY NOT? The vendor should ALWAYS be your first point of contact for this type of question -- they know the product much better than anyone else!
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Changeman - how can we know the curr... Compuware & Other Tools 2
No new posts Changeman: add library name for stati... Compuware & Other Tools 2
No new posts Changeman get multiple "Browse C... Compuware & Other Tools 4
No new posts How to sync memebers in some datasets... Compuware & Other Tools 2
No new posts Rexx code that expands changeman comp... CLIST & REXX 0
Search our Forums:

Back to Top