BookmarkSubscribeRSS Feed
avatar
Fluorite | Level 6

is there a way to see sample data from a large sas data set?

This data set has 100 + columns and millions of records . Double clicking the dataset freezes. firstobs = 1 obs=50  didnot work.

any other suggestions?

Please advise.

3 REPLIES 3
Haikuo
Onyx | Level 15

"firstobs = 1 obs=50 didnot work" how? Please share relevant code and logs. At the mean time, Proc SQL has the similar options:

Proc sql inobs=50;

select * from have;quit;

Haikuo

avatar
Fluorite | Level 6

data DRUG_info ;

set PHARM.V_HMI_DRUG_CLS (firstobs=1 OBS=50);

run;

Haikuo
Onyx | Level 15

And logs showing "did not work"?

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!

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
  • 3 replies
  • 724 views
  • 0 likes
  • 2 in conversation