The SQLinDS package is based on Mike Rhoads' article Use the Full Power of SAS in Your Function-Style Macros.
The package allows to write SQL queries in the data step, e.g.
data class;
set %SQL(select name, age from sashelp.class order by age);
run;SHA256 digest for the latest version of SQLinDS: F*6CC51325BDCE164B2E811896DD1C3A6D44242F50CC313D0721350CA49975F628
To work with a package use the SAS Packages Framework.