mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-07 23:10:06 +00:00
Update README.md
update about FunctionsImissinBASE 0.5
This commit is contained in:
@@ -81,10 +81,10 @@ run;
|
||||
%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 arrRepNull(17, myArray);
|
||||
call arrMissToRight(myArray);
|
||||
call arrFillMiss(17, myArray);
|
||||
call arrFill(42, myArray);
|
||||
|
||||
rc = delDataset("DataSetToDrop");
|
||||
|
||||
Reference in New Issue
Block a user