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 |
How one source columns or rows to be loaded in to two different tables?
How do u call shellscript/Batch file from DS?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
What is a quality stage in datastage tool?
there are indexes on a table as index1 with col1, col2 index2 with col2 index3 with col1,col2,col3. if i run a query with col1='100' which index will be used and why
What are the types of hashed files in data stage
what is flow of project?
how to handle null values in sequential file?
How do u set a default value to a column if the column value is NULL?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
How do you find the number of rows in a sequential file?
source contains 2 columns comes to target 4 columns how