Hi Gus,
Can u pls tell me
How can u Call the Shell Scripting/Unix Commands in Job
Sequence?

Answers were Sorted based on User's Feedback



Hi Gus, Can u pls tell me How can u Call the Shell Scripting/Unix Commands in Job Sequence?..

Answer / kiran

hai vijay..,

by using Routines activity.u can access unix/shellscript

Is This Answer Correct ?    9 Yes 0 No

Hi Gus, Can u pls tell me How can u Call the Shell Scripting/Unix Commands in Job Sequence?..

Answer / pavan

Hi,

There are two scenarios where u myt want to call a script

Scenario 1(Dependency exists between script and a job):
Where a job has to be executed first then the script has to
run, upon completion of script execution only the sec job
has to be invoked. In this case develop a sequencer job
where first job activity will invoke the first job then
using Execute command activity call the script u would
desire to invoke by typing "sh <script name>" in the
command property of the activity, then with the other job
activity call the second job.

Scenario 2: (Script and job are independent) : In this case
right in your parallel job say job1, under job properties u
can find "After-job subroutine" where u need to
select "ExecSH" and pass the script name which you would
like to execute. By doing this once the job1 execution
completes the script gets invoked. The job succeeding the
job1 say job2 doesnt wait for the execution of the script.

Is This Answer Correct ?    5 Yes 0 No

Hi Gus, Can u pls tell me How can u Call the Shell Scripting/Unix Commands in Job Sequence?..

Answer / madhav

hi can u explain in depth

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

what is 'reconsideration error' and how can i respond to this error and how to debug this

0 Answers   Wipro,


How to read multiple files at different directories using a single Sequential File stage in DS Enterprise Edition

6 Answers   TCS,


What are the different plug-ins stages used in your projects?

0 Answers  


I have 100 records how can I load at a time from the single time

1 Answers  


disign the complex job in u r project?(they are aksing only complex job design and then data flow...)

0 Answers  






My source having following data as below, AB1 Aim2 Abnv5 1An8bx and my question is i need the Datastage job the following as in my target 000AB1 00Aim2 0Abnv5 1An8bx Please help me to achive this.

6 Answers   Wipro,


Define Data Stage?

0 Answers  


Is the value of staging variable stored temporarily or permanently?

0 Answers  


What is the default execution order of the sequential file?

3 Answers  


if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????

3 Answers  


What is the use of Row generator stage?

2 Answers  


How do you import and export data into datastage?

0 Answers  


Categories