| 
 | 
Folks,
        Since this is first time I'm doing this, I've run into a
problem.
        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;               
     
        COMPILATION ERROR
        *RNF5407 20      3 More parameters were passed in the prototyped
call than are                  
                   allowed.
        Any help will be greatly appreciated.
Rajesh Anand
Tel: + (44) (0) 207 996 1152
Mob: + (44) (0) 7947273151
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 mailing list archive is Copyright 1997-2025 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.