How can we achive parallelism
Answer / hanug
The degree of parallelism is achieved by configuring the
multiple nodes in the congig file.
In the config files we can specify multiple nodes.
| Is This Answer Correct ? | 14 Yes | 1 No |
What is the importance of the exception activity in datastage?
What is the difference between informatica and datastage?
I am running a job with 1000 records.. If the job gots aborted after loading 400 records into target... In this case i want to load the records in the target with 401 record... How will we do it??? This scenario is not for sequence job it's only in the job Ex: Seq file--> Trans--> Dataset..
9 Answers Cognizant, IBM, TCS, Virtusa,
What is the use of hoursfromtime() function in transformer stage in datastage?
How do you get log info into a file?
What is the project in datastage?
Describe the architecture of datastage?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
plz tell me some dimentional and fact table names in banking project?
Can you explain kafka connector?
how to handle null values using transformer stage?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know