Search found 336 matches

by Raftsman
Wed Aug 22, 2007 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DaysSinceFromDate - Only Business days
Replies: 2
Views: 1897

DaysSinceFromDate - Only Business days

Is there a way only to count business days with this function?

Thanks
by Raftsman
Tue Aug 21, 2007 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings - Severity
Replies: 2
Views: 723

Warnings - Severity

Based on the amount of warnings DS issues, should I be concerned with them. I try and cleanup as many as I can but due to time constraint and schedules, I am reluctant to spend a whole lot of time investigating them. The warning I know that may give me issues I fix and the others I ignore. Should I ...
by Raftsman
Tue Aug 21, 2007 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting One Row
Replies: 3
Views: 1241

Thanks, that was the solution
by Raftsman
Tue Aug 21, 2007 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting One Row
Replies: 3
Views: 1241

Selecting One Row

I am trying to select a Max(fiscal date) that is less than the current date. I only want the first record from a table. I am getting all records even if I select the maximum value. Is the Aggregate stage the only way to slect max values.
by Raftsman
Fri Aug 03, 2007 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Jobs Hanging
Replies: 5
Views: 1264

First, 10G is our repository. As for our environment, I was just using unique environment in the context that nmot all organizations have the same configuration. As for this organization, it is pretty standard setup. DataStage installed on it's own server, database on another and links between produ...
by Raftsman
Thu Aug 02, 2007 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Jobs Hanging
Replies: 5
Views: 1264

Oracle - Jobs Hanging

Could some using version 8.0.1 Windows environment please provide some feedback on their current stability using Oracle 10R2 as their database with Oracle 92 as their client. Is there anyone that has had datastage jobs accessing an Oracle database and their jobs hang for no reason. I talked to IBM s...
by Raftsman
Tue Jul 31, 2007 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Integers
Replies: 5
Views: 1834

I made a mistake with my logic. The results were correct with the integer datatype. I used a copy stage to allow for two references into the lookup and I only needed one. It caused more rejects due to the extra link. The integer was correctly working. As for debugging, I will try the trace and peek ...
by Raftsman
Tue Jul 31, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE with windows
Replies: 20
Views: 10889

Hi all, 1- We had an 8 node system and could only use 2 nodes with version 8. The system would abort as soon as you supplied more than 2. 2- Multiple Join Stages would abort the jobs. 3- Multiple Aggregate Stages would abort the jobs. We ran two servers, one with 7.5.x2 and 8.0. The 7.5.x2 version w...
by Raftsman
Tue Jul 31, 2007 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Integers
Replies: 5
Views: 1834

I read from two tables. Table 1 (Oracle) was loaded from an Excel Spreadsheet and Table 2 was loaded from another Oracle table. The fields in both tables are defined as NUMBER. When they are imported into Datastage, I change them to Integer. This is probably where I am doing something wrong. They pr...
by Raftsman
Mon Jul 30, 2007 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Integers
Replies: 5
Views: 1834

Lookup Stage - Integers

My metadata for the stream and reference links refer to Integer(10). When the lookup stage is executed, almost all records are rejected. I tried many numerical datatypes and could get the comparison to work. Once I changed the numeric value to a VARCHAR(10) and TrimB the value, the lookup stage work...
by Raftsman
Fri Jul 27, 2007 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Load vs Upsert
Replies: 1
Views: 876

ORACLE Load vs Upsert

After numerous attempts to get the LOAD function working in Datastage, I want to know whether I am making the right decision in the way I load data. As my process is reloading from scratch everytime, I thought the LOAD/TRUNCATE was my best option. But, from what I have been told, it may not. I was t...
by Raftsman
Tue Jul 24, 2007 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator - Partitioning
Replies: 12
Views: 6324

I insert a Dump_Score and got the following message: op37[2p] {(parallel inserted tsort operator {key={value=TIME_ID, subArgs={asc, nulls={value=first}}}, key={value=REGION_RCM_NUMBER, subArgs={asc, cs}}, key={value=SUB_ACT_CD, subArgs={asc, cs}}, key={value=PI_QUALIFIER_ID, subArgs={asc}}, key={val...
by Raftsman
Mon Jul 23, 2007 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator - Partitioning
Replies: 12
Views: 6324

Aggregator - Partitioning

I searched the online manual and it was very vague on the partitioning requirements for the Aggregator Stage. I am working on a two node box and when the data reaches the aggregator stage, it aggregates the data on the two nodes and not as one. I end up with duplicate records and two different total...
by Raftsman
Fri Jul 20, 2007 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Palette
Replies: 1
Views: 778

Design Palette

I created a job that requires multiple links from a copy stage into multiple lookup stages. My question is, I really don't want to cross link lines in the design. It looks and will cause confusion. Is there a way to refer to stages without crossing lines. I can reuse the Oracle stage multiple times ...
by Raftsman
Tue Jul 10, 2007 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Upsert (Update then Insert)
Replies: 6
Views: 2555

I am going to do more tests and I will post the results.