Introduction to ENFORM

Statements, Clauses, and Commands
Using ENFORM—The Basics
058051 Tandem Computers Incorporated 2–7
Figure 2-6. Parts, Fromsup, and Suppliers Files
Parts File
partnum
partname
inventory
location
price
Fromsup File
partnum
suppnum
partcost
Supplier File
suppnum
suppname
address
city
state
Parts File Records
PARTNUM
212
244
4102
4103
6201
7102
7301
PARTNAME
SYSTEM 192 KB CORE
SYSTEM 192 KB SEMI
DISC 50 MB
DISC 160 MB
SYNC CONTROLLER
CABINET LARGE
POWER MODULE
INVENTORY
7
3
9
7
–16
20
32
LOCATION
J87
B78
K45
K43
A34
F76
H76
PRICE
92000.00
87000.00
14500.00
24500.00
5800.00
68000.00
2400.00
Fromsup File Records
PARTNUM
212
244
4102
4103
6201
7102
7301
SUPPNUM
1
1
6
6
1
10
1
PARTCOST
92000.00
87000.00
14500.00
24500.00
5800.00
68000.00
2400.00
Supplier File Records
SUPPNUM
1
6
10
SUPPNAME
TANDEM COMPUTERS
INFORMATION STORAGE
STEELWORK INC
ADDRESS
19333 VALLCO PKWY
1000 INDUSTRY LANE
6000 LINCOLN LANE
CITY
CPRTNO
LEXNTN
SNVALE
STATE
CA.
MASS
CA.
Note The examples in this section show all statements terminated by a semicolon (;). With the exception of the
LIST statement, this practice is not required by ENFORM syntax rules, but it does help you fix syntax
errors—any error message produced for a statement will be displayed immediately after the statement if it
is terminated by a semicolon.