Previous Page | Next Page

The X12 Procedure

BY Statement

BY variables ;

A BY statement can be used with PROC X12 to obtain separate analyses on observations in groups defined by the BY variables. When a BY statement appears, the procedure expects the input DATA= data set to be sorted in order of the BY variables.

Previous Page | Next Page | Top of Page