× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hello Loyd,

You have to convert the return values.

Something like :

AS400Text textConv52k = new AS400Text(52000);

AS400Text textConv3k = new AS400Text(3000);




// get The return Variables
rtn52k = (String) textConv52k.toObject(parmList[1].getOutputData());
rtn3k = (String) textConv3k.toObject(parmList[2].getOutputData());


Does this help?




Tuesday, October 27, 2009, 3:21:43 PM, you wrote:

I am not a Java programmer so please be kind.



Any info to help this Java newbie out is appreciated!

Thanks,
Loyd




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.