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 the use of stop statement?
How would you identify a macro variable?
Explain the special input delimiters used in sas programming.
What are the features of base sas system?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the basic syntax of a sas program?
What are the implications?
What is the sas data set? : sas-grid-administration
What are the advantages of using sas?
What are pdv and it functions?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the basic syntax style in SAS?
How do you test for missing values?
What is the work of tranwrd function?
How would you define the end of a macro?