Table of Contents

Search

  1. Preface
  2. Introduction
  3. Installation
  4. Design
  5. Operation

Syntax

Syntax

The definition starts with a name as described above. It is followed by:
Field
Description
NAME=
This character string names the file or view. It may be up to 32 bytes long.
ID=
This parameter is only specified for File Definitions; see the
File Definition
section above.
FIELD=name,format,length
The parameter is used to define the fields that comprise the File or View. The maximum number of fields is platform specific. The order of
FIELD
definition statements determines the physical ordering of fields on the database record and/or view.
name
A character string that names a field. It may be up to 32 bytes in length.
format
The format of the field. This may be defined using a pre-defined format, or as a customized format. See the
Field Formats
section below.
length
The length of the field in bytes. The maximum length is platform specific. Refer to the
Limitations
section for details.

0 COMMENTS

We’d like to hear from you!