View previous topic :: View next topic |
Author |
Message |
mask-of-zorro Beginner
Joined: 19 Nov 2005 Posts: 23 Topics: 10
|
Posted: Fri Apr 07, 2006 9:20 am Post subject: COMP-3 field in Browse mode |
|
|
Hello Everyone,
Pardon me if this question sounds silly.I have a COMP-3 field in my output file having the value zeros.When i open this dataset in VIEW mode i see it as spaces but when i open it in BROWSE mode the nulls are being shown as dots. Can anyone explain this ? Why is it different in view and browse mode?
Sorry, if i had posted this question in a wrong column as i dont know how to classify this.
Thanks |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Mon Apr 10, 2006 12:31 am Post subject: |
|
|
Mask-of-Zorro.
What you see in View mode are not spaces and whatever you see in browse mode are not dots either. Those are hidden characters and appear like dots in browse mode and empty spaces in Edit/View mode - but you cannot edit them directly (Edit/View).
To identify these hidden characters, use the following command
If this returns a non-zero count, then you have some Comp-3 variables / junks in your dataset, otherwise you have just spaces.
To see the actual content / Edit it - you need to use HEX ON - and read the values up-and-down. For updating the values, you need to change the hex values and not the actual data line.
For example: date (2006-04-10) in packed format is stored as (020060410c) - See below.
[code:1:608ea1184c]
=COLS> ----+----1----+
000110 -
Last edited by Phantom on Mon Apr 10, 2006 2:20 am; edited 1 time in total |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Mon Apr 10, 2006 1:51 am Post subject: |
|
|
See also the DISPLAY command in browse |
|
Back to top |
|
 |
|
|