specify data stage strength?
Answer / thippareddy.p
The major strenght of the datastage are :
Partitioning,
pipelining,
Node configuration,
handles Huge volume of data,
Platform independent.
| Is This Answer Correct ? | 3 Yes | 0 No |
HOw Hash Partion Works Thank you in Advance i have doubts on Hash Partion TEch Could please give me the clear understandable notation example e_id,dept_no 1,10 2,10 3,20 4,20 5,30 6,40 i have TWo Nodes/Three Nodes My questions are: 1).if i select hash key as e_id how Hash partion will distribute the data in to two NOdes/three NOdes 2).if i select hash key as dept_no how Hash partion will distribute the data in to two NOdes/three NOdes sivakumar.katta7@gmail.com
how do u capture duplicates through sort & transformer
How can we do null handling in sequential files
how many stages are there in Datastage... Please clarify mee??
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
deptno wise to find max and min,and sum of rows and in target to company wise maximum
I have file with empid,empname and I want to load these two fields along with sal in my target 1)salary must be same for all the records 2)I want pass the salary at run time
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
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
my source seq file have col1 1 2 3 4 5 6 7 8 9 i have 4 targets t1 t2 t3 t4 1 2 3 4 5 6 7 8 9 like this how we can get?
What is data partitioning?