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 is the difference between SAS functions and procedures?
: and & modifiers.
What is substr function?
describe about metadata object? : Sas-di
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
explain about various caches available in data integrator? : Sas-di
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Explain the difference between informat and format with an example.
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the difference between match merge and one to one merge?
Name validation tools used in SAS
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how does sas handle missing values in procs? : Sas programming