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 importance of the exception activity in datastage?
what is factless fact table?
What are the components of ascential data stage?
How to reverse the string using SQL?
What is the default execution order of the sequential file?
how can u find out the datastage job is running on how many nodes
Hi , Can anyone give few examples of scenarios and there corresponding design in datastage..i am new to this tool...confused in design while my manager asking to design the job.. Please post the URL if there..so i can go through it.. Thanks in advance...
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
How can u execute the sql query through unix? What is the Primary key for Dimension table? what is the primary key for Fact table?
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
How to Remove Duplicate using SQL?
How can we do null handling in sequential files