NET/MASTER Network Control Language (NCL) Reference Manual

PSEND OPEN
Verbs
106126 Tandem Computers Incorporated 3–155
Examples
The following example opens a Pathway server class for use in an NCL procedure. As
FORMAT is defined as MAPPED, an MDO variable is used for reply messages:
PSEND OPEN ID=ID1 PSNDID=SRV22 FORMAT=MAPPED MAP=REPMAP
The following example opens a Pathway server class for use in an NCL procedure. As
FORMAT is defined as UNMAPPED, an MDO variable cannot be used for reply
messages:
PSEND OPEN ID=ID1 PSNDID=SRV22 FORMAT=UNMAPPED
The following example opens a Pathway server class for use in an NCL procedure. An
MDO variable must be used for reply messages, because FORMAT=MAPPED is the
default:
PSEND OPEN ID=SRV22
In the previous example, the map is subsequently specified using the PSEND SET
verb.