Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Data Warehousing > SAS

SAS SAS Interview Questions, Learn by sharing SAS Interview Questions asked in various companies, Get Career advices, Interview Procedures from SAS experts, Post asked SAS Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-25-2008, 05:14 AM
Senior Member
 
Join Date: Feb 2008
Posts: 266
Default How to select the observations

How to select the observations randomly from a SAS dataset SAS macros SAS System ?
Reply With Quote
  #2 (permalink)  
Old 06-03-2008, 03:30 PM
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default

proc surveyselect data=a method=srs n=60 out=b; run;
Reply With Quote
  #3 (permalink)  
Old 07-25-2008, 03:16 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

Using Conditional Statements (if,where, etc).

PROC SURVEYSELECT, PROC SURVEYMEANS and PROC SURVEYREG are Sampling Procedures,we can select observations randomly but not according to our requirements.


Remember, there are many ways to do the same thing in SAS programming.

parthasarathi

Last edited by parthausa; 07-25-2008 at 03:18 PM.
Reply With Quote
Reply

Tags
data warehousing, sas

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On