Base SAS 9.1 Procedures Guide, Volumes 1, 2, 3 and 4
PROC DISPLAY CATALOG= libref.catalog.entry.type <BATCH>;
PROC DISPLAY Statement
Featured in: Example 1 on page 394
PROC DISPLAY CATALOG= libref.catalog.entry.type <BATCH>;
Required Argument
CATALOG= libref.catalog.entry.type
-
specifies a four-level name for the catalog entry.
-
libref
-
specifies the SAS data library where the catalog is stored.
-
-
catalog
-
specifies the name of the catalog.
-
-
entry
-
specifies the name of the entry.
-
-
type
-
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
BATCH
-
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.