i have a null dataset with 20 variables. i want to upload the
variables which contain name like a or k or anything in
another dataset.how can we create the dataset?
Answer Posted / xxx
proc print data=DSN;
var a: k:;
run;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you know about sas data set?
What does the trace option do?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Where do you use proc means over proc freq?
what is the difference between unique key and primary key? : Sas-di
Describe the ways in which you can create a macro variable?
Can you execute macro within another macro? : sas-macro
What are the features of SAS?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What do the SAS log messages "numeric values have been converted to character" mean?
Name some categories in sas 9? : sas-grid-administration
How do you convert basic cube to transaction cube and transaction cube to basic cube?
name some data transformation used in sas di? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.