|
The compile error stated that tmyy96 was undefined or unusable.The field tmyy96 was being used as a subfield in a data structure. When I removed it from the data structure, the program compiled without errors. Strange, but perhaps something to watch out for when using embedded SQL.
c/exec sql c+ declare c1 cursor forc+ select agnt96, name96, city96, stat96, zip596, zip496, iacd96, tmyy96
c+ from hagents order by name96 c/end-execc/exec sql
c+ fetch c1 into :agnt96, :name96, :city96, :stat96, :zip596, :zip496, c+ :iacd96, :tmyy96c/end-exec
Gene
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.