what are all the ways to define macro variable??
Answer Posted / varun kumar
There are 5 ways to create a macro avriable.
1)using %LET statement.
2)Using %GLOBAL statement.
3)Using "CALL SYMPUT" routine.
4)Using Proc Sql.
5)Through parameters.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is sas metadata repository? : Sas-bi
Can you execute macro within another macro? : sas-macro
What is the function of output statement in a SAS Program?
Mention some common errors that are usually committed in sas programming.
how does sas handle missing values in procs? : Sas programming
What is the difference between the proc sql and data step?
How do you add a number to a macro variable? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is data integration? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.
what is sas data set?
how can you import .csv file in to sas? : Sas programming
What are types of transport files?
What is the basic structure of the SAS base program?
Difference between nodup and nodupkey options?