× 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.



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.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.