PROC BOM Statement
- PROC BOM options ;
The PROC BOM statement invokes the procedure. You can specify the
following options in the PROC BOM statement.
-
DATA=SAS-data-set
-
names the input SAS data set. This data set (also referred to
as the Single-level BOM data set) contains all
of the single-level bill of material information. See the "Single-Level Bills of Material Data Set" section
for information about the variables that can be included in this
data set. If you do not specify the DATA= option, PROC BOM uses
the most recently created SAS data set as the input data set.
-
OUT=SAS-data-set
-
specifies a name for the output SAS data set that contains all of
the indented bill of material information. This data set is also
referred to as the Indented BOM data set. See the "Indented Bills of Material Data Set" section
for information about the variables that are included
in this data set. If the OUT= option is omitted,
the SAS System still creates a data set and
names it according to the DATAn naming convention.
-
SUMMARYOUT=SAS-data-set
-
specifies a name for the output SAS data set that contains all of
the summarized bill of material information. This data set is also
referred to as the Summarized BOM data set. See the "Summarized Bills of Material Data Set" section
for information about the variables that are included
in this data set. If the SUMMARYOUT= option is omitted,
PROC BOM does not produce the summarized bill of material.
Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.