Previous Page | Next Page

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

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=

Previous Page | Next Page | Top of Page