View previous topic :: View next topic |
Author |
Message |
mfuser Banned
Joined: 01 Mar 2005 Posts: 105 Topics: 58
|
Posted: Thu Jun 15, 2006 1:41 pm Post subject: difference in view of results |
|
|
I am trying to run a simple query in QMF and i get values for the columns and some of the fields as seen in QMF are having blank values.When i run the same query in SPUFI , the column which was having blanks has values like below
Code: |
SELECT * FROM TABLENAME
|
Why is there a difference in displays ? My understanding is Blanks means Hexadecimal 4 0 (vertical) and Dot (.) means Hexadecimal 0 0 (vertical).
Can i have the link to the corresponding HEX values and the EBCIDIC values ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|