You are on page 1of 2

*----------------------------------------------------------------

S A S S A M P L E L I B R A R Y

NAME: BOME01

TITLE: Bill of Material with Single Input Data Set

(bome01)

PRODUCT: OR

SYSTEM: ALL

KEYS: OR PPLOT

PROCS: BOM, PRINT, NETDRAW

DATA:

SUPPORT: UPDATE:

REF:

MISC: Example 1 from the BOM Procedure chapter of the

BOM book.

----------------------------------------------------------------*/

/* The input data set */

data SlBOM1;

input Parent $6.

Desc $24.

Unit $6.

(Comp1-Comp3) ($6.)

(Qty1-Qty3) (4.0)
;

datalines;

You might also like