![]() | |
#1
| |||
| |||
|
|
Dear All: We have a system running on Unidata 5.2, I want to check the DB schema or dictionary structure as we do in SQL Sever and MSAccess (through some tool). So that I can see all the relations and structure in one place. Is it possible to do such a thing in Unidata? Basically the system is evolved over a period of time and we dont have any documentation as such. Now we want to study the program and data structure. Please recommend what steps shall we take. |
#2
| |||
| |||
|
|
Dear All: We have a system running on Unidata 5.2, I want to check the DB schema or dictionary structure as we do in SQL Sever and MSAccess (through some tool). So that I can see all the relations and structure in one place. Is it possible to do such a thing in Unidata? Unidata doesn't have schemas in the way that SQL databases do. |
#3
| |||
| |||
|
|
"mzafar" <member32079 (AT) dbforums (DOT) com> wrote in message news:3053242.1056761536 (AT) dbforums (DOT) com... Dear All: We have a system running on Unidata 5.2, I want to check the DB schema or dictionary structure as we do in SQL Sever and MSAccess (through some tool). So that I can see all the relations and structure in one place. Is it possible to do such a thing in Unidata? Unidata doesn't have schemas in the way that SQL databases do. For each file (table) in the database their is a DICT file that has definitions that show what you can expect in each field. EG field 3 might be 10 characters wide (for display purporses) and contain dates that are displayed wit 4 digits for the year and is multi-valued. Field 4 might be a 30 characters wide (again for display purposes, there is no actual constraint on the number of characters that may be placed in a field), is left justified and single-valued. And so on... Listing the DICT will also show you the NAMES of the fields, which will provide information for you if they have been intelligently named. If your file/table is called CUSTOMERS then LIST DICT CUSTOMERS should show you the contents of the DICT. |
![]() |
| Thread Tools | |
| Display Modes | |
| |