home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / 6753 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.8 KB

  1. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!goanna!escargot!arthur
  2. From: arthur@otto.bf.rmit.oz.au (Arthur Adamopoulos)
  3. Newsgroups: comp.databases
  4. Subject: Re: data dictionaries
  5. Summary: PICK dictionaries
  6. Message-ID: <19504sINNd5t@escargot.xx.rmit.OZ.AU>
  7. Date: 15 Sep 92 15:40:12 GMT
  8. References: <BuM69C.ny@cs.vu.nl>
  9. Organization: RMIT Computer Centre
  10. Lines: 29
  11. NNTP-Posting-Host: otto.bf.rmit.oz.au
  12.  
  13. In article <BuM69C.ny@cs.vu.nl>, jfmburg@cs.vu.nl (JFM Burg) writes:
  14. > A few weeks ago their was a discussion going on about a data-dictionary
  15. > standard. Somebody replied the question "What should a DD contain anyway".
  16.  
  17.   I mostly work with PICK like systems.
  18.   Pick has no real data definition language, all the DDL stuff is done
  19.   inside the PICK dictionaries.
  20.  
  21.   These can define:
  22.     Usual Field Number, Column Heading, Length and Type.
  23.     Output format - ie. all formats for dates, money values, times etc.
  24.     Input checks  - patterns, lengths, ranges etc etc
  25.     Correlatives  - Calculation fields.
  26.                   - This is the power of pick.  You can define almost
  27.                     any calculation on fields in the current file and get
  28.                     data from other files(tables).
  29.     Program Code  - Some versions of pick allow full code in the dicts
  30.                     (for calculations, input checks etc).
  31.  
  32.   In my limited use of Oracle I have seen some similar features but then
  33.   I haven't fully explored it yet.....
  34.  
  35. -----------------------------------------------------------------------
  36. Arthur Adamopoulos         ACSnet:  arthur@otto.bf.rmit.oz
  37. Business Info Systems    Internet:  arthur@rmit.edu.au
  38. RMIT
  39. 411 Swanston st.              Tel:  +61 03 660 3501
  40. Melbourne        3000        ICBM:  37 48 S / 147 58 E
  41. -----------------------------------------------------------------------
  42.