| The BOM Procedure |
The following table outlines the options available for the BOM procedure. An alphabetical list of options is provided in the Dictionary of Options.
Table 2.1: PROC BOM Options| Task | Statement | Option |
| Data Set Specification | ||
| Product Structure input data set | PROC BOM | DATA= |
| Part Master input data set | PROC BOM | PMDATA= |
| Indented BOM output data set | PROC BOM | OUT= |
| Summarized Parts output data set | PROC BOM | SUMMARYOUT= |
| Part Master Information Specification | ||
| ID variables | STRUCTURE | ID= |
| lead time variable | STRUCTURE | LEADTIME= |
| part variable | STRUCTURE | PART= |
| quantity on hand variable | STRUCTURE | QTYONHAND= |
| gross requirement variable | STRUCTURE | REQUIREMENT= |
| Problem Size Options | ||
| do not use utility data set | PROC BOM | NOUTIL |
| number of items | PROC BOM | NPARTS= |
| number of product structure records | PROC BOM | NRELTS= |
| Product Structure Specification | ||
| end items | STRUCTURE | ENDITEM= |
| Identical Relationships Handling Specification | ||
| handling of identical product structure records | PROC BOM | DUPLICATE= |
| Relationship Information Specification | ||
| component variables | STRUCTURE | COMPONENT= |
| scrap factor variables | STRUCTURE | FACTOR= |
| lead-time offset variables | STRUCTURE | OFFSET= |
| parent variable | STRUCTURE | PARENT= |
| quantity per assembly variables | STRUCTURE | QUANTITY= |
| RID variables | STRUCTURE | RID= |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.