VMS Help  —  PMDF  DUMPDB
    Dump contents of a PMDF CRDB database to a file.

    Syntax

      PMDF DUMPDB  input-database-spec [output-file-spec]

    Command Qualifiers    Defaults

    None.                 None.

1  –  Restrictions

    None.

2  –  Prompts

    Input database:      input-database-spec[,...]
    Output filee:        output-file-spec

3  –  Parameters

 input-database-spec

    The name of the database from which to read entries.

 output-file-spec

    The name of the ASCII file to which to write the entries stored
    in the database. If no output file is specified, the output is
    written to SYS$OUTPUT.

4  –  Description

    The PMDF DUMPDB utility writes the entries in a PMDF CRDB
    database to a flat ASCII file.

5  –  Examples

      The following command illustrates dumping the PMDF alias
      database to SYS$OUTPUT.

 $ PMDF DUMPDB PMDF_ALIAS_DATABASE
 adam.smith asmith@example.com
 bob.brown bbrown@example.com
Close Help