NET/MASTER Network Control Language (NCL) Programmer's Guide
User-Defined Maps
Standard and User-Defined Maps
11–40 106160 Tandem Computers Incorporated
Screen 2 of 2
(11:58) --------------------- OPERATOR CONTROL SERVICES ----------------------
Group DEPNUM is |95|
Field BRANCHNUM is |5|
Field REGNUM is |9|
Field DEPTYPE is |EDUCATION|
Field DEPTYPE# is |3|
Group EMPNAME is |Smith John A|
Field FIRSTNAME is |John |
Field LASTNAME is |Smith |
Field MIDINIT is |A|
Group EMPPAY{1} is |31Jan99|
Field DAY is |31|
Field MONTH is |Jan|
Field YEAR is |99|
Group EMPPAY{2} is | |
Field DAY is | |
Field MONTH is | |
Field YEAR is | |
Group EMPPAY{3} is |31Mar99|
Field DAY is |31|
Field MONTH is |Mar|
Field YEAR is |99|
AUTO HOLD ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
Screen 2 has features in addition to those described for Screen 1. Screen 2 shows
how enumerated and unenumerated values are displayed. For example,
DEPTYPE refers to an unenumerated value (EDUCATION) and DEPTYPE# refers
to an enumerated equivalent (3). Other enumerated values are sales (0), marketing
(1), admin (2), and development (4).
Screen 2 shows how repeated groups are displayed. For example, EMPPAY is
repeated 12 times. The first, third, fifth, seventh, ninth, and eleventh occurrences
have pay information. The second, fourth, sixth, eighth, tenth, and twelfth fields
have only blanks.
5. Execute the following command from the OCS command input line:
UDBCTL CLOSE=$DATA2.UDDL.EMPFILE
This command closes $DATA2.UDDL.EMPFILE for use by NonStop
NET/MASTER MS.
Considerations for User-
Defined Maps
The following considerations apply when creating a DDL source schema file to
subsequently create a user-defined map:
A user-defined map name must be from 1 through 32 characters long. You can use
the following characters in a user-defined map name, as long as the first character
is not a digit:
Alphabetic characters: A-Z and a-z
Numeric characters: 0 through 9
Other characters: # $ @