Is parks the name of a sheet in that Excel file?
Try using the following code to list ALL of the data sets in NP:
PROC CONTENTS DATA=NP._ALL_;
RUN;
Philip R Holland
Recent book (see my blog site): "SAS Programming Experiences: A How-To Guide from a Power SAS User"