Previous PageNext Page

Array Containing All Numeric, All Character Variables, Or Temporary Variables

Array Char{*} _Character_;
Array Number{*} _Numeric_;

You may set up temporary variables that are used in the data step but are not written to the output data set. These variables do not have names - as you know them.

Array Temp{10} _Temporary_ ;

Previous PageTable Of ContentsNext Page