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

Do we need to recompile a program after changing the DCLGEN


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
V S Amarendra Reddy

Active User


Joined: 13 Sep 2006
Posts: 216
Location: USA

PostPosted: Tue Mar 04, 2008 11:44 pm
Reply with quote

Hi,

My requirement is a field of a table going to be increased from 2 to 3.

So now do I need to recompile all the programs which are using this changed table??

or

Is it enough to recompile only the programs which are using the changed column of the table??

Please clarify me
Back to top
View user's profile Send private message
ravi17s
Warnings : 1

New User


Joined: 15 Aug 2003
Posts: 57

PostPosted: Wed Mar 05, 2008 8:20 am
Reply with quote

You only need to recompile and Rebind the Program using the new columns.

If the table being altered is being dropped and re-created with the new columns. U may need to bind all the packages refering the Table.
Back to top
View user's profile Send private message
Help-Me-Out

New User


Joined: 09 Dec 2006
Posts: 56
Location: Pune

PostPosted: Wed Mar 05, 2008 10:10 am
Reply with quote

It is advisable that you recompile and rebind all which uses this table to avoid the future compilcations....

icon_cool.gif
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts changing defaults in db2 admin - Unlo... DB2 0
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top