Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sas Macro

Sas Proc Sql Inside %macro

Firstly I have the following table: data dataset; input id $ value; datalines; A 1 … Read more Sas Proc Sql Inside %macro

Combine Different Sql Into One Table Using Sas

I would like to know how to combine different SQL queries into one table. The format should be … Read more Combine Different Sql Into One Table Using Sas

SAS Proc Sql Inside %macro

Firstly I have the following table: data dataset; input id $ value; datalines; A 1 … Read more SAS Proc Sql Inside %macro