DISPLAY RECORD command

From m204wiki
Revision as of 01:04, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Privileges
Any user
Function
Displays a definition of a record in a Model 204 file

Syntax

DISPLAY RECORD [(NOUSE)]

Syntax notes

NOUSE displays the record definition on your terminal even if a USE command precedes the DISPLAY. Any alternate device remains open, but is not used. If specified, NOUSE must be enclosed in parentheses.

Example

DISPLAY RECORD (NOUSE)

Usage notes

The DISPLAY RECORD command displays a record definition. Model 204 lists all the preallocated fields in the Model 204 file that is currently open. Fields are listed in the same order in which they are allocated in each record in the file. The OCCURS, LENGTH, and PAD specifications for the fields are also included. (See "DEFINE FIELD: Field names and attributes".)