
AL
TER
AL
TER
-
REPLA
CE
ST
A
TEMENT
Deletes
the
sp ecied
line
or
range
of
lines
and
replaces
them
with
the
lines
following
the
replace
statement.
QUER
Y
prompts
for
eac
h
statement
and
line
with
>>
.
Syntax
>>/R, m
2
, n
3
(curr
ent
lines
m
thr
ough
n
ar
e
liste
d)
>> r
eplac
ement
line
>> r
eplac
ement
line
.
.
P
arameters
m
is
the
n
um
b er
of
the
rst
pro cedure
line
y
ou
w
an
t
to
replace.
n
is
the
n
um
b er
of
the
last
pro cedure
line
y
ou
w
an
t
to
replace.
If
n
is
not
sp ecied,
only
line
m
is
replaced.
r
eplac
ement
line
is
the
new
line
whic
h
will
replace
the
existing
line.
Example
>> ALTER
UPDATE1
>> /R,2,3
HOURS="";
DATE="851022";
>> HOURS="14";
>> DATE="851101";
>> STATUS="OK";
The
example
ab o
v
e
c
hanges
the
pro cedure
UPD
A
TE1
from:
text
001
UPDATE
REPLACE,
002
HOURS="";
003
DATE="851022";
004
END
To:
001
UPDATE
REPLACE,
002
HOURS="14";
003
DATE="851101";
004
STATUS="OK";
005
END
3-4
QUERY/V
COMMANDS
Summary of Contents for QUERY
Page 10: ......
Page 17: ...Figure 1 1 ORDERS Data Base Structure Figure 1 2 Sample Entry Values INTRODUCING QUERY V 1 7 ...
Page 20: ...Figure 1 3 IMAGE QUERY Environments 1 10 INTRODUCING QUERY V ...
Page 36: ......
Page 165: ...REPORT G1 GROUP TITLE 11 END QUERY V COMMANDS 3 129 ...
Page 199: ...XEQ TF TOTAL DUE 9 SPACE B2 SKIP A TF R0 70 E2 S PURCH DATE END QUERY V COMMANDS 3 163 ...
Page 200: ......
Page 244: ......
Page 278: ......
Page 279: ...G ASCII CHARACTER SET This appendix is not available in this edition ASCII CHARACTER SET G 1 ...
Page 280: ......