ok...(UV 10 )

I'm doing the following:

SELECT FILE1 SAVING VARB1  (PICK format SELECT - to allow multivalued SAVING)
SELECT FILE2
SAVE-LIST XX

Problem is when there are VARB1 items in FILE1 that are not valid ID's in
FILE2
   the SELECT FILE2 displays all the ID's that are not valid ID's.

If I'm typing the commands, no problem...just hit 'n', however, if I put them
in a VOC, and execute the VOC from a program, the operator has to hit 'n'.

What would be nice would be if there was a NOPAGE, or a HUSH option to
SELECT.

My workaround is:

SELECT FILE1 SAVING VARIB1 TO 1
SELECT FILE2 TO 2
MERGE.LIST 1 INTERSECT 2
SAVE-LIST XX

George
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to