IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to change the varchar length in the table ?


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anilbhuvan

New User


Joined: 18 Nov 2006
Posts: 4
Location: hyderabad

PostPosted: Tue Feb 06, 2007 7:40 pm
Reply with quote

hi frnds,

how to change the varchar length (e.g. varchar(25) to varchar(30)) in the existing table which is having huge data?.....
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19243
Location: Inside the Matrix

PostPosted: Tue Feb 06, 2007 9:30 pm
Reply with quote

Hello,

You need to post more information.

What dabatase are you using?

You won't like this answer, but to change the length, go to the meta-data, make the change and catalog the new definition. This is done by the dba(s) at most places, not the application developers? Also, all external references to the definition will need to be considered (i.e. other systems that use all or part of the data).

The change to the definition of the table has no relationship to the volume of the data in the table.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts To join 2 tables and to join 3rd tabl... DB2 8
No new posts Converting VARCHAR to XML DB2 1
No new posts Create a specific record/file based o... SYNCSORT 8
No new posts Extract ISPF table column headings CLIST & REXX 2
No new posts Get RECORD LENGTH, allocated space of... CLIST & REXX 7
Search our Forums:


Back to Top