×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
What is your QCCSID system value set to? If 65535, then you should
change this to 037, then try your SQL CREATE TABLE statement again.
-Eric DeLong
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike
Sent: Thursday, January 14, 2010 11:30 AM
To: Midrange Systems Technical Discussion
Subject: Generating a File from STRSQL
I am creating some file dumps from our iSeries for download to the PC.
Currently, to save time (and out of laziness) I am just having STRSQL
create
the file for me. The problem I am having is that some of the fields
where I
am adding my own string value (SELECT myfield, 'myaddedstring' FROM
mytable), it puts the CCSID to 65535 instead of 37. This seems to be
causing
the PC to download the hex values in the fields vs. the actual text. Is
there a way to force these values to CCSID 37?
I discovered this after generating a SQL version of the file in iSeries
Navigator.
--
Mike Wills
http://mikewills.info
P: (507) 933-0880 | Skype: koldark
As an Amazon Associate we earn from qualifying purchases.