COBOL Manual for TNS/E Programs (H06.03+)
Environment Division
HP COBOL Manual for TNS/E Programs—520347-003
6-60
RECEIVE-CONTROL Paragraph
EXTERNAL
enables COBOL external files to share communication with $RECEIVE.
EXTERNAL causes the compiler to create a special block, #RECEIVE, which
contains the information used when $RECEIVE is opened by a COBOL external
file.
TABLE OCCURS phrase
establishes the length of the receive-control table, governing the maximum number
of requesters that can have this process open concurrently. In a Pathway
environment, this number can be decreased at execution time but not increased.
Each entry in the receive-control table records which requester opened the server
process and which open operation the requester used (if a requester opens the
server process more than once).
.
RECEIVE-CONTROL
TABLE OCCURS phrase
SYNCDEPTH LIMIT phrase
REPLY CONTAINS phrase
ERROR CODE phrase
MESSAGE SOURCE phrase
REPORT phrase
EXTERNAL
.
VST063.vsd
TABLE
table-length
OCCURS
TIMESEXTENDED-STORAGE
VST064.vsd










