COMCLR
The COMCLR instruction resets communication activity for a COMFILE. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
comfile
Required. A previously defined COMFILE definition.
Flags Affected: NONE
Note the following:
COMCLR clears any error conditions.
Under RMSRAS only, COMCLR also terminates any pending write operations and clears the read buffer.
If {comfile} is not open, the instruction is ignored.
See Also: COMOPEN, Communication I/O Instructions
![]() |