If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > UNLOAD FROM TABLE issue (UNICODE)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-09-03, 12:10
shinobi shinobi is offline
Registered User
 
Join Date: Sep 2003
Posts: 3
UNLOAD FROM TABLE issue (UNICODE)

hi,

I am running a z/os with support for unicode and db2 v7.

i have created a table using UNICODE and when i try to unload the contents with:

//SYSIN DD *
UNLOAD FROM TABLE [xxxx].[yyyyyyyy]
(COL_1 , COL_2)
WHEN (COL_1 = 'QA')
/*

I am getting no results, but i know that there exists one row with COL_1 = 'QA'.
Unfortunately, when i use:
WHEN (COL_1 = X'5141') -- qa in ASCII
i get the column i expect.

Does it mean that UNLOAD utilty cannot convert 'QA' to the appropriate type before the unload is issued??

It is quite absurd, as z/os does not support typing in unicode!!!!

Thanx in advance,
S
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On