Chapter Contents |
Previous |
Next |
EXAMINE |
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> |
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 |
ex n str
ex testarr{i}
ex crr{i+1}; ex crr{j*2}; ex crr{k-3}
ex t_date date7.
ex newarr{*}
See Also |
Command:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.