How do u call shellscript/Batch file from DS?
Answers were Sorted based on User's Feedback
Answer / jack
You can invoke shell script through Job Properties -->
Before Job routine --->ExecSH
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / datastage4you
there are diff ways to call..
if Seq job :
Use command stage to call a shell script
or if job
go to the job properties and select "Before/After job
routine" and use ExecSH options to invoke shell script.
Thanks
http://datastage4you.blogspot.in/
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kiran
Well answer from Jack and u can call from another way.go to
Job Properties and ther r one option is ther like
APT_CONFIG_file Tab is there do to user defined and select
Search Shell Path
| Is This Answer Correct ? | 2 Yes | 9 No |
there are two schemas x and y are there. some data is in x schema. i want to use that in y schema..how can i use? please give some possibilities
How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...
0 Answers Alpharithm Technologies,
how many stages are there in Datastage... Please clarify mee??
what is the difference between == and eq in UNIX shell scripting?
Give example for FACTLESS FACT TABLE in real-time scenario.
What is the difference between datastage and informatica?
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
Wat is isolation level and when do u use them?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
How u implement the slowly changing dimensions if my source table is consisting of cid,cname,add,phno,email but i need to capture the changes for first three columns how u implement?