You must specify one of the following values for the operation keyword:
When you specify CREATE, REPLACE, or UPDATE for the operation argument in a COMPOSITE statement, you can specify one or more of the following additional optional arguments. Separate the list of options from the composite-name value with a slash (/).
L
and R
to the specified composite name. For example, the
following two statements are equivalent:composite create state / class=area bilateral; composite create state / class=area var=(left=statel,right=stater);
North
in North Main Ave
. Composites of this class are used
in geocoding.
South
in 2nd St South
. Composites of this class are used in
geocoding.
Central Park
, or the name component of an aggregate
feature name, such as the Main
in E Main St
. Composites of this class are used in geocoding.
Ave
in N Harrison Ave
. Composites of this class are used
in geocoding.
composite create cfcc; composite create cfcc / var=cfcc class=classification;
L
and R
are added to the composite-name value to form the variable name
pair for the association. For example, the following statements are
equivalent:composite create state / class=state; composite create state / class=state var=(statel stater);