The BOM Procedure

Functional Summary

The following table outlines the options available for the BOM procedure. An alphabetical list of options is provided in the Dictionary of Options.

Table 3.1: PROC BOM Options

Description

Statement

Option

Data Set Specification

   

Specifies the Product Structure input data set

PROC BOM

DATA=

Specifies the Part Master input data set

PROC BOM

PMDATA=

Specifies the Indented BOM output data set

PROC BOM

OUT=

Specifies the Summarized Parts output data set

PROC BOM

SUMMARYOUT=

Part Master Information Specification

   

Specifies the ID variables

STRUCTURE

ID=

Specifies the lead time variable

STRUCTURE

LEADTIME=

Specifies the part variable

STRUCTURE

PART=

Specifies the quantity on hand variable

STRUCTURE

QTYONHAND=

Specifies the gross requirement variable

STRUCTURE

REQUIREMENT=

Problem Size Options

   

Disables use of Utility data set

PROC BOM

NOUTIL

Specifies the number of items

PROC BOM

NPARTS=

Specifies the number of product structure records

PROC BOM

NRELTS=

Product Structure Specification

   

Specifies the end items

STRUCTURE

ENDITEM=

Identical Relationships Handling Specification

   

Specifies how to handle identical product structure records

PROC BOM

DUPLICATE=

Relationship Information Specification

   

Specifies the component variables

STRUCTURE

COMPONENT=

Specifies the scrap factor variables

STRUCTURE

FACTOR=

Specifies the lead-time offset variables

STRUCTURE

OFFSET=

Specifies the parent variable

STRUCTURE

PARENT=

Specifies the quantity per assembly variables

STRUCTURE

QUANTITY=

Specifies the RID variables

STRUCTURE

RID=