mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-08 07:20:06 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79bd3d0c0a | ||
|
|
f01ac518a6 | ||
|
|
62b7c64063 |
@@ -221,6 +221,7 @@ The SAS Packages Framework [(short) documentation](https://github.com/yabwon/SAS
|
|||||||
This is a list of locations where the SAS Packages Framework is used:
|
This is a list of locations where the SAS Packages Framework is used:
|
||||||
- Warsaw (Poland)
|
- Warsaw (Poland)
|
||||||
- Osaka (Japan)
|
- Osaka (Japan)
|
||||||
|
- Kyoto (Japan)
|
||||||
|
|
||||||
If you want to share that you are using the SPF let me know and I'll update the list.
|
If you want to share that you are using the SPF let me know and I'll update the list.
|
||||||
|
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ SHA256 digest for macroArray: F*3F3893F1FCD78719543703E4353F4CC19811D247C016F220
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- **BasePlus**\[2.3.0\] adds a bunch of functionalities I am missing in BASE SAS, such as:
|
- **BasePlus**\[2.4.0\] adds a bunch of functionalities I am missing in BASE SAS, such as:
|
||||||
```sas
|
```sas
|
||||||
call arrMissToRight(myArray);
|
call arrMissToRight(myArray);
|
||||||
call arrFillMiss(17, myArray);
|
call arrFillMiss(17, myArray);
|
||||||
@@ -118,7 +118,7 @@ format x bool.;
|
|||||||
|
|
||||||
%put #%expandDataSetsList(lib=sashelp,datasets=_all_)#;
|
%put #%expandDataSetsList(lib=sashelp,datasets=_all_)#;
|
||||||
```
|
```
|
||||||
SHA256 digest for BasePlus: F*71DC1AFA709B2977E8AEA452721776F62EEC8240ABD658AC83AA6D4310FC49B6
|
SHA256 digest for BasePlus: F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381
|
||||||
|
|
||||||
[Documentation for BasePlus](https://github.com/SASPAC/blob/main/baseplus.md "Documentation for BasePlus")
|
[Documentation for BasePlus](https://github.com/SASPAC/blob/main/baseplus.md "Documentation for BasePlus")
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
/* 20250807 */
|
||||||
|
BasePlus: F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381
|
||||||
|
|
||||||
|
/* 20250805 */
|
||||||
|
BasePlus: F*B2D318DD9708D74E5A7C419F7CAE1BF46D662B7F6AEE7E6B1B9D9B6858A5C41A
|
||||||
|
|
||||||
/* 20250804 */
|
/* 20250804 */
|
||||||
BasePlus: F*71DC1AFA709B2977E8AEA452721776F62EEC8240ABD658AC83AA6D4310FC49B6
|
BasePlus: F*71DC1AFA709B2977E8AEA452721776F62EEC8240ABD658AC83AA6D4310FC49B6
|
||||||
|
|
||||||
|
|||||||
@@ -9,22 +9,22 @@
|
|||||||
### Version information:
|
### Version information:
|
||||||
|
|
||||||
- Package: BasePlus
|
- Package: BasePlus
|
||||||
- Version: 2.3.0
|
- Version: 2.4.0
|
||||||
- Generated: 2025-08-04T14:12:30
|
- Generated: 2025-08-07T17:06:16
|
||||||
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com)
|
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com)
|
||||||
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
|
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
|
||||||
- License: MIT
|
- License: MIT
|
||||||
- File SHA256: `F*71DC1AFA709B2977E8AEA452721776F62EEC8240ABD658AC83AA6D4310FC49B6` for this version
|
- File SHA256: `F*19FE220C82DE4B9990B4AC352A9D9DEF5FAF2FD601BE756B2F3A2AC39CDAF381` for this version
|
||||||
- Content SHA256: `C*9CEDE8C64D2C619EBC27AC85B4904D2CE2423C832C6C313E526946FC1417EFD1` for this version
|
- Content SHA256: `C*83DEF0C93481B1C77494531E5CE9F8EB8E4C15AB3CC48D1E9C0223C13A84DB3F` for this version
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# The `BasePlus` package, version: `2.3.0`;
|
# The `BasePlus` package, version: `2.4.0`;
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# The BasePlus package [ver. 2.3.0] <a name="baseplus-package"></a> ###############################################
|
# The BasePlus package [ver. 2.4.0] <a name="baseplus-package"></a> ###############################################
|
||||||
|
|
||||||
The **BasePlus** package implements useful
|
The **BasePlus** package implements useful
|
||||||
functions and functionalities I miss in the BASE SAS.
|
functions and functionalities I miss in the BASE SAS.
|
||||||
@@ -838,6 +838,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
<,longFormat=>
|
<,longFormat=>
|
||||||
<,fileExt=>
|
<,fileExt=>
|
||||||
<,maxDepth=>
|
<,maxDepth=>
|
||||||
|
<,backslashSens=>
|
||||||
)
|
)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@@ -868,6 +869,11 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
* `maxDepth=0` - *Optional*, if not zero then indicates
|
* `maxDepth=0` - *Optional*, if not zero then indicates
|
||||||
maximum depth of search in the root path.
|
maximum depth of search in the root path.
|
||||||
|
|
||||||
|
* `backslashSens=0` - *Optional*, if not zero then it indicates
|
||||||
|
that backslash(`\`) symbol in files and dirs
|
||||||
|
names is detectable under Linux. Accepted
|
||||||
|
values: `0` and `1`. Ignored under Windows.
|
||||||
|
|
||||||
|
|
||||||
### EXAMPLES AND USECASES: ####################################################
|
### EXAMPLES AND USECASES: ####################################################
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user