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
how many display types available in sas bi dashboard? : Sas-bi
How would you identify a macro variable?
What is the basic structure of a sas program?
how to do user inputs and command line arguments in sas?
What are the ways in which macro variables can be created in sas programming?
What are the automatic variables for macro? : sas-macro
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What is the difference between proportion and average?
how does sas handle missing values in formats? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are the categories that sas informats are used to the place the data? : Sas-administrator
What will calendar procedure do?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Describe a time when you were really stuck on a problem and how you solved it?
what is hierarchy flattening? : Sas-di