25 pts.
 How to convert the spoolfile to TIFF Little Endian in AS400 IFS folder with HPT API?
Can anyone help to share the experience to convert the spoolfile to TIFF Little Endian in AS400 IFS folder. I have used HPT API with WSCST setting DATASTREAM=TIFF_G4, INITPRT DATA = '4D4D002A'X to covert the spoolfile to Big Endian successfully. However, I still can't figure out the way to convert it into Little Endian which I finally need, even though using INITPRT DATA = '49492A00'X.  Can anyone help to advise other parameters are required? Many thanks.

Software/Hardware used:
ASKED: October 5, 2009  2:17 PM
UPDATED: October 30, 2009  2:08 PM

Answer Wiki:
This article here looks like it has what you need. http://search400.techtarget.com/tip/1,289483,sid3_gci854097_mem1,00.html
Last Wiki Answer Submitted:  October 29, 2009  2:17 am  by  Teandy   5,830 pts.
All Answer Wiki Contributors:  Teandy   5,830 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

that is the same what I know … in fact, the sampe WSCST support Big Endian only DATASTREAM=TIFF_G4. INITPRT DATA = ’4D4D002A’X.

 25 pts.