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

PDM (Parallel Development Manager)


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Vinni

New User


Joined: 10 Jun 2008
Posts: 3
Location: Hyderabad

PostPosted: Tue Jul 13, 2010 9:37 pm
Reply with quote

Hi,

By using PDM we can build a WIP file and using this file we can do retro fit of code by using merge option in PDM.

I have did retrofit of code it works fine for me. But want to know if it has any disadvantages ?

Please let me know is it good to do code retrofit by using PDM ?

What are the disadvantages if we use PDM to do code retro fit ?

Thank you
vinni
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jul 13, 2010 10:08 pm
Reply with quote

Hello,

What does retrofit mean to your requirement? This has different meanings different places.

A disadvantage of automated processes to make wholesale changes to source code is that sometimes the resulting code is difficult or impossible to maintain. Sometimes, the code becomes resourse intense causing perfomrance problems.

As they say - your results may vary. . .
Back to top
View user's profile Send private message
Vinni

New User


Joined: 10 Jun 2008
Posts: 3
Location: Hyderabad

PostPosted: Tue Jul 13, 2010 10:22 pm
Reply with quote

Retro fit means : combining two differnet code changes made in different regions to a production one.

Example : If we have 3 regions called A, B and C.

A contains production codes
In B region i do some changes in a program which is retreived from A.
In C region other person do some changes in the same program which is retreived from A.

now before moving the code into production we need to keep the code in sync. To do it we do manual retro fit of code.

I have used PDM to do retrofit it works fine for me but i would like to implement retrofit changes to many programs. so want to know does PDM is having any disadvantage ?

Thanks for the help.

Thank you.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jul 13, 2010 10:42 pm
Reply with quote

review Your understandings... retrofit has a different meaning

see ibmmainframes.com/viewtopic.php?t=24791&highlight=retrofit

what You are doing is not retrofitting, just forced modifications merge ( due to a poor practice )

any tool is good as long it gives the desired results
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Jul 13, 2010 10:45 pm
Reply with quote

you do have to 'look at' your results.
often, it is easier to merge,
check the results,
modify the change file
and remerge

if you are making changes in a different area than the other programmer,
often you will be ok,
but if both of you make changes in the same paragraph,
you need to audit the results.

as far as I am concerned, PDM is another piece of BS that was sold to
managers,
who don't know dog-poop about code control.
WIP is nothing but an extension of the add-delete list of the ispf
compare utility.

again, if the changes are in different areas,
and the programmers don't screw-up existing data definitions,
probably an easy task.
but when both programmers are affecting the same area, or control code,
have fun.

WIP/PDM works best when you want to incorporate changes made in test but never promoted to production, and want to play catch-up.
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Wed Jul 14, 2010 7:56 pm
Reply with quote

I found Version Merger quite helpful during Y2k and parallel development that was unavoidable both from programer's perspective and QA review.

Still the burden in going thru and double checking the taken action required a good attentive programmer especially as mentioned in the case when the changed code overlaps.

Didn't use it much after that as prarallel development for release mgt was not that close together. Some did use it for emergency fix remediation when releases were in progress though.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Question for file manager IBM Tools 7
No new posts file manager is doing string conversion IBM Tools 3
No new posts How to Reformat a file using File Man... All Other Mainframe Topics 14
No new posts Help to Filter File Manager Copybook ... DFSORT/ICETOOL 14
No new posts File Manager - Template IBM Tools 1
Search our Forums:

Back to Top