How will you assign all the variables of an dataset into a
macro variable separated by a space? For example if a
dataset has variables A,B,C. Assign them to a macro variable
X as
X=A B C
Answer Posted / yuyin
Use PROC SQL; Select * into: macro_variables separated
by ' ' from table;
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
for whom is sas data integration studio designed? : Sas-di
How do you control the number of observations and/or variables read or written?
What are the differences between sum function and using “+” operator?
how will you locate the sas platform applications? : Sas-bi
explain what is factor analysis? : Sas-administrator
which features do you use to check the data validations and errors? : Sas-administrator
What is the difference between input and infile statement?
What is a method to debug and test your SAS program?
what is the use of sas management console? : Sas-di
What is the use of the %include statement?
what are informats in sas? : Sas-administrator
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How we can call macros with in data step? : sas-macro
how will you location sas platform applications available from web browser? : Sas-bi
What versions of SAS have you used (on which platforms)?