|
On Thu, 14 Jun 2001 Troy.C.Dills@blum.com wrote: > > I am writing a Program in RPGIV with a CL. (no procedures involved, > just modules) I was wondering, do I have to pass a numeric parm from > the CL at a length of 15 5 to a RPG module at that same length? No... That technique is only necessary when using "SBMJOB", "QCMDEXC" or using the "CALL" command from the command-line. (Or any other time that the system can't directly pass the parm by reference) When a program directly calls another program, it's not an issue. You just have to make sure the variables are of the same type and size. When a module calls another module, it's even safer, since you know nobody is going to come along later and try to change it to "SBMJOB" :) +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.