View previous topic :: View next topic |
Author |
Message |
zefrim Beginner
Joined: 29 Jun 2006 Posts: 22 Topics: 19
|
Posted: Fri Dec 22, 2006 5:26 am Post subject: Translate Unicode Rows to EBCDIC in a rexx proc |
|
|
HI
How can I translate Unicoded-Rows to EBCDIC in a REXX-PGM ?
Greetings
Zefrim |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Sun Jan 14, 2007 5:23 am Post subject: |
|
|
well, the IBM pub-library is timing out, and this is your project anyway. suggest that you start with SA22-7649- this is the z/os UNICODE CONVERSION services. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Sun Jan 14, 2007 5:30 am Post subject: |
|
|
use sql to extract the data, read up on the UPPER function. DB2...... _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Mon Jan 15, 2007 6:53 am Post subject: |
|
|
Sorry Dick, but your posts don't make any sense to me. Could you elaborate on your statements a bit more, since this topic interests me as well very much?
with many thanks
Christian |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Mon Jan 15, 2007 7:26 am Post subject: |
|
|
why don't you bother to read some documentation? Start with something simple like the UPPER function; there are somany dependencies - column definition to start - that there is no simple answer.
What does not make sense to me is that you expect me to elaborate instead of doing some research on your own.
Sorry if you think this board is to do your job. I will only provide links to documentation . If the subject is 'simple' and can easily be explained, I do so. This isn't one of them. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Mon Jan 15, 2007 8:17 am Post subject: |
|
|
I apologize for my earlier diatribe, and my assumptions.
what did you not understand?
read about conversion services in SA22-7649- z/os UNICODE CONVERSION services.
or
read about the DB2 UPPER function?
I know that the original poster mentioned REXX; you can invoke SQL from REXX and the conversion services document will explain about code pages, localization, etc... _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|