Problem in CCSID converting
25 pts.
0
Q:
Problem in CCSID converting
I have a QM query that forms up a DB file. A physical file. A file that afterwards will be tranferred to the excel worksheet.

All the source DB files (as well as all the records inside) that I use in the QM query are having the CCSID=297 (french). But the data itself stored in these DB files sometimes written in russian. So, to have no complaints from users I do the DDS of physical file where I set all the needed records to CCSID value 1025 (russian). Then I just copy the data from the 297-encoded file to the 1025-encoded. That's the way IBM recomend to do it.

Almost everything is right after the copying except one little thing. Not all the letters are correctly mapped.

I've tried to make it the different way - make a interactive query (WRKQRY). The interactive query doesn't specify the restricted CCSID. So I've managed to use CHGPF command to change the CCSID to 1025 value.

But using the interactive query is not a right way, isn't it?

So I think that possibly there's a mistake in the locale char mapping.

Finally, the question: how I can operate and/or change (if it'll be needed) a locale file?

Technicals: iSeries v5r3 as/400 server, 5250 terminal, iSeries Access for windows v5r4.
ASKED: Jan 19 2009  5:09 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
10345 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
WRKTBL *ALL but I dont know which table you're using
Last Answered: Jan 19 2009  3:22 PM GMT by ITKE   10345 pts.
Latest Contributors: Philpl1jb   24610 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Proturborandza   25 pts.  |   Jan 22 2009  1:47PM GMT

Philpl1jb,
Great thanks! Now I have something more to dig it out.

It is possible to create some TBL, but not to change one? That means I need to make a source file. Don’t you know any books on the IBM boulder, redbooks or something that I can refer to?

 

Philpl1jb   24610 pts.  |   Jan 22 2009  2:25PM GMT

Sorry, this is about as far as I go
the WRKTBL has a options 1=Create 3=Copy
I would copy one that is used for your translation as a backup.
Alter the translation table and try it.

Here’s help on the PF file CCSID
Specify the CCSID to be used. More information about
CCSIDs is in the i5/OS globalization topic collection
in the i5/OS Information Center at
 <a href="http://www.ibm.com/systems/i/infocenter/" title="http://www.ibm.com/systems/i/infocenter/" target="_blank">http://www.ibm.com/systems/i/infocenter/</a>.

 
0