I have a scheduled job that runs in SAS MC on the scheduler. I need to change the default log location from to some other location . so tried to change the command in deployed job which is changing but log is not getting generated to changed location .
D:\SAS\Config\compute\Lev1\SASApp\BatchServer\sasbatch.bat -log E:\xxx\Scheduled Tasks\Deployed Jobs\Logs_Test\Test123_Schedule_email_#Y.#m.#d_#H.#M.#s.log -batch -noterminal -logparm "rollover=session" -sysin "D:\Program Files\SASHome\SASFoundation\9.4\inttech\sample\Schedule_email.sas"
I dont want to change the default location of all job in the Server Manager plug-in for SAS Management Console in the properties for the SAS DATA Step Batch Server.