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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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