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
For what purposes have you used sas macros? : sas-macro
What are the different operating system platforms in which we can use sas? : sas-grid-administration
how can you import .csv file in to sas? : Sas programming
What areas of SAS are you most interested in?
How to create a permanent sas data set?
how are numeric and character missing values represented internally? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Explain how you can debug and test your SAS program?
Mention the difference between ceil and floor functions in sas?
What is the order of application for output data set options, input data set options and SAS statements?
Differentiate between sas functions and sas procedures.
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
How to limit decimal places for the variable using proc means?
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