Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-6
RECEIVEINFO
(Superseded by FILE_GETRECEIVEINFO_) Obtains the four-word process ID,
message tag, error recovery (sync ID), and request-related (file number, read count, and
I/O type) information associated with the last message read from the $RECEIVE file.
filenum, INT:value input
buffer output
INT:ref:* (Use with READUPDATELOCK)
STRING .EXT:ref:* (Use with READUPDATELOCKX)
read-count, INT:value input
count-read, output
INT:ref:1 (Use with READUPDATELOCK)
INT .EXT:ref:1 (Use with READUPDATELOCKX)
tag, INT(32):value input
< (CCL) An error occurred (call FILEINFO).
= (CCE) The READUPDATELOCK[X] is successful.
CALL RECEIVEINFO ( [ process-id ]
,[ message-tag ]
,[ sync-id ]
,[ filenum ]
,[ read-count ]
,[ iotype ] );
process-id, INT:ref:4 output
message-tag, INT:ref:1 output
sync-id, INT(32):ref:1 output
filenum, INT:ref:1 output
read-count, INT:ref:1 output
iotype, INT:ref:1 output