Translates a 2-byte integer stored most significant byte first to (exactly) 6 ASCII numeric characters. (The target will not be zero terminated.) This function can be used for translating numeric data from an iSeries™ server to ASCII.
cwbDT_Bin2ToWide6
unsigned int CWB_ENTRY cwbDT_Bin2ToASCII6( char *target, char *source);
The following list shows common return values.
The source data is assumed to be stored with the Most significant Byte first. This is the format that the iSeries server uses and is the opposite of the format used by the Intel® x86 processes.