How do you read in the variables that you need?

Answer Posted / sheetal

data new (keep = name age sex);
set old;
run;

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what Proc glm does?

641


for what purpose would you use the retain statement? : Sas programming

587


what is the difference between floor and ceil functions in sas? : Sas-administrator

708


How does the internal authentication work in sas? : sas-grid-administration

585


how do you debug and test your sas programs? : Sas programming

563






What is slibref?

746


Which command is used to save logs in the external file?

572


What is interleaving in SAS?

675


Give e an example of..

1655


What is the difference between class statement and by statement in proc means?

661


What is factor analysis?

663


where are dashboard components are created and maintained? : Sas-bi

570


What does the RUN statement do?

854


How to specify variables to be processed by the freq procedure?

619


How do you specify the number of iterations and specific condition within a single do loop?

625