                                                                dict_print 
Chapter 5 Map Information Operations

The data dictionary may be displayed/printed with the dict_print command.

dict_print

    Prints/displays the data dictionary file to a named device.

         dict_print dev dname

    Prints/displays the specified data dictionary dname to the named device
    dev.  If dev=2 (ascii file), fname must be included.
    ___________________________________________________________________________
    Options/arguments:

         dev       Device type code, where:
                   0 = screen
                   1 = primary system printer
                   2 = ascii file (requires fname)
         dname     Name of data dictionary file
    ___________________________________________________________________________
    Example(s):

    To route a listing of the data dictionary file called punk to the system
    printer, enter:

         dict_print 1 punk

    To display the data dictionary file called dogey to the screen, enter:

         dict_print 0 dogey
    ___________________________________________________________________________
    See also:

              config
    ___________________________________________________________________________
