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
what is operational data and operational system? : Sas-di
Of all your work, where have you been the most successful?
How to limit decimal places for variable using proc means?
In SAS explain which statement does not perform automatic conversions in comparisons?
What are the default statistics for means procedure?
What is maximum number of rows and cols can be handled in SAS?
What is the order of application for output data set options, input data set options and SAS statements?
how would you create multiple observations from a single observation? : Sas programming
What is PDV?
What are the difference between the sas data step and sas procs?
Are you involved in writing the inferential analysis plan? Tables specifications?
What is the role of sas grid administrator? : sas-grid-administration
Describe the ways in which you can create a macro variable?
What are the data types in sas?
Explain bmdp procedure?