NET/MASTER Network Control Language (NCL) Reference Summary
Verbs
106161 Tandem Computers Incorporated 33
PSEND OPEN
The PSEND OPEN verb makes a Pathway server class available for use by an NCL
process.
PSEND OPEN ID=
local-pathsend-id
[ FORMAT={ MAPPED | UNMAPPED } ]
[ MAP=
map-name
]
[ PSNDID=
system-pathsend-id
]
PSEND SEND The PSEND SEND verb sends a request message to and receives a reply message from
a Pathway server class.
PSEND SEND [ ID=
local-pathsend-id
]
{ ARGS [ RANGE=(
start
,
end
) ] |
DATA=
text
|
MDO=
mdo-name
[ HEADER={ YES | NO } ] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] }
TO
{ ARGS [ RANGE=(
start
,
end
) |
MDO=
mdo-name
[ HEADER={ YES | NO } ] |
VARS={
input-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] }
PSEND SET The PSEND SET verb sets the current Pathway server class. PSEND SET can also set
the default map used to describe and interpret a reply message from a Pathway server
class.
PSEND SET [ ID=
local-pathsend-id
]
[ FORMAT={ MAPPED | UNMAPPED } ]
[ MAP=
map-name
]
QEXIT The QEXIT verb terminates the current NCL process and all higher-level NCL
processes.
QEXIT [ NOMSG ] [ PMENU ]
SECCALL ADD The SECCALL ADD verb adds a new user to the user ID database.
SECCALL ADD MDO=
mdo-name
[ NEWPWD=
nnnnnnnn
]
{ TYPE=GROUP | USER }
USERID=
uuuuuuuu