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


Please Help Members By Posting Answers For Below Questions

What are the features of base sas system?

609


Explain append procedure?

630


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1577


What is SAS?

617


What is the command used to find missing values?

590






what is null hypothesis? why do you consider that?

2416


Difference between SAS STATA & SPSS?

676


What are the five ways to do a table lookup in sas? : sas-grid-administration

588


what is intially documentation in sas?

4333


What does the RUN statement do?

851


Are you involved in writing the inferential analysis plan? Tables specifications?

3478


What are the differences between sum function and using “+” operator?

576


how many display types available in sas bi dashboard? : Sas-bi

637


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

755


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631