|
8 | 8 |
|
9 | 9 | --- |
10 | 10 |
|
11 | | -# The SQLinDS package [ver. 2.2.4] <a name="sqlinds-package"></a> ############################################### |
| 11 | +# The SQLinDS package [ver. 2.2.5] <a name="sqlinds-package"></a> ############################################### |
12 | 12 |
|
13 | 13 | The **SQLinDS** package is an implementation of |
14 | 14 | the *macro-function-sandwich* concept introduced in the |
15 | 15 | *"Use the Full Power of SAS in Your Function-Style Macros"*, |
16 | 16 | the article by *Mike Rhoads (Westat, Rockville)*. |
17 | 17 |
|
18 | | -Copy of the article is available at: |
| 18 | +The article is available at: |
19 | 19 | [https://support.sas.com/resources/papers/proceedings12/004-2012.pdf](https://support.sas.com/resources/papers/proceedings12/004-2012.pdf) |
20 | 20 |
|
| 21 | +Copy of the article can also be found in *additional content* directory. |
| 22 | + |
| 23 | + |
21 | 24 | Package provides ability to *execute* SQL queries inside a data step, e.g. |
22 | 25 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas |
23 | 26 | data class; |
@@ -46,10 +49,10 @@ Package contains: |
46 | 49 | Required SAS Components: |
47 | 50 | *Base SAS Software* |
48 | 51 |
|
49 | | -*SAS package generated by generatePackage, version 20221215* |
| 52 | +*SAS package generated by generatePackage, version 20230207* |
50 | 53 |
|
51 | 54 | The SHA256 hash digest for package SQLinDS: |
52 | | -`42677CEBB0778A6B72DE9C0071B66A345811EE470289E3847D7737F782E709E0` |
| 55 | +`F*229ACF1A62E5194A25C75D8E554BEF1B7D29227A498ED5862F23892BB0D57644` |
53 | 56 |
|
54 | 57 | --- |
55 | 58 | # Content description ############################################################################################ |
@@ -96,6 +99,8 @@ Based on the article *"Use the Full Power of SAS in Your Function-Style Macros"* |
96 | 99 | by *Mike Rhoads* (Westat, Rockville), available at: |
97 | 100 | [https://support.sas.com/resources/papers/proceedings12/004-2012.pdf](https://support.sas.com/resources/papers/proceedings12/004-2012.pdf) |
98 | 101 |
|
| 102 | +Copy of the article can also be found in *additional content* directory. |
| 103 | + |
99 | 104 | ### SYNTAX: ################################################################### |
100 | 105 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas |
101 | 106 | %sql(<nonempty sql querry code>) |
|
0 commit comments