|
This works, but I can not take credit for this code. Was from a program I downloaded and debugged to work. * Declare QDCXLATE API and its parameters * D XLate PR ExtPgm('QDCXLATE') D 5P 0 D 512A Options(*Varsize) Const D 10A * D XlateBuffLen S 5P 0 D XlateBuffer S 512A D Ebcdic2Ascii S 10A Inz('QASCII') D Ascii2Ebcdic S 10A Inz('QEBCDIC') ... C MoveL Buffer XLateBuffer C Eval Xlatebufflen = %Len(%Trim(Buffer)) C CallP Xlate ( XLateBuffLen : C XLateBuffer : C Ebcdic2Ascii ) Regards, Jim Langston Mike Silvers wrote: > > I have a socket program that connects to a remote server and retrieves data. > The problem is that the data received is in ASCII and I am having some > issues converting it. I receive the data into a variable defined as 132A in > RPG. When I refer to this variable and call the utility program QDCXLATE, I > receive all @ in return (an error condition). I have set the variable to > dump when it is reached so I can look at the hex values. I see that the hex > values are valid values in ASCII. What I believe I need to do is to use the > hex value of the return string and convert the hex value from ASCII to > EPDIC. After that is done life will be easy.... > > Any suggestions would be appreciated... > > Thanks > > Mike Silvers > > ================================ > > Mike Silvers, IBM Certified Expert > Hainey Business Systems > 8 E. Canal St > Dover, PA 17315 > Branch Office: (410) 397-8739 > Phone: (800) 932-3380 > Fax: (717) 292-9474 > Web: http:\\www.hbs-inc.com > ________________________________ > Providing E-Commerce, EDI, AS/400 > Development and related services > nationwide. > ================================ > > +--- > | This is the RPG/400 Mailing List! > | To submit a new message, send your mail to RPG400-L@midrange.com. > | To subscribe to this list send email to RPG400-L-SUB@midrange.com. > | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.