To open a function, select a library
from the left pane, expand the library, and drill down until a list
of functions appears. Double-click the name of the function that you
want to open.
If you open a function
from a read-only library, a window similar to the following appears:
A Function in a Library That Has Read-Only Access
In the window above,
the AMORLINC_SLK function is selected from the read-only SASHELP library.
Use the scroll bar to scroll to the top of the function.
If you open a function
from a library to which you have write access, a window similar to
the following appears:
A Function in a Library That Has Write Access
In the window above,
SUBTRACT_MACRO is selected from the write-enabled SASUSER library.
You can see that there
is a difference in the windows that appear depending on whether the
library has read-only access or write access. If the library has write
access, you can enter information in the top section of the window
that you are viewing. These fields are the same fields that you use
when you create a new function.
For a description of
the fields, see Creating a New Function.