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
Which are the statements whose placement in the data step is critical?
how can you import .csv file in to sas? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
Intern stastical programmer written test
Describe 5 ways to do a “table lookup” in SAS?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What is PROC in SAS?
What is the difference between %local and %global? : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What is proc sort?
Mention how to limit decimal places for the variable using proc means?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Which command is used to perform sorting in sas program?