I'm not sure about Universe, but in Unidata the savedlists are 'paged' with
each page being about 32k or so.  So if you saved a list:

SAVE-LIST AEE

it would generate the SAVEDLISTS entry of AEE000, AEE001, AEE002, etc.
depending on how many records were saved.  However it is not necessary to
make a new page for each 32k entry, this is a left over.  So if you do
decide to form a list in a program, you'll need to:

  Write MyList On SL, "Temp_":@UserNo:"000"

and then you can do:

  Chain "GET.LIST Temp_":@UserNo


        *=aee=*

Disclaimer: If you received this message in error please dance down the hall
skipping and whistling while twirling a large branch over your head, or eat
a mustard and cheese sandwich while staring at your coworkers and mumbling
incoherently.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brian Leach
Sent: Friday, July 09, 2004 08:27
To: [EMAIL PROTECTED]
Subject: RE: [U2] Passing a SELECT ID if it's not in the file...


Why not just a short program to do it for you?

===rest of original clipped for low bandwidth users===
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to