CDEF C-1





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



NAME


cdef - build a definition for a data file   
       [Requires: C/Base Utilities Module]

SYNOPSIS

  								    
cdef [ textfile ] deffile

DESCRIPTION


Cdef reads lines from the file textfile (name of ASCII input file of 
the type output by the pdef -d or pdict -d commands) or the standard 
input if textfile is omitted and builds a new definition for deffile. 
If an old definition exists for deffile, it is replaced by the new 
definition.  The definition file created can be used by filedef(C-1), 
makelf(C-1), convrtlf(C-1) or pdef(C-1).  This program is intended to 
be used in porting data file definitions to different systems.

SEE ALSO


pdef(C-1), filedef(C-1), makelf(C-1), convrtlf(C-1).
C/Base Utilities Manual Chapter 6, Transferring C/Base Applications.

NOTES


This program is only available with C/Base Utilities software package.