|
<<SNIP>>
What release are you on?
It seems like I have seen this error when compiling sometimes but
can't remember the issue. Is the ds array defined globally or in a
procedure?
Michael Ryan on Wednesday, October 30, 2013 11:03 AM wrote:
Still can't get that external data structure to work. Now I'm
trying this:
D WkMblSesP E DS Dim(1000)
D Qualified
D ExtName(MBLSESP)
Exec SQL
Declare C1 Cursor For
Select * From MblSesp
Where Session_End is null;
Exec SQL
Fetch C1 For 1000 Rows
Into :WkMblSesP;
SQL5011: Position 20 Host structure array WKMBLSESP not defined or
not usable.
I'm thinking that Fetch and external data structures don't work
together.
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.