|
Here's the source statements for both the CL and RPG: DCL &usr *CHAR 10 DCL &tnbr *CHAR 7 DCL &pro *CHAR 8 DCL &bol *CHAR 11 DCL &po *CHAR 12 DCL &emsg *CHAR 80 DCL &rcnt *CHAR 3 DCL &lst1 *CHAR 30000 DCL &lst2 *CHAR 30000 DCL &lst3 *CHAR 30000 DCL &lst4 *CHAR 30000 C *Entry Plist * User Name (Passed In) C Parm @@USR 10 * Transaction Number (Passed In) C Parm @@TNBR 7 * Probill Number (Passed In) C Parm @@PRO 8 * BOL Number (Passed Out) C Parm @@BOL 11 * PO Number (Passed Out) C Parm @@PO 12 * Error Message (Passed Out) C Parm @@EMSG 80 * Number of HTML Rows (Returned to Calling Pgm) C Parm @@RCNT 3 C Parm @@LST1 30000 C Parm @@LST2 30000 C Parm @@LST3 30000 C Parm @@LST4 30000 Richard Scott Klement <rpg400-l@xxxxxxxxxxxxxxxx> wrote: Date: Thu, 11 Jan 2007 16:00:09 -0600 (CST) From: Scott Klement <rpg400-l@xxxxxxxxxxxxxxxx> To: RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> Subject: Re: Overlaying program Parmeters
I haven't even tried testing from the web. I am using a CL to call the program passing variables. We have no test web site to check if the program will work.
Can you please post the DCLs and CALL statement from your CL. Also please post the *ENTRY plist and procedure interface that are giving you problems. If you have any variables that are defined outside of the PLIST or PI, please post their RPG definitions as well.
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.