BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
alepage
Barite | Level 11

Hello,

I have around fifty files into a subfolder and the should have let's say fifteen variables but no observations

 

I am using the following unix command but I don't get any listing of the empty file.

Does someone knows what's wrong with that command?

 

find /.../data/bkp -size 0 -type f -name "*.*"

 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

An empty dataset file will still have a header and therefore the first dataset page (usually 128K nowadays).

You need to get the observations from DICTIONARY.TABLES for that library that have NOBS = 0.

View solution in original post

1 REPLY 1
Kurt_Bremser
Super User

An empty dataset file will still have a header and therefore the first dataset page (usually 128K nowadays).

You need to get the observations from DICTIONARY.TABLES for that library that have NOBS = 0.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 267 views
  • 1 like
  • 2 in conversation