× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Guy,

It works fine.  But there are a few things to keep in mind:

Given
c+ fetch from c1 for 10 rows into :wData

1) wData must be defined as a MODS not an array (unless at v5r3)
2) wData can't be qualified ( unless at v5r3)
3) wData can only be defined once in the program (unless at v5r3???)

as far as #3 goes, the pre-compiler expects wData to be a global DS.
However, I've used a local DS successfully just remember not to reuse the
same name in another procedure.  

HTH,
Charles


> -----Original Message-----
> From: Guy Henza [mailto:guyhenza@xxxxxxxxxxx]
> Sent: Wednesday, August 18, 2004 8:22 AM
> To: rpg400-l@xxxxxxxxxxxx
> Subject: RE: Can SQL recognize a nested data structure? 
> 
> 
> I love it when I find a new snippet of code that works.  I've 
> been playing 
> around with
> 
> c+ fetch from C1 for 10 rows into :..
> 
> for a while and can't get past
> 
> SQL0221  30      15  Position 23 Number of rows 10 not valid.
> 
> Does this line actually work somewhere?  Will someone please 
> post an example 
> of it working.
> 
> Thank you all,
> 
> Guy
> 
> PS: I was able to get the iimds example to compile using a 
> single occurrence 
> data structure but not a multiple occurrence data structure.
> 
> _________________________________________________________________
> Is your PC infected? Get a FREE online computer virus scan 
> from McAfeeョ 
> Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
> 
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) 
> mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.