basePlus - The BASE SAS plus a bunch of functionalities I am missing in BASE SAS :-)


The BasePlus package adds a bunch of functionalities I am missing in BASE SAS, such as:

call arrMissToRight(myArray); 

call arrFillMiss(17, myArray); 

call arrFill(42, myArray); 

rc = delDataset("DataSetToDrop"); 

string = catXFn("date9.", "#", myArray);

format x bool.;

%put %getVars(sashelp.class, pattern = ght$, sep = +, varRange = _numeric_);

%rainCloudPlot(sashelp.cars,DriveTrain,Invoice)

%zipLibrary(sashelp,libOut=work)

%bpPIPE(ls -la ~/)

and more.

SHA256 digest for the latest version of BasePlus: A6F1977DC4EC22A39DDC7BCE68CF562AF54351A3D385D488EC3067B5A7C0F3CB

Documentation for BasePlus

To work with a package use the SAS Packages Framework.

Description
The BASE SAS plus a bunch of functionalities I am missing in BASE SAS
Readme 47 MiB
Languages
SAS 100%