Code: Select all
SET DSCompileCmd=C:\Progra~1\Ascential\DataStage7.5.1\dscc.exe
%DSCompileCmd% /h %Host% /u %User% /p %Password% %Project% /j %%i /f >> %LogFileName%
This is straight out our script to compile jobs.
Code: Select all
SET DSCompileCmd=C:\Progra~1\Ascential\DataStage7.5.1\dscc.exe
%DSCompileCmd% /h %Host% /u %User% /p %Password% %Project% /j %%i /f >> %LogFileName%