-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(saspy): refactor doc as main branch
Signed-off-by: Shuguang Sun <[email protected]>
- Loading branch information
1 parent
99c1528
commit 9a83e55
Showing
3 changed files
with
51 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
|
||
# SAS 9.4 (SASPy) Connection Profile | ||
|
||
To use SAS 9.4 (SASPy) connection type, you need to have Python and [SASPy](https://sassoftware.github.io/saspy) installed locally (the machine VS Code is installed on) or remotely (if you are using VScode remote development). SASPy fully supports connection methods of STDIO (Unix only), SSH, IOM (Remote and Local) and HTTP, and partially supports connection method of COM. You can visit the following [link](https://sassoftware.github.io/saspy) to find out how to install SASPy and how to configure it. | ||
|
||
|
||
## Profile Anatomy | ||
|
||
A SAS 9.4 (SASPy) connection profile includes the following parameters: | ||
|
||
`"connectionType": "saspy"` | ||
|
||
| Name | Description | Additional Notes | | ||
| -------------- | -------------- | ----------------------------------------------------------------------------- | | ||
| `pythonpath` | Path to python | Defaults to `python` | | ||
| `cfgname` | sascfg name | Visit [link](sassoftware.github.io/saspy/configuration.html) for introduction | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters