NET/MASTER Network Control Language (NCL) Reference Manual

CNMVECTR
Verbs
106126 Tandem Computers Incorporated 3–39
CV
is used to partition SNA control vectors. These vectors have the format
nl
,
where
n
is the control vector type and
l
is the one-byte field containing the
length of the data in the control vector &
prefix
SV
nnoo
. The length
l
excludes the type and length bytes.
CNM
specifies that a standard NonStop NET/MASTER MS MDO construction is to
be delivered to CNMREAD (TYPE=RU). It also includes NonStop
NET/MASTER MS control information.
Consideration
See the related verbs CNMALERT, CNMCLEAR, CNMREAD, and CNMSEND in this
section.
Example
The following example formats the data supplied into sequentially numbered
subvectors, prefixed by VECT:
CNMVECTR TYPE=SV PREFIX=VECT
DATA="0E910300000056FE0FFE03FE030005A0F1F2F3"x
This example creates the following three variables:
&VECTSV9101, which contains “0E910300000056FE0FFE03FE0300”x
&VECTSVA001, which contains “05A0F1F2F3”x
&VECTSVLIST, which contains “91A0”x.