COMMUNICATION

Reference

Syntax

COMMUNICATION { {INIT DESTINATION dest}
              | {ALLOCATE}
              | {ACCEPT}
              | {SEND BUFFER buf}
              | {RECEIVE BUFFER buf DATAINFO dat STATUSINFO stat}
              | {DEALLOCATE} } ID id
              [RETURNCODE rc]
              [LENGTH leng]
              [RECEIVED rec]
              [HOLD].

Effect

Obsolete: Enables communication with external programs using the CPI-C interface; the connection number is in id.

Additions