One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / satyanand
•A %LET statement (used outside a macro definition)
•A DATA step that contains a SYMPUT routine
•A DATA step that contains a SYMPUTX routine (beginning in
SAS 9)
•A SELECT statement that contains an INTO clause in PROC SQL
•A %GLOBAL statement.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the proc sql and data step?
What is a put statement?
Explain data_null_?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the difference between ceil and floor functions in sas?
Differentiate between proc means and proc summary.
what is the basic structure sas administrator? : Sas-administrator
what is the function of catx syntax? : Sas-administrator
How do you define proc in sas? : sas-grid-administration
How to create an external dataset with sas code?
What are the statements in proc sql?
where are dashboard components are created and maintained? : Sas-bi
what is metadata? : Sas-bi
What is the basic structure of a sas program?