Create a Library

To create a library:
  1. Select the project name Vaccine Adverse Events to display the project Properties Panel.
    Project Start Code Property
  2. Click the Selector Button button for the Project Start Code property. The Project Start Code dialog box opens.
  3. 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.
  4. Click Run Now.
  5. 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 FilearrowNewarrowLibrary from the main menu.