root tree will find which is server job and which is parallel
job?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of remove the duplicate records?
how to find out number of records imported into source file?
Why we use parameters instead of hard code in datastage.
How to reverse the string using unix?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
What are the different database update actions available?
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
Thanks to all people who are posting their comments...
What is RCP?
What is staging variable?
To see hidden files in LINIX?
Hi guys, 7. how to get this output i/p col1,col2 101,a 102,b 103,c 104,d o/p col1,col2 101,d 102,c 103,b 104,a Thanks