Chapter Contents |
Previous |
Next |
EXAMINE |
Abbreviations: | EX, E |
Syntax | |
Details | |
Examples | |
See Also |
Syntax |
EXAMINE arg-list | _ALL_ |
Details |
The EXAMINE command displays the value of one or more specified variables or object attributes.
Note: You can examine only one object attribute at a
time.
Examples |
DEBUG> e n strThe output to the debugger MESSAGE window is
e n str N = 10 STR = 'abcdef'
DEBUG> e test1\a b test2\c
DEBUG> e crr[i, j, k]
DEBUG> e crr[i+1, j*2, k-3]
DEBUG> e name.text
DEBUG> e object1.enabled
DEBUG> e object1
or
DEBUG> e object1.attributeList
Once the reference ID is known, use PUTLIST to display the list data.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.