IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Check Binary Values for symbols


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gandikk

New User


Joined: 16 Mar 2017
Posts: 8
Location: Center Valley, PA

PostPosted: Tue Mar 21, 2017 5:11 am
Reply with quote

Hi,

One of our Easytrieve program converts data into mixed case. It checks few symbols and converts the lower case letter to upper case preceded to those symbols. I tried to convert these numbers to Binary values. But I couldn't get some of the symbols related to binary values.

Code checks for 64, 74 thru 80, 90 thru 97, 107, 108. 109 and 121. Is there any table that I can use in this case?

Thank you!!
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 418
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Tue Mar 21, 2017 6:53 am
Reply with quote

Google EBCDIC table?
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Tue Mar 21, 2017 7:27 am
Reply with quote

As dneufarth says, Google EBCDIC. The first reference, a Wikpedia article, has a fairly decent table.

I presume 64 in your list of numbers is decimal; 64 is the encoding for the EBCDIC blank. 74 does not map to any common EBCDIC character. 75 through 80 map to . < ( + | and &. You can find the others yourself.
Back to top
View user's profile Send private message
gandikk

New User


Joined: 16 Mar 2017
Posts: 8
Location: Center Valley, PA

PostPosted: Tue Mar 21, 2017 7:51 am
Reply with quote

Thank you dneufarth & steve!! I was searching for Binary table, hex table. Didn't think about EBCDIC table. Problem solved!! icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
Search our Forums:

Back to Top