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 |
What is the difference between validate and compile?
What is the Difference Between DataStage 7.5 version and 8.1 Version?
What are the partitioning techniques available in link partitioner?
why we use parameters instead of hard code in datastage
can a fact table contains textual information
6 Answers HCL, HCL BSERV, IBM,
WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
2.how u run your rotines in unix? what is job sequencer? if i have 4 jobs i would like to run 2 jobs in server(using job jobsequencer)and remaining 2 in parallel?how can i run?
i having source like emptable,dept table and combined purpose using for the join stage but join stage which partition techq will be prefored? pls given the ans?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
count number of deptno in a emp table?
Define Job control?