Visible to Intel only — GUID: GUID-6D8622CA-E6FC-4BEE-9A38-DB4F45840F72
Visible to Intel only — GUID: GUID-6D8622CA-E6FC-4BEE-9A38-DB4F45840F72
OPEN: ROUND Specifier
The ROUND specifier indicates the I/O rounding mode for the duration of a connection. It takes the following form:
ROUND = rmode
rmode |
Is a scalar default character expression that evaluates to one of the following values:
|
The default I/O rounding mode is 'PROCESSOR_DEFINED'. This corresponds to 'NEAREST'.
The rounding modes conform to the corresponding rounding modes specified in the ISO/IEC/IEEE 60559:2011 standard.
You can only use this specifier for a formatted I/O connection.
The rounding mode can be temporarily changed within a READ or WRITE statement by the corresponding RU, RD, RZ, RN, RC, and RP edit descriptors.
This specifier is not allowed on unformatted input or output.