|
Chapter Contents |
Previous |
Next |
| The BOM Procedure |
There is no inherent limit on the size of the product structure that can be handled with the BOM procedure. The number of parts and components are constrained only by the amount of memory available. Naturally, there needs to be a sufficient amount of core memory available in order to invoke and initialize the SAS system. As far as possible, the procedure attempts to store all the data in core memory.
However, if the problem is too large to fit in core memory, the procedure resorts to the use of utility data sets and swaps between core memory and utility data sets as necessary, unless the NOUTIL option is specified. The procedure uses the NPARTS= and NNAMES= options to determine approximate problem size. If these options are not specified, the procedure estimates default values on the basis of the number of observations in the Single-level BOM data set. See the "Syntax" section for default specifications.
The storage requirement for the data area and the time required by the procedure are proportional to the number of items in the product structure.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.