NET/MASTER Network Control Language (NCL) Reference Summary

Verbs
106161 Tandem Computers Incorporated 29
INTCLEAR
The INTCLEAR verb discards outstanding messages queued to a dependent
processing environment.
INTCLEAR [ TYPE={ ALL | ANY | REQ | RESP } ]
INTCMD The INTCMD verb executes a command in the dependent processing environment of
an NCL process.
INTCMD
command
INTCONT The INTCONT verb passes a message that was read through INTREAD to the
next-highest processing environment and, optionally, changes its message text.
INTCONT [ ALARM={ NO | YES} ]
[ { BKGCOLOR | BKGCOLOUR }=
color-option
]
[ { COLOR | COLOUR }=
color-option
]
[ { HLITE | HLIGHT }=
hlite-option
]
[ INTENS={ HIGH | LOW | NORMAL } ]
[ NRD={ NO | OPER | YES } ]
[ SCAN={ NO | YES } ]
[ DATA=
rest-of-statement
]
color-option
BLUE GREEN PINK RED
TURQUOISE WHITE YELLOW NONE
hlite-option
BLINK REVERSE USCORE NONE
INTREAD The INTREAD verb retrieves the next message from the dependent response or
request queue associated with an NCL process.
INTREAD [ ARGS [ PARSE={ NO | YES } ]
[ RANGE=(
start
,
end
) ]
[ SEGMENT=
n
] |
VARS={
input-vars-list
|
variable*
}
[ PARSE={ NO | YES } ]
[ RANGE=(
start
,
end
) ]
[ SEGMENT=
n
] |
MDO=&
mdo-name
|
SET ]
[ TYPE={ ANY | REQ | RESP } ]
[ WAIT={ NO | YES |
nnnn
} ]