-
To reproduce, just add an include in a macro test, eg:
file: somemacro.test.sas
`. SAS Includes `
`. @li somefile.sas fref1`
-
![image](https://user-images.githubusercontent.com/4420615/122964556-0fdfab00-d390-11eb-83c4-3bf8b123e32d.png)
-
Currently there is no token expiry validation when _polling_ job state, which can result in an endless loop if the token expires during execution of a Viya job
The method should be updated to accep…
-
To reproduce, first run the following in SAS Studio:
```sas
%let appLoc=/Public/app/test; /* Metadata or Viya Folder per SASjs config */
filename mc url "https://raw.githubusercontent.com/sasjs/…
-
![image](https://user-images.githubusercontent.com/4420615/122047116-6c6b2500-cde8-11eb-81d3-77046c524e85.png)
The `_debug` variable should be placed in the`variables` property.
-
Hello,
Can the macro find fuzzy matches? . If the variable VSORRES is in multiple datasets but with a different suffix such as VSORRES1, VSORRES_02 etc...how would the macro parameters be filled.
…
-
All the code in the `utils` folder should be easily testable since all functions in there are pure.
For testing the code in `SASjs` and `SASViyaApiClient` there will be some mocking/stubbing out re…
-
To reproduce:
```
sasjs create example -t jobs
cd jobs
sasjs c
```
the testsetup.sas program is not compiled into the sasjsbuild folder.
-
With #607 we now have a test flow file generated when running `sasjs compile` that shows coverage for jobs & services. This flow file also determines the order in which tests are executed (which is c…
-
The sasjs.request parameter accepts a callback function to gracefully handle the situation where a user has submitted a request, but the sas cookie session has timed out.
This callback function can…