Can aggregator and transformer stages use to sort the data?
How ?
Answers were Sorted based on User's Feedback
Answer / kumar
go to partition--->select the partiton name other than auto-
-->check perform sort.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivas
We can sort the data by using Aggregator and Transformer
If we use the Aggregator will get only specified coulmns will not get all source columns.
If we use the transformer will get all columns with sorted output.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the unit test cases you used in your project?
can we see the data in fixed width file? how can u change the datatype of fixed width files?
1.i have 5 jobs(1-5),i connect with each other,i want run from 3-5 only how? 2.how to schedual the job in datastage7.5 2? what is the deff bet grip and fgrep command? how do you cleanse the data in your project
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
What are the different types of lookups in datastage?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
if the source file is CID,CCODE,CONNDATE,CREATEDBY 0000000224,1000,20060601,CURA 0000000224,2000,20050517,AFGA 0000000224,3000,20080601,TUNE 0000000225,1000,20020601,CURA 0000000225,2000,20050617,AFGA 0000000225,3000,20080601,TONE AND TARGET is oracle following are the validations cid loaded with unique records leading zeors has to be deleted while loading cid in target load only customer who got early connected to company conn_date should be loaded into oracle date format cid datatype is varchar2 in target conn_date is data datatype ccode is varchar2 0000000224,1000,20060601,CURA 0000000224,1000,20060601,CURA
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
I have a source table with column name CITY having 100 records, I want target table with column name start with 'A' and 'B',remaining columns as reject outputs. how can achieve this by data stage?please help me?????
How do you load 10 different sources with 10 different layouts to 10 different tables?
What steps should be taken to improve Datastage jobs?
how to transfer file from one system to another system in unix? which cmd to be use?