If you have a data set that contains 100 variables, but you
need only five of those, what is the code to force SAS to
use only those variable?
Answer Posted / srilatha
by using the views.
ex: proc sql;
create view emp_v
as
select empno,sal,deptno,comm from emp;
quit;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is metadata? : Sas-bi
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
Can you explain the process of calendar?
How to create a permanent sas data set?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Difference between informat and format?
Of all your work, where have you been the most successful?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What are the features of SAS?
What are the new features included in the new version of SAS Programming Language?
How to read an input file in sas?
What is the difference between reading data from an external file and reading data from an existing data set?
how does sas handle missing values in assignment statements? : Sas programming
Give some ways by which you can define the variables to produce the summary report (using proc report)?
Differentiate input and infile.