The DISPLAY Procedure |
Procedure features: |
|
Suppose that your company has developed a SAS/AF application that compiles statistics from an invoice database. Further, suppose that this application is stored in the SASUSER library, as a FRAME entry in a catalog named INVOICES.WIDGETS. You can execute this application using the following SAS code:
Program |
proc display catalog=sasuser.invoices.widgets.frame; run;
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.