cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute the job from script ??

Former Member
0 Kudos

How to execute the job from script ?? i have 2 jobs  A AND B . I want to execute job B  from job A'S Script ?? how can i ??

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200473
Contributor
0 Kudos

Hi Kishore,

As per my knowledge , Steps are below:

Step 1 : you can generate export file for job B from management console and save it.

Step 2 : Call this file using exec() funtion in your job A  inside the script.

For more deep insight , you can refer lots of document available in SCN regarding scheduling.

Let me know if you know more information onto it .

Regards,

Shiva Sahu

Former Member
0 Kudos

THANK YOU FOR YOUR REPLY ..

PLEASE GIVE ME A CLEAR EXPLANATION..

DayaJha
Active Contributor
0 Kudos

Hi Kishore,


Please refer the below link for BODS Job execution using Script

Executing a job by another job in BODS 4.1 using simple script
http://scn.sap.com/community/data-services/blog/2013/12/04/executing-a-job-by-another-job-in-bods-41...

Steps for executing BODS job from Unix Script with user defined global parameters
http://scn.sap.com/community/data-services/blog/2013/09/02/steps-for-executing-bods-job-from-unix-sc...


Executing a job using batch file
http://scn.sap.com/thread/3503338


How to add a schedule for job2 with a condition after job 1 is finished
http://scn.sap.com/message/14523514#14523514


Scheduling BODS Jobs Sequentially and Conditionally
http://scn.sap.com/docs/DOC-34648

Thanks,

Daya