|
Ther are some issues depending on data type. - if the parameter is alpha (in both the CL and RPG): no problem - if the parameter is packed numeric (in both the CL and RPG): no problem - if the parameter is zoned (in the RPG): problem because you can not have a zoned variable in CL Solution: - In the CL, define a variable of type *CHAR of the same length as the numeric variable. - Then do a chgvar to tranfer the value from the numeric variable to the character variable - Use the caracter variable as the parameter in the call to the RPG - this work because the caracter representation of a number is the same as the zoned representation Denis Robitaille Directeur service technique Cascades Inc 819 363 5187 fax 819 363 5177 >>> "Chris Beck" <CBeck@good-sam.com> 11/24 2:36 PM >>> Can someone help me with what is the easiest way to pass some variables from a cl program to a RPG program? thanks in advance. +--- | 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 +--- +--- | 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.