On Dec 11, 7:34 pm, Daniel Klein <[email protected]> wrote:
> In that case create this dictionary in FILE2:
>
> ID: ATTR4
> 001 A
> 002 4
> 003
> 004
> 005
> 006
> 007
> 008 TFILE1;X;;0
> 009 L
> 010 10
>
> [ or create a similar I-type using the TRANS() function ]
>
> then
>
> SELECT FILE2 WITH ATTR4
>
> That should do it!

Except that you've not included the concept/requirement to SELECT
FILE2 against only a subset of items from FILE1.

Ex.  SELECT FILE1 WITH CRITERIA = 'XYZ'
     N ITEMS SELECTED
     SELECT FILE2 WITH ATTR4  <-- Will not work

Probably the only way to do it is to add additional Translate dict
items to FILE2 so that the FILE1 criteria can be included in a
straight SELECT against FILE2

Ex.  SELECT FILE2 WITH ATTR4 AND WITH F1.CRITERIA = 'XYZ'

--
Kevin Powick

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to