Open p102a07.sas from the activities folder and perform the following tasks:
- If necessary, update the path of the course files in the LIBNAME statement.
- Complete the PROC CONTENTS step to read the parks table in the NP library.
- Run the program. Navigate to your list of libraries and expand the NP library. Confirm that three tables are included: Parks, Species, and Visits.
- Examine the log. Which column names were modified to follow SAS naming conventions?
Uncomment the final LIBNAME statement and run it to clear the NP library.
How should this code look?