Tell different ways to create Macrovarible?
Answer Posted / paramatma pulivarthi
there are 5 ways to create macro variable
1.by using %global
2.by using %local
3.by using %let
4.by using call symput
5.by using select and into clause
and
6. by passing the values to macro through the parameters.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Name few SAS functions?
Are you involved in writing the inferential analysis plan? Tables specfications?
Mention common programming errors committed in sas ?
How to specify variables to be processed by the freq procedure?
What is the maximum length of the macro variable?
What are types of transport files?
Which statement does not perform automatic conversions in comparisons?
what are informats in sas? : Sas-administrator
what is sas metadata repository? : Sas-bi
what is operational data and operational system? : Sas-di
What is the role of administrative users? : sas-grid-administration
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is proc sort?
Differentiate between proc means and proc summary.
How to create an external dataset with sas code?