NET/MASTER Network Control Language (NCL) Reference Manual

CNMSEND
Verbs
3–36 106126 Tandem Computers Incorporated
READ
specifies where any RUs solicited by this CNMSEND request are to be processed.
USER
returns the results to the soliciting user.
CNM
specifies that any solicited data undergoes standard EMS delivery. These
operands are synonymous.
EMS
specifies that any solicited data undergoes standard EMS delivery. This
operand is synonymous with CNM.
BOTH
allows a user to process the returned results as well as providing standard
delivery to EMSPROC.
Considerations
If no EMSPROC exists, no EMS delivery takes place.
See the related verbs CNMALERT, CNMCLEAR, CNMREAD, and EMSREAD in
this section.
Examples
The following example sends the data supplied in the variable &1 to the CNM
interface. The CNM interface then sends the responses to the user:
CNMSEND READ=USER VARS=&1 LINE=$SNA03 PU=#EM3270
The following example sends the data supplied in the variable &2 to the CNM
interface. The interface forwards the responses to the user and to EMSPROC:
CNMSEND VARS=&2 LINE=$SNA03 PU=#EM3270