UCM Procedure
BY Statement
BY variables;
You can use a BY statement in the UCM procedure to process a data set in groups of observations defined by the BY variables. The model that you specify using the MODEL statement and other component statements is applied to all the groups defined by the BY variables. The variables are one or more variables in the input SAS table.
Last updated: July 09, 2026