
REPORT
R1,ADD,"000000.0"
(pro
duces
0.0 )
R1,LOAD,"0.000000"
(pro
duces
0.0 )
R1,MUL,"1.000000"
(pro
duces
1.0 )
R1,ADD,"500.0000"
(pro
duces
500.0 )
R1,LOAD,".0000100"
(pro
duces
.00001 )
The
follo wing
will
not
p erform
the
con
v
ersion
since
leading
zeros
will
not
aect
the
output.
R1,LOAD,"000005.0"
(pro
duces
an
R2
data
t
yp e)
R1,LOAD,"000000.5"
(pro
duces
an
R2
data
t
yp e)
Ho
w
ev
er,
the
follo
wing
will
p erform
the
con
v
ersion.
R1,LOAD,"5.000000"
(pro
duces
an
R4
data
t
yp e)
R1,LOAD,".5000000"
(pro
duces
an
R4
data
t
yp e)
The
largest
in
teger
(including
all
IMA
GE
in
teger
data
t
yp es)
whic
h
a
register
can
con
tain
is
19
digits.
Real
and
extended
precision
n
um
b ers
ha
v
e
the
same
limits
in
registers
as
IMA
GE
R2
and
R4
data
items.
R2
can
ha
v
e
6
to
7
signicant
digits
and
R4
can
ha
v
e
16
to
17
signicant
digits.
If
a
register
calculation
results
in
o
v
ero
w,
a
message
is
prin
ted
on
the
$STDLIST
device.
When
mixing
data
t
yp es
in
arithmetic
register
computations,
y
ou
should
think
ab out
the
order
of
precedence
and
its
eect
on
the
calculations.
F
or
example,
if
y
ou
op erate
on
a
real
register
n
um
b er
with
an
in
teger
ha
ving
12
signicant
digits,
the
result
will
ha
v
e
6
to
7
signicant
digits.
Numeric
Literals
T
o
use
a
constan
t
n
um
b er
in
a
register
op eration,
y
ou
en
ter
the
n
um
b er
surrounded
b
y
quotation
marks
(for
example,
\325",
\.0013",
\-3E-6").
This
t
yp e
of
n
um
b er
is
called
a
n
umeric
literal.
In
teger
n
umeric
literals
can
ha
v
e
at
most
19
digits.
The
length
of
real
n
umeric
literals
is
limited
only
b
y
the
line
length
(or
input
record
length).
Limits
for
real
n
umeric
literal
v
alues
and
signicant
digits
are
the
R2
limits.
Numeric
literals
can
con
tain
the
follo wing
c
haracters
within
the
quotation
marks.
the
digits
0
through
9
(integer
and
real)
the
plus
(+)
and
min
us
(-)
signs
(integer
and
real)
the
letter
E,
upp er
or
low
er
case
(real
only)
the
decimal
p oint
(real
only).
Em
b edded
blanks
in
n
umeric
literals
are
not
accepted
in
register
statements.
>REPORT
>>H1,"AS
OF:",6
>>H1,DATE,15
>>H1,PAGENO,71
>>H1,"PAGE",69
>>H2,"BOBO'S
MERCANTILE",45
>>H3,"ON
HAND
INVENTORY",45,SPACE
A2
>>H7,"BIN#",4
>>H7,"SUPPLIER",14
>>H7,"STOCK",33
>>H7,"SHIP
DATE",49
QUERY/V
COMMANDS
3-125
Содержание QUERY
Страница 10: ......
Страница 17: ...Figure 1 1 ORDERS Data Base Structure Figure 1 2 Sample Entry Values INTRODUCING QUERY V 1 7 ...
Страница 20: ...Figure 1 3 IMAGE QUERY Environments 1 10 INTRODUCING QUERY V ...
Страница 36: ......
Страница 165: ...REPORT G1 GROUP TITLE 11 END QUERY V COMMANDS 3 129 ...
Страница 199: ...XEQ TF TOTAL DUE 9 SPACE B2 SKIP A TF R0 70 E2 S PURCH DATE END QUERY V COMMANDS 3 163 ...
Страница 200: ......
Страница 244: ......
Страница 278: ......
Страница 279: ...G ASCII CHARACTER SET This appendix is not available in this edition ASCII CHARACTER SET G 1 ...
Страница 280: ......