Hi,
I am looking for a way to execute a viya job from outside, to include it in existing processed with dependencies outside the sas environment.
I am looking for something like a shellscript, that gets the Job-URI or the path as a command and then executes this.
The script also has to return the correnct returncodes - 8 if the job ended with error, 4 if the job ended with warnings and 0 if the job ended successful.
Any ideas?