You have a data set of 100 observations,how can you
restrict the output so that the output has only data from
row no. 10 to row no. 20

Answer Posted / jonathan o&

data Subset;
set whatever;
if _N_ not in (10-20) then delete;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1608


what is factor analysis? : Sas-administrator

609


If a variable contains only numbers, can it be a character data type?

610


What is program data vector (pdv)?

629


What will calendar procedure do?

593






What is the general format of function in sas? : sas-grid-administration

563


how to remove duplicates using proc sql?

623


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

551


what is data governance? : Sas-di

621


What is the length assigned to the target variable by the scan function?

670


what are the scrubbing procedures in sas? : Sas programming

827


How do you add a number to a macro variable? : sas-macro

543


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

624


What are the five ways to do a table lookup in sas? : sas-grid-administration

588


What Proc glm does?

608