Previous Page | Next Page

The SCL Debugger

CALCULATE



Evaluates a debugger expression and displays the result
Abbreviation: CALC

Syntax
Details
Examples

Syntax

CALCULATE expression

expression

is any standard debugger expression, which can include SCL functions and dot notation dot notation.


Details

The CALCULATE command is an online calculator that evaluates expressions for the debugger. Expressions can include standard debugger expressions, SCL functions, and many of the SAS arithmetic functions. You can also use dot notation to perform operations on values that are returned by object attributes and methods.


Examples

Previous Page | Next Page | Top of Page