× 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.



You'd probably get more help from the RPG list since this looks like an 
RPG program.

Ron Power
Programmer
Information Services
City Of St. John's, NL
P.O. Box 908
St. John's, NL
A1C 5M2
Tel: 709-576-8132
Email: rpower@xxxxxxxxxx
Website: http://www.stjohns.ca/
___________________________________________________________________________
Success is going from failure to failure without a loss of enthusiasm. - 
Sir Winston Churchill




"Anand, Rajesh" <Rajesh_Anand@xxxxxx> 
Sent by: java400-l-bounces@xxxxxxxxxxxx
28/06/2005 04:28 AM
Please respond to
Java Programming on and around the iSeries / AS400 
<java400-l@xxxxxxxxxxxx>


To
<java400-l@xxxxxxxxxxxx>
cc

Subject
Calling Java Main from RPG - Compilation error






Folks,

                 I've posted this before, apologies as I'm still unable to
resolve the problem.

                 Need help. I don't know why compiler is complaining...

                 Here is the definition of the argument....

                 d args            s               o
CLASS(*JAVA:'java.lang.String') 
                 d                                     dim(3)

 

 

 /free

           eval   Sdate = %subst(p@gmidate8:1:4) + '-' +

                          %subst(p@gmidate8:5:2) + '-' +

                          %subst(p@gmidate8:7:2);

 

           eval  Edate = Sdate;

 

                  read Pmesrvcpf; 
                 dow not %eof; 
                                 eval   Service = %trim(Pmvss);  
                                 eval   args(1) = String_new(Sdate);  
                                 eval   args(2) = String_new(Edate);  
                                 eval   args(3) = String_new(service)
                                 PmeService(args); 
                 read Pmesrvcpf; 
                 enddo; 
 


                                 This is the prototype definition...

                 d PmeService      pr                  STATIC

d                                     EXTPROC(*JAVA:

d                                     'gmi.pme.GetIndexService':'main')

d                                 o   CLASS(*JAVA:'java.lang.String')

d                                     dim(3)

d                                     const 

COMPILATION ERROR


                 *RNF5407 20      3 More parameters were passed in the 
prototyped
call than are 
                   allowed.


                 Any help will be greatly appreciated.

                 Thanks in advance.


Rajesh Anand
Email:Rajesh_anand@xxxxxx
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the 
sender, delete it and do not read, act upon, print, disclose, copy, retain 
or redistribute it. Click here for important additional terms relating to 
this e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------

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.