One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / prem krishnan
1) %macro <macroname> ( );
%mend (<macroname>;
a DATA step that contains a SYMPUT routine within a macro
definition
a DATA step that contains a SYMPUTX routine within a macro
definition
a SELECT statement that contains an INTO clause in PROC SQL
within a macro
definition
a %LOCAL statement.
%global statement
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is PROC in SAS?
what are informats in sas? : Sas-administrator
What can be the size of largest dataset in SAS?
How long can a macro variable be? A token? : sas-macro
what are the benefits of data integration? : Sas-di
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
Describe the function and untility of the most difficult SAS macro that you have written.
What is slibref?
How are numeric and character missing values represented internally?
what is the basic structure sas administrator? : Sas-administrator
how can you create zero observation dataset? : Sas programming
What does the trace option do?
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;
what are the best practices to process the large data sets in sas programming? : Sas-administrator