Skip to content

Commit f999e88

Browse files
committed
The SQLinDS package [ver. 2.2.5]
The SQLinDS package [ver. 2.2.5] Mike Rhoads' article "Use the Full Power of SAS in Your Function-Style Macros" added to the additional content for the package.
1 parent 9fb14a1 commit f999e88

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The package allows to write SQL queries in the data step, e.g.
1010
set %SQL(select * from sashelp.class order by age);
1111
run;
1212
```
13-
SHA256 digest for the latest version of `SQLinDS`: 42677CEBB0778A6B72DE9C0071B66A345811EE470289E3847D7737F782E709E0
13+
SHA256 digest for the latest version of `SQLinDS`: F*229ACF1A62E5194A25C75D8E554BEF1B7D29227A498ED5862F23892BB0D57644
1414

1515
[**Documentation for SQLinDS**](./sqlinds.md "Documentation for SQLinDS")
1616

hist/2.2.5/sqlinds.zip

193 KB
Binary file not shown.

sqlinds.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@
88

99
---
1010

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> ###############################################
1212

1313
The **SQLinDS** package is an implementation of
1414
the *macro-function-sandwich* concept introduced in the
1515
*"Use the Full Power of SAS in Your Function-Style Macros"*,
1616
the article by *Mike Rhoads (Westat, Rockville)*.
1717

18-
Copy of the article is available at:
18+
The article is available at:
1919
[https://support.sas.com/resources/papers/proceedings12/004-2012.pdf](https://support.sas.com/resources/papers/proceedings12/004-2012.pdf)
2020

21+
Copy of the article can also be found in *additional content* directory.
22+
23+
2124
Package provides ability to *execute* SQL queries inside a data step, e.g.
2225
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
2326
data class;
@@ -46,10 +49,10 @@ Package contains:
4649
Required SAS Components:
4750
*Base SAS Software*
4851

49-
*SAS package generated by generatePackage, version 20221215*
52+
*SAS package generated by generatePackage, version 20230207*
5053

5154
The SHA256 hash digest for package SQLinDS:
52-
`42677CEBB0778A6B72DE9C0071B66A345811EE470289E3847D7737F782E709E0`
55+
`F*229ACF1A62E5194A25C75D8E554BEF1B7D29227A498ED5862F23892BB0D57644`
5356

5457
---
5558
# Content description ############################################################################################
@@ -96,6 +99,8 @@ Based on the article *"Use the Full Power of SAS in Your Function-Style Macros"*
9699
by *Mike Rhoads* (Westat, Rockville), available at:
97100
[https://support.sas.com/resources/papers/proceedings12/004-2012.pdf](https://support.sas.com/resources/papers/proceedings12/004-2012.pdf)
98101

102+
Copy of the article can also be found in *additional content* directory.
103+
99104
### SYNTAX: ###################################################################
100105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
101106
%sql(<nonempty sql querry code>)

sqlinds.zip

179 KB
Binary file not shown.

0 commit comments

Comments
 (0)