The DISPLAY Procedure |
Featured in: | Executing a SAS/AF Application |
PROC DISPLAY CATALOG=libref.catalog.entry.type <BATCH>; |
Required Argument |
specifies a four-level name for the catalog entry.
specifies the SAS library where the catalog is stored.
specifies the name of the catalog.
specifies the name of the entry.
specifies the entry's type, which is one of the following. For details, see the description of catalog entry types in the BUILD procedure in online Help.
CBT | |
FRAME | |
HELP | |
MENU | |
PROGRAM | |
SCL |
Options |
runs PROGRAM and SCL entries in batch mode. If a PROGRAM entry contains a display, then it will not run, and you will receive the following error message:
ERROR: Cannot allocate window.
Restriction: | PROC DISPLAY cannot pass arguments to a PROGRAM, a FRAME, or an SCL entry. |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.