Answer Posted / swathi
MACRO IS A CHARACTER BASED LANGUAGE.MACRO ALLOWS U TO WRITE
A PIECE OF CODE ONCE AND USE IT AGAIN AND AGAIN IN THE SAME
PROGRAM OR IN DIFFERENT.IT IS A RE-USEABILITY OF CODE.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What versions of SAS have you used (on which platforms)?
What is the basic structure of a sas program?
What was the last computer book you purchased? Why?
Enlist the functions performed by sas.
What are the advantages of using sas?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What are the ways in which macro variables can be created in sas programming?
Differentiate between ceil and floor functions.
explain the proc in sas? : Sas-administrator
how do the in= variables improve the capability of a merge? : Sas programming
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is the difference between input and infile statement?
What do the put and input function do?
How to create a permanent sas data set?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro