1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

fix: all.sas, readme, dependency issue and sasjsconfig file

This commit is contained in:
munja
2022-05-20 11:16:30 +01:00
parent 512f05c0b2
commit bb6111e2b3
6 changed files with 496 additions and 360 deletions

View File

@@ -54,7 +54,7 @@ This library will not be used for storing data entries (such as formats or datal
The fcmp macros are used to generate fcmp functions, and can be used with or without the `proc fcmp` wrapper.
### LUA library
### LUA folder
Wait - this is a macro library - what is LUA doing here? Well, it is a little known fact that you CAN run LUA within a SAS Macro. It has to be written to a text file with a `.lua` extension, from where you can `%include` it. So, without using the `proc lua` wrapper.