Thank you. I thought I was going crazy when I couldn't find it again.

Robert Norman

On 10/18/2012 9:28 AM, Daniel McGrath wrote:
You can find it here: 
https://u2devzone.rocketsoftware.com/accelerate/articles/u2-select/u2-select

Cheers,

Dan McGrath
Product Manager
Rocket Software
4600 S. Ulster Street **Suite 1100 **Denver, CO 80237 * USA
t: +1.720.475.8098 * m: +1.617.630.7392 * e:dmcgr...@rocketsoftware.com w: 
rocketsoftware.com/u2




-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert
Sent: Thursday, October 18, 2012 10:26 AM
To: U2 Users List
Subject: Re: [U2] Selection Suggestions for using UV instead of SQL

There used to be a version of a SELECT verb on the Rocket website. I think it 
was in the white papers or technical articles section. It provided source code 
to a verb called SELECTK I think it was called.

If anyone can find it, let me know. I haven't been able to find it after the 
first time I read it.

Robert Norman

On 10/17/2012 10:20 AM, George Gallen wrote:
Looks like either UV doesn't have LSELECT, or UV 10.0.2 does not.

George

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill
Haskett
Sent: Wednesday, October 17, 2012 1:16 PM
To: U2 Users List
Subject: Re: [U2] Selection Suggestions for using UV instead of SQL

George:

How about something like:

3 Dev (0)-> LSELECT ?

This will create a list of {FileName} keys for records whose field
definition value appears in a defined list.

Syntax:
     LSELECT File_Name WITH Dict_Name IN LIST1 TO LIST2 [VERBOSE| -V]

Example: SELECT CUSTOMERS SAMPLE 500
    SAVE.LIST MY.LIST
    LSELECT SALES.ORDERS WITH CUST.NBR IN MY.LIST TO MY.LIST.2

Notes:
If a destination list is not supplied then keys will be left as the
active select list.  If a source list is not supplied then the current
active select list will be used.  Lists may be specified as select
buffers (0-8) or as named lists from SAVEDLISTS.

An example of this is as follows:

3 Dev (0)-> SELECT MASTER "260""605"

2 records selected to list 0.

3 Dev (0)-> SAVE-LIST MY.LIST
2 key(s) saved to 1 record(s).

3 Dev (0)-> LSELECT ARTMASTER WITH CLIENTNO IN MY.LIST VERBOSE (Parsed
Command) LSELECT ARTMASTER WITH CLIENTNO IN MY.LIST TO 0

(Selected List)
List Source MY.LIST found 2 items.

(Create Temp File)
LSELECT0031 file created with MOD = 5

(Loaded List to Temp File) - 2 items.

977 key(s) saved to 1 record(s).
(Selected Result List)
UDT.COMMAND = select ARTMASTER WITH EVAL
"TRANS('LSELECT0031',CLIENTNO,'@ID','X')" GT "" TO 0 UDT.RESPONSE =
?977 records selected to list 0.??
Destination 0
Named List 0

(Delete Temp File)
LSELECT0031 file deleted...

3 Dev (0)>>

This now has a list of (/*ARTMASTER*/) records that contain a client#
in the original select list, MY.LIST.

HTH,

Bill
Untitled Page

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to