COBOL Manual for TNS and TNS/R Programs
Environment Division
HP COBOL Manual for TNS and TNS/R Programs—522555-006
6-68
RECEIVE-CONTROL Paragraph
message
is an alphanumeric item that is:
°
Defined in the Working-Storage Section, Extended-Storage Section, File
Section, or Linkage Section
°
Aligned on an even character boundary within a record
°
At least 32 characters long
°
Not a table
°
Not modified by a reference
°
Not of a variable size (not a data structure that contains an OCCURS
DEPENDING ON clause)
The contents of message are updated automatically after a file assigned to
$RECEIVE is successfully read.
REPORT phrase
specifies the type of system messages to be passed to the program.
message-type
depends on the environment. In the non-CRE environment, message-type
has one of these values:
ABEND NEWPROCESSNOWAIT-COMPLETION
BREAK NODE-DOWN
CLOSE NODE-UP
CONTROL OPEN
CONTROLBUF POWER-ON
CPU-DOWN PROCESS-DELETION
CPU-UP PROCESS-TIME-SIGNAL
DEVICE-INFO REMOTE-CPU-DOWN
DEVICE-INFO-2-COMPLETION REMOTE-CPU-UP
JOB-PROCESS-CREATION RESETSYNC
LOGICAL-CLOSE SETMODE
LOGICAL-OPEN SETPARAM
MEMORY-LOCK-COMPLETION SETTIME
REPORT
message-type
MESSAGES
VST069.vsd