BookmarkSubscribeRSS Feed
tvmadhuu
Calcite | Level 5

Hi,

ERROR is obtained like in below ,How to resolve this 

ERROR: File SAI.DEPT.DATA does not exist.

2 REPLIES 2
Reeza
Super User

Make sure the file exists and your pointing to it properly. 

 

1. Is your library created correctly? 

2. Does the data set exist

3. Are you using correct name. 

 

If if you receive an error please try and include the code and log to help with debugging. 

 

 

RW9
Diamond | Level 26 RW9
Diamond | Level 26

The information is all provided in the error message.  

ERROR: File SAI.DEPT.DATA does not exist.

 

You either have no library name SAI, or in that library you have no dataset call DEPT.  Check you have a library call SAI, and in there a dataset called DEPT.

Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 2 replies
  • 1268 views
  • 0 likes
  • 3 in conversation