mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-15 10:30:06 +00:00
Update README.md
FunctionsImissinBASE 0.2
This commit is contained in:
@@ -81,13 +81,14 @@ run;
|
|||||||
%end;
|
%end;
|
||||||
```
|
```
|
||||||
|
|
||||||
- **FunctionsImissinBASE**\[0.1\] A bunch of functions and functionalities I am missing in BASE SAS, such as:
|
- **FunctionsImissinBASE**\[0.2\] A bunch of functions and functionalities I am missing in BASE SAS, such as:
|
||||||
```
|
```
|
||||||
call shiftLeft(myArray);
|
call shiftLeft(myArray);
|
||||||
call replaceNull(17, myArray);
|
call replaceNull(17, myArray);
|
||||||
call arrVal(42, myArray);
|
call arrVal(42, myArray);
|
||||||
rc = kill("DataSetToDrop");
|
rc = kill("DataSetToDrop");
|
||||||
string = catXFn("date9.", "#", myArray);
|
string = catXFn("date9.", "#", myArray);
|
||||||
|
format x bool.;
|
||||||
```
|
```
|
||||||
|
|
||||||
- **dynMacroArray**\[0.2\], set of macros (wrappers for a hash table) emulating dynamic array in the datastep (macro predecessor of DFA)
|
- **dynMacroArray**\[0.2\], set of macros (wrappers for a hash table) emulating dynamic array in the datastep (macro predecessor of DFA)
|
||||||
|
|||||||
Reference in New Issue
Block a user