|
> From: Lim Hock-Chai > > The caller did pass all three parms when I was testing it. > However, the parm I passed is a data structure. I did later find > an discussion about CEEDOD wILL not work if the parm being passed > is a data structure. That particular discussion was date Jul > 1999. I wonder if IBM has corrected the problem. This is not an IBM problem. Your procedure expects three parameters. You cannot pass a single data structure and expect it to satisfy those three parameters. You can do one of the following: 1. Send each parameter individually 2. Change the prototype to accept only a single data structure 3. Add an interface procedure that accepts a data structure and passes the elements of that data structure to the original procedure Be very clear on this: you cannot pass a data structure to a procedure that is expecting multiple values. Joe
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.