Hi ,
The requirement is to change data type of one column to another data type as from Integer to Character.
In order to do this, tried by Alter column with data type and it is not allowing because of incompatibility.
Now, I like to rename existing column and then create new column with same name and when trying to do this then getting -750 error.
I have dropped associated 'View' with table before trying to rename column.
Please suggest.
Many Thanks
-750 Error solution ?
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: -750 Error solution ?
The error manual for the -750 code lists several programmer responses that may apply yet you only listed one you've tried. I suspect one of the others needs to be done:
Programmer response
Change the source name to the name of an object that can be renamed or altered, and reissue the statement.
Drop any triggers defined on the table before issuing the RENAME statement. To find these triggers, query the system catalog.
Drop any view that reference the table before issuing the RENAME statement. To find these views, query the system catalog.
If there is a clone defined on the table, drop the clone table before issuing the RENAME statement.
-
- Posts: 1
- Joined: Mon Apr 04, 2016 10:48 am
- Skillset: mainframe admin,
mainframe developer - Referer: google
Re: -750 Error solution ?
thank you,
Regards,
[Advetising removed]
Regards,
[Advetising removed]
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1492
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 0
- 1227
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 7
- 4125
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am
-
- 9
- 4861
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am
-
- 4
- 2136
-
by willy jensen
View the latest post
Tue Apr 20, 2021 1:26 pm