Or "...CAPTURING MESS..." Danny Ruckel, Senior Programmer Southwest Traders 27711 Diaz Road Temecula, CA 92590 Ph: 951.676.8377 Fax: 615.676.8370 [email protected] http://www.southwesttraders.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Joshua Gallant Sent: Friday, April 24, 2009 12:00 PM To: [email protected] Subject: RE: [U2] How do you do a NOPAGE on a SELECT?
Couldn't you just use HUSH before doing the select to suppress the output? - Josh -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of George Gallen Sent: Friday, April 24, 2009 2:22 PM To: [email protected] Subject: [U2] How do you do a NOPAGE on a SELECT? 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/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ [demime 1.01d removed an attachment of type application/octet-stream which had a name of Daniel Ruckel ([email protected]).vcf] ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
