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

Impact analysis like when a column has been added to a DB2


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hariibm

New User


Joined: 05 Feb 2007
Posts: 61
Location: Chennai

PostPosted: Sun Jul 01, 2007 12:31 pm
Reply with quote

Hi,
Please provide me with the document or a link which tells about impact analysis like when a column has been added to a DB2 table.. what are all the components will be affected etc.

Thanks,
hari.
Back to top
View user's profile Send private message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Mon Jul 02, 2007 7:47 pm
Reply with quote

Hi Hariibm,

Just visit the link for more information on Impact Analysis....
www.processimpact.com/process_assets/impact_analysis.doc
Back to top
View user's profile Send private message
Karthigaiselvan

New User


Joined: 11 Dec 2006
Posts: 35
Location: India

PostPosted: Wed Jul 04, 2007 8:13 pm
Reply with quote

Hi Hari,

1.You will have to check if you have any full download jobs from that table. You may need to increase the record length of the downloaded file.
2.Check if there are any jobs / programs using this table with SELECT * query. This will get impacted.
3.If any of your jobs / programs using this table dont use SELECT * way, then you will not have any impact.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Jul 05, 2007 5:25 am
Reply with quote

Karthigaiselvan wrote:
Hi Hari,

1.You will have to check if you have any full download jobs from that table. You may need to increase the record length of the downloaded file.
2.Check if there are any jobs / programs using this table with SELECT * query. This will get impacted.
3.If any of your jobs / programs using this table dont use SELECT * way, then you will not have any impact.


You will also have to check for INSERT with just values and no column name list.
Back to top
View user's profile Send private message
hariibm

New User


Joined: 05 Feb 2007
Posts: 61
Location: Chennai

PostPosted: Thu Jul 05, 2007 11:17 am
Reply with quote

thanks for all your inputs/responses. But I need a generic impact analysis document where I can see what are all the components will be effected if something changes. Not only adding a column to the table.

I hope this is clear and please let me know if you need mroe information.

Thanks,
Hari
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Jul 05, 2007 12:07 pm
Reply with quote

There are many 3rd party tools available to do the impact analysis. Generates various kinds of impact analysis report.
Have you tried?
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts How to load to DB2 with column level ... DB2 6
No new posts RC query -Time column CA Products 3
No new posts first column truncated in search result IBM Tools 13
No new posts Split a record with data in a differe... DFSORT/ICETOOL 8
Search our Forums:

Back to Top