Previous Topic: Function Code 0—Queue a Message to the INTCMD Environment of an NCL Process

Next Topic: Function Code 8—Send a Message to MONITOR Receivers

Function Code 4—Send a Message to an NCL Process

Function Code 2 sends a message to the standard message environment of a nominated NCL process. Three additional parameters follow the function code:

parameter_2

Specifies the length of the message in fullword binary format.

Limits: 1 to 256

parameter_3

Specifies the message to send.

parameter_4

Specifies the NCL ID of the NCL process in fullword binary format.

Limits: 1 to 99999

The process must have issued a request to the subsystem; otherwise, the message is discarded.

Important! If the message is discarded, the caller does not receive any indication.