1.

For What Purposes Have You Used Sas Macros?

Answer»

If we want use a program step for executing to execute the same Proc step on multiple DATA SETS. We can accomplish repetitive tasks quickly and efficiently. A macro program can be REUSED many times. Parameters passed to the macro program CUSTOMIZE the results without having to change the code within the macro program. Macros in SAS make a small change in the program and have SAS echo that change thought that program.

If we want use a program step for executing to execute the same Proc step on multiple data sets. We can accomplish repetitive tasks quickly and efficiently. A macro program can be reused many times. Parameters passed to the macro program customize the results without having to change the code within the macro program. Macros in SAS make a small change in the program and have SAS echo that change thought that program.



Discussion

No Comment Found