sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

support `sasjs job execute` on sas 9 #1132

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

Currently running sasjs job execute on SAS 9 gives this response:

ℹ Target allan9 was found in your local sasjsconfig.json file.                                                    19:41:56

 ERROR  This command is only supported for SAS Viya targets.                                                      19:41:56
Please try again with a different target.

The only difference between a Job and a Service (sasjs request) is that we do not expect JSON in response. We should support SAS 9 also.

ghost commented 2 years ago

:tada: This issue has been resolved in version 3.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: