Listing a Dictionary (AREV Specific)
At 10 SEP 1998 02:09:15PM Stacey Haws (shaws@gwic.com) wrote:
I typed 'listdict table (p' to print the dictionary to the printer and want to change the fields that are listed. I want to list the 'Description' field.
Any help is appreciated.
At 10 SEP 1998 03:00PM Egbert Poell wrote:
We still use the program that was there in AREV 2.12.
I can email it to you if you send me your email address.
Changing the standard definition might be possible also but I should look again how to do that.
Best regards
Egbert Poell
Revelation Consultant
Mecomp Automatisering vof
Mecomp@xs4all.nl
At 10 SEP 1998 09:31PM Chris Vaughan wrote:
LIST DICT FILENAME TYPE SM FMC ……………… (P
I cannot recall if an entry exists in the dict of VOC for the Description - but its no big deal to add one.
You might like to make a group that has just the fields you want to see.
At 11 SEP 1998 11:10AM Michael Slack wrote:
We are using Arev 3.12. We have a table called DICTS. It is a dictionary of dictionaries. I'm not sure if it is one that came with our system or not. There is some stuff in the DICT.DICTS that look like someone in our company added to the dictionary difinitions.
You can also look in SYSINCLUDE at the row DICT.EQUATES. It is very informative at to the structure of dictionaries and what the different columns are for and the expected values that should be in each column. If you don't have a DICTS table then you can us the DICT.EQUATES row as a guide to creating one of your own.
If have or set up a DICTS like table then you can do things like:
LIST DICT.tablename USING DICTS TYPE SM DESC
I hope this helps.
Michael Slack
At 13 SEP 1998 03:40PM Aaron Kaplan wrote:
I think @LPTR was involved with this, somehow….
If not, most fields are in DICT.VOC and it would be real simple to create a listing.
akaplan@sprezzatura.com