One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / lavanya
In addition to the %LET statement, other features of the macro language that create macro variables are
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the sas data set? : sas-grid-administration
What are the different versions of sas that you have used until now? : sas-grid-administration
If a variable contains only numbers, can it be a character data type?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Intern stastical programmer written test
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
name several ways to achieve efficiency in your program? : Sas programming
What would you change about your job?
what techniques and/or procs do you use for tables? : Sas programming
Name types of category in which SAS Informats are placed?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What are the difference between the sas data step and sas procs?
What is the purpose of _character_ and _numeric_?
What are all the problems you faced while validating tables and reports?
What is the differnce between SDTM 3.1.2 to 3.1.1 version