what are all the ways to define macro variable??
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what is intially documentation for a sas programmer?
What is the basic structure of the SAS base program?
where to use sas business intelligence? : Sas-bi
What is the one statement to set the criteria of data that can be coded in any step?
What is the difference between a PROC step and a DATA step?
How sas treats the dsd delimiters?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
Explain the difference between nodup and nodupkey options?
What is the sas data set? : sas-grid-administration
How would you determine the number of missing or nonmissing values in computations?
How do you debug macros?
what is fact table and factless table?