BookmarkSubscribeRSS Feed
sunilreddy
Fluorite | Level 6

I am using Proc report data=test;  with column and define statements. I am getting the report if it has records, but getting blank page if dataset doesn't have any records.

I want to see the layout structure(column) even dataset has empty records.

Any proc report option to display

1 REPLY 1
Cynthia_sas
Diamond | Level 26

Hi:

  PROC REPORT can only show what is in the dataset specified by the DATA= option. If the dataset (let's call it WORK.NEW) has zero observations, then you are probably seeing messages like this:

NOTE: No observations in data set WORK.NEW.

NOTE: No observations in input data set.

  If you need to find out whether there are observations in the data set so you can change your program logic to insert an observation with all missing values, then you will probably need to look to more advanced programming techniques or using SAS Macro programming to craft a solution.

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 897 views
  • 0 likes
  • 2 in conversation