Chapter Contents

Previous

Next
EXAMINE

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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.