SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
Jack2012
Obsidian | Level 7

Dear ALL,

 

Just want to figure out why I use below code and there always come out an error:

ERROR: File WORK.WINLIB.DATA does not exist.

 

WIth below code:

PROC DATASETS lib=data_a;

   contents;

run;

 

 

I am using the UNIX SAS 9.4.

 

Thanks.

 

3 REPLIES 3
Reeza
Super User

Please post the log from code above. 

Jack2012
Obsidian | Level 7

undefined

Thank you Reeza, I have attached here. Due to confidential issue, I have to remove some in formaton hope this will not impact your judgement on the issue.

 

THanks for yoru quick action.

Reeza
Super User

Are there any views in the library? That may reference the named dataset?

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1492 views
  • 0 likes
  • 2 in conversation