|
>From: "Richard B Baird" <rbaird@esourceconsulting.com> >Date: Fri, 11 Jan 2002 11:08:20 -0500 > ... >D $QzAmtBase S * inz(%addr(QZAMT1)) >D $QzAmt S like(QZAMT1) based($QzAmtBase) >D dim(12) > ... >On the first reference to $QzAmt() in the calcs, I'm getting a RNQ0222 - >Pointer or parameter error (C G D F). > ... >Why would my pointer not be set? Is the fact that my data structure is >part of a PList to another program causing me trouble? Rick, in the debugger, is $QzAmtBase set before you call that other program? If so, and if it gets unset during the call, then you probably have a parameter mismatch problem, where the called program is overwriting some of your other storage (like that pointer). Barbara Morris
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.