NET/MASTER Network Control Language (NCL) Reference Manual

CNMVECTR
Verbs
106126 Tandem Computers Incorporated 3–37
CNMVECTR The CNMVECTR verb allows you to format a communications network management
message—the (CNM) Request Unit (RU) data—into user variables. The user variables
that receive the RU data have a default prefix of &CNM. The PREFIX operand,
described later, allows you to change this default prefix.
Using this verb requires an understanding of IBM System Network Architecture
(SNA) networks.
CNMVECTR { ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
DATA=
text
}
[ MVNUM=
nn
]
[ PREFIX=
prefix
]
[ TYPE={ RU | SV | CV | CNM } ]
ARGS
specifies a range of generated variables that contain the message.
RANGE=(
start
,
end
)
determines the range of variables specified by the ARGS operand. See
“Frequently Occurring Operands,” at the beginning of this section, for more
information.
SEGMENT=
n
specifies the amount of data (in bytes) to be put into the variables specified.
See “Frequently Occurring Operands,” at the beginning of this section, for
more information.
VARS
output-vars-list
specifies the variables that contain the message.
variable*
specifies a set of variables that contain the message. See “Frequently
Occurring Operands,” at the beginning of this section, for more information.
RANGE=(
start
,
end
)
determines the range of variables specified by the VARS operand. See
“Frequently Occurring Operands,” at the beginning of this section, for
more information.