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

Case conversion for unicode data


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Kumar shobhit

New User


Joined: 29 May 2007
Posts: 14
Location: bangalore

PostPosted: Mon Sep 10, 2007 3:11 pm
Reply with quote

Hi All,
I have data in UTF-16 format soted in table . its is having some special characters(non english) . i have to implement upper case translation logic in sql query, that should translate both english as well as non enlish character to their upper case equivalent. i tried using the function upper-
select upper (<feild name>) from table.
the problem with the apporach is that it convert only english character, but non english character remain unchanged.
The data base iam using is DB2 V8 (ENFM) . and the its on Z/os( mainframe) system.
Could any suggest me how to implement, its urgent
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


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

PostPosted: Tue Sep 11, 2007 5:24 am
Reply with quote

Hello,

If it is urgent, i suggest that you forego this
Quote:
i have to implement upper case translation logic in sql query
non-business restriction.

Why can the process not read the rows, do whatever translation is needed and then update the rows if any change(s) were made?

Just a thought. . .
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts 10 byte RBA conversion DB2 2
Search our Forums:

Back to Top