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
Explain how you can debug and test your SAS program?
How can sas program be validated?
Tell me about % include and % eval? : sas-macro
Which function is used to count the number of intervals between two sas dates?
In ARRAY processing, what does the DIM function do?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how to change the execute of macro
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the maximum length of the macro variable?
explain what is data set in sas? : Sas-administrator
what is the Population you used in your project, is it ITT or PP?
What is maximum storage capability of SAS?
what is enterprise guide? What is the use of it? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming