NET/MASTER Network Control Language (NCL) Programmer's Guide
The ASSIGN and DROP Verbs
Working With Mapping Services
10–34 106160 Tandem Computers Incorporated
The following screen shows the results of executing the procedure:
(15:15) --------------------- OPERATOR CONTROL SERVICES ----------------------
START ZEX1012N
Creating an MDO variable with map $MSG
Creating fields in the MDO variable
Displaying fields in the MDO variable
Text is A test message
Color is RED
Hlite is NONE
Intens is NORMAL
Deleting an MDO variable
Attempting to display MDO variable
Text is
Color is
Hlite is
Intens is
NNM1005 START ZEX1012N PROCESSING COMPLETE. NCLID 001560
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
Assigning Source Data to an MDO Variable
You can assign source data to an MDO variable with the ASSIGN verb using the
following syntax:
ASSIGN [ OPT=VALUE ]
MDO=
variable-name
[ MAP=
map-name
]
DATA=
rest-of-statement
DATA=
rest-of-statement
specifies data to assign to the MDO variable.
The following example assigns data to an MDO variable:
ASSIGN OPT=VALUE MDO=&abc. DATA=This is a statement