Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan i realize it? Pin
pavelcyu21-May-03 1:42
pavelcyu21-May-03 1:42 
GeneralJaro-Winkler Matching Algorithm Pin
zoltan_ie21-May-03 1:38
zoltan_ie21-May-03 1:38 
Generalmember variables and functions Pin
Drawil21-May-03 1:19
Drawil21-May-03 1:19 
GeneralRe: member variables and functions Pin
David Crow21-May-03 2:41
David Crow21-May-03 2:41 
GeneralRe: member variables and functions Pin
Drawil21-May-03 3:18
Drawil21-May-03 3:18 
GeneralRe: member variables and functions Pin
David Crow21-May-03 3:48
David Crow21-May-03 3:48 
GeneralRe: member variables and functions Pin
Drawil21-May-03 3:59
Drawil21-May-03 3:59 
GeneralAS400 Data Packed Converting Pin
Paul Farry21-May-03 1:17
professionalPaul Farry21-May-03 1:17 
I'm having a serious amount of trouble interpreting some data in an AS400 database file.

If I look at the Binary representation of the data in the AS400, I see

(The values are vertical/columns)
Example 1:
<br />
001<br />
10F<br />

Now on the AS400 this = 1001
When I pull this data to Windows, I get Hex(01 00 1F) or 65567

Example 2:
<br />
000<br />
01F<br />

Now on the AS400 this = 10
When I pull this data to Windows, I get Hex(00 01 0F) or 271

Example 3:
<br />
001<br />
00F<br />

Now on the AS400 this = 1
When I pull this data to Windows, I get Hex(00 00 1F) or 31

Now the project at hand is build a utility that will extract this data, and populate a perform value analysis on this.. But I can't figure out an algorithm which will convert this so something useful.

Has anyone got any clues about converting this?
GeneralRe: AS400 Data Packed Converting Pin
David Crow21-May-03 2:43
David Crow21-May-03 2:43 
GeneralRe: AS400 Data Packed Converting Pin
Paul Farry21-May-03 3:21
professionalPaul Farry21-May-03 3:21 
GeneralRe: AS400 Data Packed Converting Pin
David Crow21-May-03 3:52
David Crow21-May-03 3:52 
GeneralHelp me please! im a beginner Pin
DeMoN198521-May-03 0:52
DeMoN198521-May-03 0:52 
GeneralRe: Help me please! im a beginner Pin
jhaga21-May-03 1:46
professionaljhaga21-May-03 1:46 
GeneralRe: Help me please! im a beginner Pin
Anonymous25-May-03 20:00
Anonymous25-May-03 20:00 
QuestionGet Window Zorder? Pin
Aidman21-May-03 0:36
Aidman21-May-03 0:36 
AnswerRe: Get Window Zorder? Pin
Joseph Dempsey21-May-03 1:55
Joseph Dempsey21-May-03 1:55 
GeneralRe: Get Window Zorder? Pin
Aidman21-May-03 2:22
Aidman21-May-03 2:22 
GeneralRe: Get Window Zorder? Pin
Joseph Dempsey21-May-03 2:43
Joseph Dempsey21-May-03 2:43 
AnswerRe: Get Window Zorder? Pin
David Crow21-May-03 2:46
David Crow21-May-03 2:46 
AnswerRe: Get Window Zorder? Pin
Neville Franks22-May-03 11:10
Neville Franks22-May-03 11:10 
GeneralRe: Get Window Zorder? Pin
Aidman24-May-03 1:33
Aidman24-May-03 1:33 
QuestionAny Simple Code Profiler??? Pin
PrashantJ20-May-03 23:41
PrashantJ20-May-03 23:41 
QuestionHow to change Titel of a MDI-Window Pin
AnTri20-May-03 23:28
AnTri20-May-03 23:28 
AnswerRe: How to change Titel of a MDI-Window Pin
Neville Franks21-May-03 1:23
Neville Franks21-May-03 1:23 
GeneralHELP : execute plink from VC++ 6.0 program Pin
bibip20-May-03 22:23
bibip20-May-03 22:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.