can we half project in parallel jobs and half project in
server jobs?
Answers were Sorted based on User's Feedback
Answer / asif
You can have such scenario [preferred not to - unless you
are upgrading].
The communication between parallel jobs and server jobs
needs to be via sequential files.
| Is This Answer Correct ? | 8 Yes | 0 No |
in one project you can both server and parallel jobs.
People use both type of canvas to develop jobs based on their requirements.
Using sequence job, you can call both types of job along with other actvities
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe routines in datastage? Enlist various types of routines.
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
How we can covert server job to a parallel job?
what is operator combinality in datastage?
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
Why do you need stage variables?
can explain wt is the pool for file.
Hi everyone,I have kept a project Sales And Distribution for a pharmaceutical company.can anybody explain one complex business rule that we had in our project and how did you accomplish it using DS?
How to implement complex jobs in data stage?
Which warehouse using in your datawarehouse
how to do pergformence tuning in datastage?
in one scenario source flat file like Fileld1 00122001550056200568 00256002360014500896 00123004560078900258 00147004560025800256 divide each 5 numbers as one column i.e here i need field1 field2 field3 field4 00122 00155 00562 00568 00256 00236 00145 00896 00123 00456 00789 00258 00147 00456 00258 00256 plz help me....