SHAPLEY Procedure OverviewGetting StartedSyntaxDetailsExamplesReferences INPUT Statement INPUT variables </ LEVEL=INTERVAL | NOMINAL >; The INPUT statement specifies one or more variables as input variables. You can specify this statement multiple times. You can specify the following option after a slash: LEVEL=INTERVAL | NOMINAL specifies the type of all the variables in the statement. You can specify the following values: INTERVAL treats all the variables in the statement as interval variables. NOMINAL treats all the variables in the statement as nominal variables. By default, LEVEL=INTERVAL for numeric variables and LEVEL=NOMINAL for character variables. Last updated: August 06, 2026