
{
{     The purpose of this request is obtain the receiver and sender tasks
{  from a connection assuming the connection exists.
{
{     NOTE: The procedure is not a general purpose function.  The procedure
{           is intended for use solely by the NAM/VE monitor mode module.
{
{       NLP$CL_GET_CONNECTION_TASKS (REFERENCE_NUMBER, CONNECTION_FOUND,
{         RECEIVER, SENDER)
{
{  REFERENCE_NUMBER: (input) This parameter specifies the reference number
{       (i.e., abbreviated connection identifier) of the connection.
{
{  CONNECTION: (output) This parameter specifies whether the connection exists.
{       If the connection does not exist, the remaining output parameters are
{       meaningless.
{
{  RECEIVER: (output) This parameter specifies the last task recorded as a
{       receiver.
{
{  SENDER: (output) This parameter specifies the last task recorded as a
{       sender.
{
