mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-07 07:00:05 +00:00
Update README.md
update about FunctionsImissinBASE 0.5
This commit is contained in:
@@ -81,10 +81,10 @@ run;
|
|||||||
%end;
|
%end;
|
||||||
```
|
```
|
||||||
|
|
||||||
- **FunctionsImissinBASE**\[0.4\] A bunch of functions and functionalities I am missing in BASE SAS, such as:
|
- **FunctionsImissinBASE**\[0.5\] A bunch of functions and functionalities I am missing in BASE SAS, such as:
|
||||||
```
|
```
|
||||||
call arrShiftLeft(myArray);
|
call arrMissToRight(myArray);
|
||||||
call arrRepNull(17, myArray);
|
call arrFillMiss(17, myArray);
|
||||||
call arrFill(42, myArray);
|
call arrFill(42, myArray);
|
||||||
|
|
||||||
rc = delDataset("DataSetToDrop");
|
rc = delDataset("DataSetToDrop");
|
||||||
|
|||||||
Reference in New Issue
Block a user