DATASERV commands


PROGRAM NAME

kgdbm_dump - Print Out GDBM File

DESCRIPTION

This program is a simple utility program which will print out the keys of a kgdbm file. The data associated with those keys can also be printed. Two options control the amount of data printed. The "n" parameter determines how many points are printed (if this paramter is set to zero, then no data will be printed). The "all" parameter can be set if all the data points associated with each key should be printed.

The program will inform you of how many total data points are associated with each key.

REQUIRED ARGUMENTS

-i
type: infile
desc: Input data base to print information for

OPTIONAL ARGUMENTS

-n
type: integer
desc: Number of Points to Print
default: 0
bounds: value >= 0
-all
type: flag
desc: Print All Data
-key
type: string
desc: Key to be printed, otherwise all keys are dumped
default: {none}

EXAMPLES

SEE ALSO

RESTRICTIONS

REFERENCES

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.