|
|
| Author |
Message |
shriya reddy Warnings : 1 New User
Joined: 05 Jun 2004 Posts: 45
|
|
|
|
Hi,
I have one DB2-COBOL program. In this for one table i added new coloum. what are the modification do in program.
please give the steps to follow in excution of the cobol-db2 program. give me detailes information.
BYE
Shriya Reddy |
|
| Back to top |
|
 |
References
|
Posted: Tue Sep 14, 2004 8:43 pm Post subject: Re: give me procedure? |
 |
|
|
 |
harinadh
New User
Joined: 01 Sep 2004 Posts: 16
|
|
|
|
Hai,
You added one column in a table. So, you have to following things...
1. Generate DCLGEN again( if u use DCLGEN)
2. Change Code in the program regarding SQL statemens..
like....changes in INTO, etc...
Before Insert into table1 values(:ws-host1,:ws-host2)
Now, you have to add :ws-host3.
Like that whereever change needed u have to change it....
3. Precompile and compile-linkedit, and bind again. |
|
| Back to top |
|
 |
|
|