Search found 6797 matches

by DSguru2B
Fri May 25, 2007 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential stage properties
Replies: 8
Views: 2741

O ok. So the first field is "PL1 200705" . I thought they were two seperate fields. Anywho, I change the metadata to exactly your sepcification. It still works at my end. Looks like there is a problem in your file. How did you import the metadata? Did you use the view button while importing metadata...
by DSguru2B
Fri May 25, 2007 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit
Replies: 5
Views: 1112

Yes. You will do all your fancy audit collection and then load it to a file (sequential or hashed).
by DSguru2B
Fri May 25, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential stage properties
Replies: 8
Views: 2741

Show us the metadata of your file. For all amout fields, I used Decimal(15,2). Rest I used varchar, exept for the second field. For that I used Integer. I am having no problem at all.
How did you import the metadata. Did you type it in? Please import the metadata, much better than typing it out.
by DSguru2B
Fri May 25, 2007 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit
Replies: 5
Views: 1112

There are several ways of doing it. One of the most famous ways is Kim's ETLStats. There are other ways, by using DataStage API functions. Search the archives. You will find loads of methods.
If you dont have audit tables, get them created. An alternative would be a flat file or a hashed file.
by DSguru2B
Fri May 25, 2007 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential stage properties
Replies: 8
Views: 2741

I presume you have 17 columns. I was able to read the file successfully using the following properties. Under Format Tab: Record Level ---> Final Delimiter = end ---> Record Delimiter = UNIX newline Field Defaults ----> Delimter = tab ----> Quote = none
by DSguru2B
Fri May 25, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential stage properties
Replies: 8
Views: 2741

Can you post some sample records? Also can you post what properties you have tried? Specifically, what is the Record Delimiter that you have set.
by DSguru2B
Fri May 25, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Bulk Load
Replies: 2
Views: 1482

Does this column have CURRENT TIMESTAMP defined at the database level? If yes then you dont need to send in this column, it will automatically put the CURRENT TIMESTAMP in that column.
by DSguru2B
Fri May 25, 2007 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot stage question
Replies: 13
Views: 3519

Can you live with an awk script to get this done. Its an awesome workaround for dynamic variables, such as dynamic columns. You are sitting on parallel engine on windoze. I presume you have MKS Toolkit installed and can run unix scripts, Yes?
by DSguru2B
Fri May 25, 2007 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Oracle Load in 7.5.2
Replies: 12
Views: 2369

Tell them Craig, man.
by DSguru2B
Thu May 24, 2007 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Dataset
Replies: 3
Views: 923

Then use the sample stage. Create three datasets from your dataset. Process each dataset seperately.
The sample stage can split your data based on percentage.
by DSguru2B
Thu May 24, 2007 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Dataset
Replies: 3
Views: 923

Is it first 5M rows? Look into the Head stage. Depending upon the number of nodes, specify how many rows to pick from each partition.
eg: If you have a two node config file then you need to specify 2.5M per node.
by DSguru2B
Thu May 24, 2007 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicates stage and sort stage
Replies: 6
Views: 6912

Remove duplicate stage requires sorted data, sort stage does not. Remove duplicate stage can retain first or last duplicate whereas sort stage only marks the first duplicate with 1 and the rest with 0. So its rather easy to retain last row using Remove Duplicate Stage. Both these stages do exactly w...
by DSguru2B
Thu May 24, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Oracle Load in 7.5.2
Replies: 12
Views: 2369

You still answered only half of my question. Did you reset the job? Also double click on the error message and post the entire content here.
by DSguru2B
Thu May 24, 2007 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicates stage and sort stage
Replies: 6
Views: 6912

For more specifics, its a better idea, to read the manual about these stages to get a clear understanding of when these stages to use when one stage takes precedecence over the other.
by DSguru2B
Thu May 24, 2007 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: search string
Replies: 2
Views: 973

Do you still want to do it on unix or want a DataStage function to do this?
Can you post the exact sample data, not just type it out. I want to see where these words exist, as in, the only words in the line, or at the end of the line or the begining, etc.