1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 11:44: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, codePath,
'-LOG', '-LOG',
path.join(session.path, 'log.log'), path.join(session.path, 'log.log'),
'-PRINT',
path.join(session.path, 'output.lst'),
'-WORK', '-WORK',
session.path, session.path,
'-AUTOEXEC', '-AUTOEXEC',