Actually, we have SAS Server running on Windows 7. Till the day one of the developer is manually running the jobs.
Now client want to use Tidal Enterprise Scheduler for all Servers(including SAS) for executing jobs, which is present in another windows 7. We are working on SAS with Tidal.
We have created a .bat file on SAS server which is having below line.
“C:\Program Files\SAS\SAS 9.1\SAS.EXE" -SYSIN "\\uscol2k3sas02\SASBATCH\VDM\Batch\BatchRunSas\PCRPManualAdjustmentsDaily_testing.sas"
Then finally we are trying to schedule the .bat file in Tidal. We have received the status as “status change to Externally Defined” without executing the job in SAS server.