|
View previous topic :: View next topic
|
| Author |
Message |
deepakdnayak
New User
Joined: 13 Aug 2010 Posts: 3 Location: bangalore
|
|
|
|
| A existing DB2 table has been changed and a new column NEW_COLUMN is being added.Would this require recompiling all the programs using the DCL copybook even if the NEW_COLUMN is not used in any of the quiries .Would the program both online and batch run normally if the programs arent compiled and arent binded. |
|
| Back to top |
|
 |
prino
Senior Member

Joined: 07 Feb 2009 Posts: 1323 Location: Vilnius, Lithuania
|
|
|
|
If none of the programs uses a
and the new column is defined as
| Code: |
| NOT NULL WITH DEFAULT |
there is no need to recompile any of he other programs. |
|
| Back to top |
|
 |
|
|