× 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.


  • Subject: Re: SQLRPGLE question
  • From: Carel Teijgeler <teygeler@xxxxxxx>
  • Date: Fri, 25 Aug 2000 17:57:48 +0200

tomh@simas.com wrote:

> So... how do I "Use the data from that as a variable on the SQL-statement"?  
>Some example
> code would be greatly appreciated.
>
> tomh@simas.com wrote:
>
> > I had opportunity last week to write - from scratch! - my first SQL
> RPGLE
> > program.  What a godsend that we can use embedded SQL.
>
> <snip></snip>
>
> > I do not know beforehand what the members are in the multi-member file.
> > I'd like to use the SQL 'ALIAS' command to do the override instead of
> using
> > the OVRDBF.  So... how do I use the SQL 'ALIAS' command with a variable
> > member name?
>
> Why not list the members in a user space with the Display member list API
> and
> retrieve any occurrence from the user space. Use the data from that as a
> variable
> on the SQL-statement.
>
> Hope this will help,
>
> Carel
>
> +---
> | This is the RPG/400 Mailing List!
> | To submit a new message, send your mail to RPG400-L@midrange.com.
> | To subscribe to this list send email to RPG400-L-SUB@midrange.com.
> | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator: david@midrange.com
> +---

I do not have an example, but it has the following sequence:
1) create a user space.
2) list the members of the file into the user space (API is List Members)
3) retrieve the generic header of the user space: it gives information on the 
number of
entries the entry length and the starting position of the entry.
4) do a loop with the number of entries retrieving one entry each time; 
retrieve an entry in
a data structure.
5) use the subfield of the data structure with the member name in your 
SQL-statement.
6) At the end delete the user space.

User sapces are described in the Object API manual, List Members in the File 
API manual.
There have been published many examples using user spaces. Use those as 
examples.

Sorry for the fact I cannot provide sample code.

Hope this will put you into the right direction.

Carel.


+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.