Chapter Contents |
Previous |
Next |
CALCULATE |
Category: | Manipulating DATA Step Variables |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
CALC expression |
Restriction: | Debugger expressions cannot contain functions. |
Details |
The CALCULATE command evaluates debugger expressions and displays the result. The result must be numeric.
Examples |
calc (1.1+1.2+3.4)*0.5
calc startage+duration
calc (((sale-downpay)*rate)/12)+50
See Also |
Working with Expressions for information on debugger expressions
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.