what are all the ways to define macro variable??
Answer Posted / rahul
%Let
Iterative %DO statement
%GLOBAL statement
%INPUT statement
INTO clause of the SELECT statement in SQL
%LOCAL statement
%MACRO statement
SYMPUT routine and SYMPUTN routine in SCL
%WINDOW statement
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is SAS? What are the functions does it performs?
What’s the difference between var b1 – b3 and var b1 — b3?
Explain append procedure?
explain the use of % includes a statement in sas? : Sas-administrator
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Do you need to rearrange the order of the data for the report?
What is the difference between %put and symbolgen? : sas-macro
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Are you involved in writing the inferential analysis plan? Tables specifications?
What is the difference between proportion and average?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How to specify variables to be processed by the freq procedure?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Why double trailing @@ is used in input statement?