PACKAGE INFO packagename<(collection )> …;
The PACKAGE INFO statement is experimental in SAS/IML 14.1. The PACKAGE INFO statement displays information about one or more installed packages.
You must specify the following argument:
You can also specify the following option in parentheses:
The displayed information comes from the info.txt
file for the package. For example, the following statement displays information about the AboveBelow package, which is installed
in the SYSTEM collection. The output is shown in Figure 25.268.
package info AboveBelow;
Figure 25.268: Information about an Installed Package