x'41' is generally the required space character (as much a printable as the
space/blank x'40'). x'42 is certainly a printable character though. Here
are links to two EBCDIC CCSIDs (37 and 1025 - Multilingual Cyrillic).
//ftp.software.ibm.com/software/globalization/gcoc/attachments/CP00037.pdf<
ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CP00037.pdf>
//ftp.software.ibm.com/software/globalization/gcoc/attachments/CP01025.pdf<
ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CP01025.pdf>
Most EBCDIC CCSIDs will have a defined printable character at x'42' and
above.
Bruce Vining
On Wed, Oct 24, 2012 at 3:21 PM, Vinay Gavankar <vinaygav@xxxxxxxxx> wrote:
So that would consider x'41', x'42' etc as printable characters, but they
do not show up as anything in the ebcdic table.
On Wed, Oct 24, 2012 at 4:01 PM, Gary Thompson <gthompson@xxxxxxxxxxx
wrote:
Not sure how you are going to inspect each character position
of each field.
But the following works for a single character field:
SELECT * FROM somlib/afile
WHERE onechar < (X'40')
OR onechar > (X'FE')
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:
midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Vinay Gavankar
Sent: Wednesday, October 24, 2012 1:11 PM
To: Midrange Systems Technical Discussion
Subject: Query to identify EBCDIC Printable characters
Hi,
I want to use Query or SEQUEL (cannot run SQL on production box), to
identify any records in a file, that have fields with non-printable
characters.
Without having to define every printable character I see in the EBCDIC
table in my query, what would be the best way to do this?
Thanks
Vinay
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.