ENABLE Reference Manual
ENABLE COMMANDS
ADD Command
Examples
Consider the ADD commands in the following series of ENABLE
commands:
SET RECORD parts
ADD BOX parts <------------------ adds a box named
Box added: PARTS "parts"
SET APPL PATHCOMFILE newpart
SET APPL TREE (01 parts)
ADD APPL parts-info <------------ adds an application
Application added: PARTS-INFO named "parts-info" to
the object table
The following ADD BOX command adds a box and supplies a
value for the RECORD attribute:
ADD BOX parts, RECORD parts <---- adds a box named "parts"
and supplies a value for
its RECORD attribute
The ADD APPL command in the following sequence of ENABLE
commands adds an application and supplies a value for the TREE
application attribute:
SET RECORD parts
ADD BOX parts
SET RECORD inventory
ADD BOX inventory
SET PATHCOMFILE multpath !
ADD APPL inventory, TREE (01 parts <------ adds an applic-
02 inventory ation named
LINK partnum "inventory" and
TO OPTIONAL supplies a value
partno) for its TREE
attribute
3-10