Working with Numeric Variables |
Ways to abbreviate lists of variables in function arguments are documented in SAS Language Reference: Concepts. Many functions, including the SUM function, accept abbreviated lists of variables as arguments.
Information about using the DEFAULT= option in the LENGTH statement to assign a default storage length to all newly created numeric variables can be found in SAS Language Reference: Dictionary.
Additional information about the use of logical expressions can be found in SAS Language Reference: Concepts.
For a discussion about numeric precision, see SAS Language Reference: Concepts. Because the computer's hardware determines the way that a computer stores numbers, the precision with which SAS can store numbers depends on the hardware of the computer system on which it is installed. Specific limits for hardware are discussed in the SAS documentation for each operating environment.
For information about how you can save space by treating some numeric values as character values see Working with Character Variables.
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.