DPRINT C-1





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


dprint - print the contents of an RMSfile

SYNOPSIS


dprint datafile [ selectionfields ]

DESCRIPTION


Dprint reads the specified RMSfile and produces on the standard output
a text listing of all the fields of each selected record.  Output is 
generated only if the data values in the record fall within the bounds
specified by the "selectionfield" arguments.

A "selectionfield" argument has one of the following formats:

		fieldname>value		greater than
		fieldname>=value    	greater than or equal to	
		fieldname=value		equal to
		fieldname<>value	not equal to
		fieldname<=value	less than or equal to
		fieldname and < symbols.

This command is intended mainly for debugging.  The output generated for
each selected record consists of the record number of the record followed
by a listing of the contents of each field in the record, one per line,
in the format:

		fieldname=value