Getting Started with SAS Packages

BasePlus v0.52
This commit is contained in:
yabwon
2020-08-07 13:03:03 +02:00
committed by GitHub
parent f41d73cd90
commit 7fd4dd9774

View File

@@ -60,7 +60,7 @@ run;
%end;
```
- **BasePlus**\[0.5\] adds a bunch of functionalities I am missing in BASE SAS, such as:
- **BasePlus**\[0.52\] adds a bunch of functionalities I am missing in BASE SAS, such as:
```
call arrMissToRight(myArray);
call arrFillMiss(17, myArray);