Update README.md

This commit is contained in:
yabwon
2019-10-19 22:46:53 +02:00
parent 85346c58d4
commit 4214b6d949

View File

@@ -20,6 +20,6 @@ Read the `SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf` to
### Avaliable packages: ### Avaliable packages:
- *SQLinDS*, allows to write SQL queries in the datastep - *SQLinDS*, allows to write SQL queries in the datastep
- *DFA* (Dynamic Function Arrays), contains FCMP implementation of dynamic array, stac, fifo, ordered stack, and priority queue - *DFA* (Dynamic Function Arrays), contains FCMP implementation of dynamic array, stack, fifo, ordered stack, and priority queue
- *dynMacroArray*, set of macros (wrappers for a hash table) emulating dynamic array in the datastep - *dynMacroArray*, set of macros (wrappers for a hash table) emulating dynamic array in the datastep
- *macroArray*, implementation of an array concept in macrolanguage (e.g. `%array(ABC[17] (1:17), macarray=Y); %do i = 1 %to 17; %put %ABC(&i.); %end;`) - *macroArray*, implementation of an array concept in macrolanguage (e.g. `%array(ABC[17] (1:17), macarray=Y); %do i = 1 %to 17; %put %ABC(&i.); %end;`)