Previous Page | Next Page

DATA Step Debugger

EXAMINE



Displays the value of one or more variables.
Category: Manipulating DATA Step Variables
Alias: E

Syntax
Arguments
Details
Examples
See Also

Syntax

EXAMINE variable-1 <format-1> <...variable-n <format-n>>
EXAMINE _ALL_ <format>

Arguments

variable

identifies a DATA step variable.

format

identifies a SAS format or a user-created format.

_ALL_

identifies all variables that are defined in the current DATA step.


Details

The EXAMINE command displays the value of one or more specified variables. The debugger displays the value using the format currently associated with the variable, unless you specify a different format.


Examples


See Also

Command:

DESCRIBE

Previous Page | Next Page | Top of Page