×
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.
I'm newer in Java, but I have a big doubt, after I call a RPG program with AS400Packeddecimal and AS400Text with successful I try with AS400Array Class and with this I don´t have success.
So as anybody use this class and how?
I let here my example of RPG source:
D pncli s 9 0 dim(50)
D pnome s 40 dim(50)
D pnbalc s 4 0 dim(50)
D pndata s 8 0 dim(50)
D pnhora s 6 0 dim(50)
C *entry plist
C parm pncli
C parm pnome
C parm pnbalc
C parm pndata
C parm pnhora
And my java begin, I thing is wrong definition:
try
{
String msgId, msgText;
ProgramParameter[] parmList = new ProgramParameter[5];
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.