COBOL Manual for TNS/E Programs (H06.03+)

Environment Division
HP COBOL Manual for TNS/E Programs520347-003
6-61
RECEIVE-CONTROL Paragraph
table-length
is an unsigned integer numeric literal in the range 1 through 255. The default
value is 1.
EXTENDED-STORAGE
is ignored.
SYNCDEPTH LIMIT phrase
establishes the length of the reply table, controlling how many replies are saved for
each requesting process (opener).
sync-id
is an unsigned integer numeric literal in the range 1 through 255. In any
requester process that opens the server process, the value in the
SYNCDEPTH phrase of the OPEN statement cannot exceed sync-id.
When you do not use the SYNCDEPTH LIMIT phrase, sync-id defaults to 1. A
Pathway server never needs a SYNCDEPTH LIMIT greater than 1.
REPLY CONTAINS phrase
specifies the number of characters of a reply message that are to be saved in the
reply table. The default is 0.
reply-length
is an unsigned integer numeric literal. Its value is the maximum number of
characters from a reply message to be saved in the reply table.
SYNCDEPTH
LIMIT
sync-id
IS
VST065.vsd
REPLY
CONTAINS
reply-length
file-name
CHARACTERS
RECORD
VST066.vsd