That is the same error as before. There is no data to export.
Make sure that the physical filename of the dataset file is all lowercase, or SAS won't recognize it.
Make sure you don't have the same issue with locating the output file as you had with finding the input dataset. Perhaps you are looking at some older version instead of the one made the last time. Also make sure you are not overwriting it with some other code that runs later.
Note that the code you posted was using a filename without any path. That is probably not going to work in SAS UE as the normal current working directory will be pointing to a location where you will not have write access. But you should get an error in that case.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.