BookmarkSubscribeRSS Feed
umashankersaini
Quartz | Level 8

Hi,

Kindly let me know how to print selected observaions (for example top 5 observations from each dataset) from all the datasets of a library.

Regards

Uma Shanker Saini

3 REPLIES 3
data_null__
Jade | Level 19
  1. make a list of memnames (type=data maybe)
  2. for each memname run proc print data=libname.memname(obs=5)
  3. add a title so you know which data set you are looking at

For number 1 use PROC DATASETS

For number 2 use call execute driven by a data set created by 1

You can use call execute for number 3 too.

BrunoMueller
SAS Super FREQ

Hi

Have a look at this blog entry Implement BY processing for your entire SAS program - The SAS Dummy by https://communities.sas.com/people/Chris%40SAS it provides excellent explanation on a programming pattern  how to approach this.

Bruno

Kavitha
Calcite | Level 5

Hi, Pls have a look at this example given in support.sas.com.. This will be definitely helpful.

http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002262179.htm

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
  • 3 replies
  • 761 views
  • 6 likes
  • 4 in conversation