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 ways to overcome a missing values???
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the good sas programming practices for processing large data sets?
Are you involved in writing the inferential analysis plan? Tables specfications?
what is ae onset date n what is RDS
What would be the value of month at the end of data step execution and how many observations would be there?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How sas treats the dsd delimiters?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what is the purpose of _error_? : Sas programming
Mention common programming errors committed in sas ?
what is sas database server? : Sas-di
Which statement does not perform automatic conversions in comparisons?
what are input dataset and output dataset options? : Sas programming
Briefly explain input and put function?