
CREA
TE
SP
A
CE
Reports
the
n
um
b er
of
un
used
records
in
the
curren
t
Pro
c-le.
Syntax
C
2
REATE
3
SPACE
Discussion
Y
ou
can
use
the
CREA
TE
SP
A
CE
command
to
nd
out
ho
w
m
uc
h
space
is
left
in
the
curren
t
Pro
c-le
b efore
y
ou
b egin
creating
a
new
pro cedure.
If
y
ou
try
to
create
a
pro cedure
that
is
larger
than
the
space
left
in
the
curren
t
Pro
c-le,
y
ou
will
receiv
e
an
error
message
and
part
of
the
pro cedure
will
b e
lost.
If
y
ou
kno
w
there
is
not
enough
space
left,
y
ou
can
either
create
a
new
Pro
c-le,
declare
another
Pro
c-le
whic
h
has
more
space
a
v
ailable,
or
delete
un
used
pro cedures
from
the
curren
t
Pro
c-le.
Eac
h
stored
pro cedure
starts
on
a
record
b oundary
and
extends
through
as
man
y
records
as
necessary
.
Generally
,
one
record
is
sucien
t
for
most
UPD
A
TE
and
FIND
commands.
Long
REPOR
T
commands
may
take
more
than
one
record.
Example
> CREATE
SPACE
RECORDS
=
109
> DESTROY
REPORT7
> CREATE
SPACE
RECORDS
=
100
In
the
previous
example,
nine
records
of
space
w
ere
gained
when
the
pro cedure
REPOR
T7
w
as
deleted.
3-14
QUERY/V
COMMANDS
Содержание 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: ......