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 |
Can you define merge?
Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?
8 Answers Cognizant, HCL, TIAA CREF,
How to remove blank spaces from data?
I am getting input value like X = Iconv(ā31 DEC 1967ā,āDā)? What is the X value? How it is? At what situation we r used Iconv(),Oconv().
Hi this madan, in data stage one file in Empno 12345678910 in a table, i want target is Empno 1 2 3 4 5 6 7 8 9 10
What is usage analysis in datastage?
What are the main differences you have observed between 7.x and 8.x version of datastage?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
how to cleansing data
What are the different types of lookups in datastage?