Skip to Content
0
Former Member
Apr 01, 2014 at 09:39 PM

How to schedule a Job in SAP DS ?

558 Views

AFAIK, a SAP data services job is an ATL (i.e XML) file/code. How do we schedule this code to run automatically ? What runs it ?

In SSIS, Job = Package and it can be scheduled as a *job* in SQL server Agent. The agent runs it as per your schedule. So,

is there some kind of server which executes the code in the ATL file ?