NET/MASTER Network Control Language (NCL) Reference Summary
Verbs
32 106161 Tandem Computers Incorporated
OCS The OCS verb displays an Operator Control Services (OCS) window within the
primary processing environment and suspends the NCL process, allowing the user to
enter NonStop NET/MASTER MS commands.
OCS
PANEL The PANEL verb displays the specified full-screen panel.
PANEL {
panelname
| NAME=
panelname
}
[ CDELAY=NO | YES ]
[ TYPE=ASYNC | SYNC ]
PANELEND The PANELEND verb gives up exclusive control of a display window.
PANELEND
PARSE The PARSE verb splits a data string into sections according to specified delimiters.
PARSE { [ ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] ] |
[ VARS={
input-vars-list
|
variable*
}
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] ] }
[ DELIM=
text
]
[ OPT=
optlist
]
[ PARSE=NO | YES ]
[ REMSTR=
name
]
DATA=
rest-of-statement
optlist
= ASIS [, NONULLS ]
PAUSE The PAUSE verb suspends processing of an NCL process until the operator requests
that processing be continued or be terminated.
PAUSE { [ ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] ] |
[ VARS={
input-vars-list
|
variable*
}
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] ] }
[ PARSE={ NO | YES } ]
[ DATA=
rest-of-statement
]
PSEND CLOSE The PSEND CLOSE verb makes a Pathway server class unavailable for use by an NCL
process.
PSEND CLOSE { ID=
local-pathsend-id
| ALL }