1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

Merge pull request #112 from sasjs/allanbowe/lst-destination-needs-111

fix: providing a PRINT destination during SAS invocation.
This commit is contained in:
Muhammad Saad
2022-03-29 23:11:32 +05:00
committed by GitHub

View File

@@ -87,6 +87,8 @@ ${autoExecContent}`
codePath,
'-LOG',
path.join(session.path, 'log.log'),
'-PRINT',
path.join(session.path, 'output.lst'),
'-WORK',
session.path,
'-AUTOEXEC',