13. Program Support Functions
13.5 User Macro Specifications
362
Data output command : DPRNT
DPRNT [ l1 # v1 [ d1 c1 ] l 2 # v2 [ d2 c2 ] • • • • • • • • • • • ]
l1
: Character string
v1
: Variable number
d1
: Significant digits above decimal point
c1
: Significant digits below decimal point
(1) The character output and decimal output of the variable values are done with ISO codes.
(2) The commanded character string is output as is by the ISO code.
Alphanumerics (A to Z, 0 to 9) and special characters (+,
−
,
∗
, /) can be used.
Note that asterisk (
∗
) is output as a space code.
(3) The required significant digits above and below the decimal point in the variable values are
commanded within square parentheses. As a result, the variable values equivalent to the
commanded number of digits including the decimal point are output in ISO code in decimal
notation from the high-order digits. Trailing zeroes are not omitted.
(4) Leading zeroes are suppressed.
The leading zeroes can also be replaced by blank if so specified with a parameter. This can
justify printed data on the last column.
(Note)
A data output command can be issued even in two-part system mode. In this case,
however, note that the output channel is shared for both part systems. So, take care
not to execute data output in both part systems simultaneously.
c + d
≤
8