Translates a 4-byte integer stored most significant byte first to (exactly) 11 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_Bin4ToWide11
unsigned int CWB_ENTRY cwbDT_Bin4ToASCII11( 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 processors.