Chapter Contents |
Previous |
Next |
SAS/AF Software: Class Dictionary |
Assume you want an entry called TENNIS.FRAME to execute when a block, BLOCK1, is selected. This requires the following steps:
tennis.frame
in the
Value
field.
BLOCK1: call display(block1); return;
Alternatively, you can accomplish the same thing by accessing the Command
Processing window and assigning
afappl c=sasuser.test.tennis.frame
to the
Execute SAS commands on selection
field. In this case, the SCL code shown above is not needed. When
the block is selected, SASUSER.TEST.TENNIS.FRAME executes.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.