PMDF System Manager's Guide
PMDF-REF-6.0


Previous | Contents

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.

restrictions

None.

prompts

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

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.

DESCRIPTION

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


EXAMPLES

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

$ PMDF DUMPDB PMDF_ALIAS_DATABASE
!!PMDF CRDB/QUOTED/REMOVE/NOLONG_RECORDS  PMDF_ALIAS_DATABASE 
adam.smith asmith@acme.com 
bob.brown bbrown@acme.com 


Previous | Next | Contents