| Visualize
Code |
|
SAS®
users today
Extensive effort required to understand previously developed SAS®
programs
|
ASAP
Enhancement
Quickly view and analyze previously developed
SAS® programs
Click here for more information |
|
|
| Tree
View |
click
the screen below for expanded view |
| Tree
View makes each segment of your code into an active element. You
can click on an element in Tree view and the Editor shifts its display
to the code segment you clicked. The cursor jumps to the beginning
of the procedure you selected. This is especially useful when examining
large programs. |
 |
| click
the screen below for expanded view |
Program
Flow |
 |
The
default view of the Visualizer is the Program Flow view. The Visualizer
parses the denotedSAS® code, resolves individual procedures
and data blocks, and arranges them graphically on the screen as
shown in the screen shot below. Clicking on the icon will cause
the code window below to scroll to the corresponding code segment. |
| Data
Flow |
click
the screen below for expanded view |
| The
Visualizer can also display its analysis according to data flow.
Here the Visualizer actually parses the code, traces the flow of
data through your program. |
 |
|
|