-
Select
the project name Vaccine Adverse Events to display the project Properties
panel.
-
Click
the
button for the Project Start Code property. The Project
Start Code dialog box opens.
-
Select
the
Code tab and enter the following code
to create a SAS library:
libname mylib "c:\vaersdata";
Note: The location
will depend on where you have stored the data for this tutorial on
your system.
-
-
Click
OK to close the Project Start Code dialog box.
Note: An alternate
way to create a library is to use the library wizard. To use the library
wizard, select
File New Library from the main menu.