Hi John,

I tried that approach.  The select attempts to use the active list for the
query.


*-----------------------------------------------------------*
                          Jon Wells
Database Administrator                         Beloit College
Information Services & Resources           Beloit, Wisconsin
608-363-2290         [email protected]     608-363-2100 (fax)
*-----------------------------------------------------------*

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Israel, John R.
Sent: Friday, April 24, 2009 8:22 AM
To: '[email protected]'
Subject: RE: [U2] I-descriptor subroutine / SELECT question

By default, selecting uses the default of select list 0.

In the 2nd/internal subroutine, have the SELECT use a different select # and
then read from that select #.

For example:
STMT = "SELECT WIGETS TO 4"
EXECUTE STMT
LOOP
WHILE READNEXT KEY FROM 4
  (your code)
REPEAT
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to