-
Hi. I tried to change serverName i `sasjsconfig.json`.
```sh
{
"name": "sas9",
"serverUrl": "https://sasweb-t.jbmain00.corp.jyskebank.net:8343",
"serverType": "SAS9",
…
-
For our current project, we would like to deploy the compiled SAS code as code, instead of job definitions. We were wondering if this would be difficult to add to sasjs.
We want to do this for the …
-
-
To maintain compatibility with this PR: https://github.com/sasjs/server/pull/163
-
SASjs Server is composed of a "web" and an "api" component. All web content is public, with requests being made to the API (same as other clients). The API supports a single authentication mechanism…
-
We should update the -CFG file to ensure that SASjs sessions are always UTF-8
This will improve forwards compatibility with Viya as well as addressing the shortcomings of default WLATIN1 (character…
-
When running `endsas;` on a `"SYSSCPL" : "X64_DSRV19"` machine running `"SYSVLONG" : "9.04.01M7P080520"` a 200 response is received but the request body is empty.
this affects POST requests, not GE…
-
steps to reproduce:
1) remove the first line of code from `getdata.sas` (`%webout(FETCH)`)
2) deploy the app using `sasjs cbd`
3) try to open the table
there is an error in the console, and th…
-
This happens on minimal-seed-app on appinit:
![image](https://user-images.githubusercontent.com/83717836/170451421-016ffd62-5397-4bc3-8cfa-1dddc805b894.png)
SAS log:
https://paste.4gl.io/?e8210ae…
-
When adding a target with sas 9 servertype, the password should be encoded in the `authConfig`