View previous topic :: View next topic |
Author |
Message |
nits Beginner
Joined: 23 Apr 2008 Posts: 2 Topics: 1
|
Posted: Fri Apr 25, 2008 7:31 am Post subject: After Adding A Column. Do We Need to BIND Program? |
|
|
Hi..
Suppose if add a column to the existing table. So do we need to compile and bind the program?
If yes then why so? What will happen if did not not bind? |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Fri Apr 25, 2008 7:41 am Post subject: |
|
|
If it doesn't reference the new column no you would not need to compile and bind. |
|
Back to top |
|
 |
nits Beginner
Joined: 23 Apr 2008 Posts: 2 Topics: 1
|
Posted: Tue Apr 29, 2008 1:32 am Post subject: |
|
|
Hello Craig
It referece to New column in the table. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Apr 29, 2008 7:52 am Post subject: |
|
|
If you do not bind and the program uses the new column then the job will fail. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
|
|