If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > what's wrong with this data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-16-04, 10:05
markjason markjason is offline
Registered User
 
Join Date: Jun 2004
Posts: 46
what's wrong with this data

HTML Code:
0000000    0   1   0   6   0   |   D   |   B   U   3   3   3   1   |   2
0000020    0   0   3   1   2   1   6   |   1   |   1   |   0   0   1   |
0000040    D   |   2   0   0   3   |   1   2   |   6   2   |   3   6   4
0000060    0   0   |   5   3   0   0   |   4   2   2   |   1   0   |   0
0000100    0   0   0   2   4   4   1   |   "  sp   "   |   "  sp   "   |
0000120    "  sp   "   |   "  sp   "   |  sp  sp  sp  sp  sp  sp  sp  sp
0000140   sp  sp  sp  sp  sp  sp  sp  sp  sp  sp  sp  sp  sp  sp  sp  sp
*
0000200   sp  sp  sp  sp  sp  sp  sp   |   -   1   4   9   .   7   4   |
0000220    2   0   0   4   -   0   8   -   1   2   |   G   E   A   C  sp
0000240    -  sp   A   P  sp   M   a   s   t   e   r   |   L   O   D  lf
0000260
in the above text what does * mean after 140 , this bad data is causing problems to load.

Thanks
Mark.
Reply With Quote
  #2 (permalink)  
Old 08-16-04, 10:37
LKBrwn_DBA LKBrwn_DBA is offline
Registered User
 
Join Date: Jun 2003
Location: West Palm Beach, FL
Posts: 2,456
Cool

This (*) is an asterix, and maybe this link can give us a clue of what it means.
__________________
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
Reply With Quote
  #3 (permalink)  
Old 08-16-04, 10:52
markjason markjason is offline
Registered User
 
Join Date: Jun 2004
Posts: 46
Thanks
Reply With Quote
  #4 (permalink)  
Old 08-16-04, 13:56
LKBrwn_DBA LKBrwn_DBA is offline
Registered User
 
Join Date: Jun 2003
Location: West Palm Beach, FL
Posts: 2,456
Cool

Your data file seems to be some kind of DUMP file.

Some utilities/programs that create DUMP files use the asterix (*) to signify that the values for that portion of data are repeated; which in your case means that lines 0000160 to 0000180 are equal to line 0000140.
__________________
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On