Here's another simple option: Use REVISE (or ENTRO, MODIFY, etc) on the file - this will automatically create an @REVISE phrase in the file's dictionary.
You could then use "LIST filname @REVISE" to see all the fields. (Note: REVISE will only create the @REVISE phrase if you don't already have an @ phrase in the dictionary). Alternatively write a simple program to SELECT all the D-types in the dictionary and append their names into a string and then build up a LIST statement containing all the field names. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dan Fitzgerald Sent: Thursday, 21 January 2010 12:39 PM To: 'U2 Users List' Subject: Re: [U2] UniVerse RetreiVe how do I query a file for all of itscolumn's values? So, the choices are to edit the @ item in the dict & add all of the columns, or write a basic program that reads Rec, then outputs Rec<1>, Rec<2>, etc. A third solution would be to copy the F1 dictionary item to F2, F3, F4, etc., change the attribute (column) field to match, then list 'em all, maybe in a proc. Sounds like you have options... DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or disclosing the contents in any way. The views expressed in this e-mail are those of the author, and do not represent those of this company unless this is clearly indicated. You should scan this e-mail and any attachments for viruses. This company accepts no liability for any direct or indirect damage or loss resulting from the use of any attachments to this e-mail. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
