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
SAS Super FREQ

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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

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
  • 698 views
  • 0 likes
  • 2 in conversation