Submitted by:   Peter M. Hahn
		Building 206-1
		RCA Government Systems Division
		Route 38
		Cherry Hill, NJ 08358
		(609) 338-5319

     This submission contains two separate Datatrieve programs
which run on either VAX-11 Datatrieve or Datatrieve-11.  They 
are in the form of separate Datatrieve indirect command files which
can easily be invoked by Datatrieve by simply preceding the file 
specification with an @ sign.  Before being able to use the
programs, however, the user must know the basics of Datatrieve
and must create a data file for the specific Datatrieve domain
defined in the program.  This is done with a DEFINE FILE command
using the file name specified in the domain definition found
in the first few lines of the indirect command file.

     The first program is for creation, maintenance, finding 
contents and printing of a personal address and telephone
directory.  It contains programs for storing entries (STORE-ENTRY),
finding phone numbers (FIND-NUMBER), printing the directory
(PRINT-DIRECTORY), adding missing zip codes (CHECK-ZIP), and
eliminating unwanted entries from the printing process (CHECK-LIST).

     The pertinent data on the first program is:

	Indirect command file: DIRECTOR.CMD
	Domain name:           DIRECTORY
	Data file name:        DIREC.DAT

     The second program is for maintaining, printing and
testing oneself on the contents of a vocabulary list and its
meanings.  Creating the list is done via commonly known Data-
trieve commands for preparing a domain for WRITEing (READY domain-name
WRITE) and storing data (STORE domain-name).  Programs are
included for testing (TEST-ME), printing the list (PRINT-
DICTIONARY) and reintroducing list entries temporarily bypassed
as part of the testing process (TEST-WORD).

     The pertinent data on the second program is:

	Indirect command file: VOCABUL.CMD
	Domain name:           VOCABULARY
	Data file name:        NEWVOCAB.DAT

