sasjs create tempExample -t jobs
cd tempExample
sasjs add # add a local, viya target
sasjs cbd # deploy the jobs
npm run exec # the sasjs job execute script is in package.json
expected - the log file should appear in the specified location
If the above was user error, then we should add something to the log to guide the user about why the log isn't appearing
If it was a program error, we should include a test along with the fix to prevent future regressions
To reproduce:
expected - the log file should appear in the specified location
If the above was user error, then we should add something to the log to guide the user about why the log isn't appearing
If it was a program error, we should include a test along with the fix to prevent future regressions