NET/MASTER Network Control Language (NCL) Programmer's Guide
User-Defined Maps
Standard and User-Defined Maps
106160 Tandem Computers Incorporated 11–41
The following DEFINITION and RECORD clauses are supported by NonStop
NET/MASTER MS:
OCCURS
PIC[TURE]
TACL
TYPE data-type
TYPE def-name
89 enumeration
The following DEFINITION and RECORD clauses are not supported by NonStop
NET/MASTER MS:
AS
CONSTANT
DISPLAY
EDIT-PIC
FILLER
HEADING
HELP
KEYTAG
MUST BE
NULL
OCCURS … DEPENDING ON …
REDEFINES
SPI-NULL
UPSHIFT
USAGE
[NO]VALUE
66 RENAMES
88 condition-name
You can create an Enscribe entry-sequenced, key-sequenced, relative, or
unstructured file using DDL, but NCL does not support access to relative or
unstructured files (except edit files). Section 12, “Working With Files,” discusses
Enscribe files in more detail.
A key-sequenced file created using DDL has a key. When you open the file by
using the FILE OPEN verb or set the current characteristics of the file using the
FILE SET verb, you must specify KEYEXTR=NO. Otherwise, when you are
adding a record to the file using the FILE ADD or FILE PUT verb, the current
value of the &SYS.FILE.KEY system variable is inserted before the key you have
defined using DDL (to which you have assigned a value in the NCL process). See
Section 12, “Working With Files,” for more information on the affect of the
KEYEXTR operand.