View previous topic :: View next topic |
Author |
Message |
psridhar Beginner
Joined: 16 May 2004 Posts: 68 Topics: 26
|
Posted: Tue Dec 28, 2004 9:55 am Post subject: EDITPROC while defining DB2 tables |
|
|
Hi
I have a problem with my database. I have created 900 tables in my database with the option "EDITPROC SFE". But I dont need any EDITPROC for my tables. Actually there is no such EDITPROC named SFE. So when I try to edit the table, it gives the following abend.
Code: | DSNT500I -DS1T DSNXOD3 RESOURCE UNAVAILABLE
REASON 00C9008A
TYPE 00000240
NAME SFE |
Can I alter my table definition such that this EDITPROC is detached from my table definition for all 900 tables and I can edit my tables.
Thanks in advance... |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Dec 28, 2004 11:56 am Post subject: |
|
|
psridhar,
You cannot ALTER the table to remove the editproc. You need to drop and re-create the table.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|