Delink Statement - Tandem ENFORM 058057 Reference Manual

Data management library
Table of Contents

Advertisement

DELINK Statement

The DELINK statement allows you to clear a connecting relationship between
dictionary record descriptions. The syntax of the DELINK statement is:
DELINK
record-name1 or record-name2
field-name
qualified-field-name1 or qualified-field-name2
Both forms of the DELINK statement are equivalent. The field names must be
specified in the DELINK statement in the same order as the corresponding LINK
statement. For example, if the LINK statement is:
the corresponding DELINK statement can be:
ENFORM stores all links of record descriptions in the current ENFORM internal table.
All links apply to all subsequent LIST or FIND statements of the current ENFORM
session until you issue a DELINK, CLOSE, DICTIONARY statement, or
?DICTIONARY command. Since unnecessary links can produce undesirable results,
delete relationships which do not apply to the current query from the internal table.
Use a DELINK statement to clear a a linking relationship between two record
descriptions without affecting other links.
If you want to clear all links, use a CLOSE statement, a DICTIONARY statement, or a
?DICTIONARY command. A CLOSE statement for a record description deletes all
links referencing that record description from the internal table. A DICTIONARY
statement or ?DICTIONARY command clears the entire internal table.
058057 Tandem Computers Incorporated
record-name1 [ TO [OPTIONAL] ]
record-name2 VIA field-name
qualified-field-name1 [ TO [ OPTIONAL ] ]
qualified-field-name2
are the names of dictionary record descriptions.
is the name of a field common to both of the record descriptions.
are the names of fields uniquely identified as components of record-name1 and
record-name2 respectively.
LINK parts TO odetail VIA partnum;
DELINK parts.partnum TO odetail.partnum;
Statements
DELINK Statement
, ... [;]
4–11

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enform

Table of Contents