cancel
Showing results for 
Search instead for 
Did you mean: 

Event based Job execution/scheduling in SAP Data Services.

venkataramana_paidi
Contributor
0 Kudos

Hi ,

I have two jobs . One job loads the data  into target table.

Second job uses the first table target data to process its data.

Second job should wait until first  job loaded the data. We need to set the maximum time to wait. If time exceeds then job should fail.

This is my scenario.

One of our team fill the first table data.   My job depend on their data. I will use the first job data and i should run the job. I will wait till 11 PM for data and if data is not coming means I will fail the job.

These are schedule jobs.

Thanks & Regards,

Venkata Ramana Paidi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey Venkata!

How about this?:

Best Regards,

José

former_member187605
Active Contributor
0 Kudos

If this is the only dependency, you can simply call job #2 from job #1, just after the table has been loaded. Do this in a script executing the .bat file (ior shell script) you've generated from the DS Management Console (Export Execution Command).