Getting Started with SAS Packages

BasePlus v0.53
This commit is contained in:
yabwon
2020-08-12 13:54:19 +02:00
committed by GitHub
parent e1c95da0b7
commit 4765dc5c43

View File

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