Search found 26 matches

by mcolen
Fri Aug 25, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TeraSync: TimeOut
Replies: 9
Views: 5668

Teradata Mload

In the Teradata Mload/Input/Limit Settings Tab you can specify number of concurrent sessions and time of "TABLEWAIT"
by mcolen
Thu Aug 24, 2006 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Speed
Replies: 10
Views: 2572

Speed

I may have the answer but I was hoping for a confirm that I am correct from one of the DS experts ie Ray, Craig, Ken
by mcolen
Thu Aug 24, 2006 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Speed
Replies: 10
Views: 2572

Speed

Since I am speaking of a diff of over 600 rows a second with this amount of data we could be speaking of over 2 days diff to source this data
by mcolen
Thu Aug 24, 2006 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Speed
Replies: 10
Views: 2572

Speed

seems to make a large speed diff 220m source rows coming from hashed file to 2 hashed files based on source_cd
by mcolen
Thu Aug 24, 2006 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Speed
Replies: 10
Views: 2572

Lookup Speed

Is there any speed difference in using a stage variable of If not(lnkLkUpBranch.NOTFOUND) and lnkLkUpBranch.Source_System_Id = 15 Then @TRUE Else @FALSE or setting as a constraint on a write to a hashed file of -- not(lnkLkUpBranch.NOTFOUND) and lnkLkUpBranch.Source_System_Id = 15 ????
by mcolen
Mon Aug 14, 2006 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Append records to a hash file
Replies: 9
Views: 2419

Append to Hash File

Be aware that writing to a file with a duplicate keyed record will over write the existing record
by mcolen
Tue Aug 08, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before Job Sub Routine
Replies: 4
Views: 1342

Have changed code to a before/after subroutine and now move ans to @user0 but how can I reference this (@user0) in a transformer stage later in the job?? It returns clean but I always have 0 when I try to use the env variable. Can this be done??
by mcolen
Tue Aug 08, 2006 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before Job Sub Routine
Replies: 4
Views: 1342

Before Job Sub Routine

I have written a routine with one argument which returns a single value answer. I need help in how to use this as a before-job subroutine and how to retreive the answer for use within the job. The code for the routine (which is currently saved as a transform) follows -- OPEN 'company' to COMPANY_FIL...
by mcolen
Wed Jul 26, 2006 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem when dealing with Date
Replies: 7
Views: 3921

Date Problem

Output format is YYYY-MM-DD 00:00:00 for Oracle dates. The way you have the date listed I would do an Iconv on the Input and Oconv to Oracle Format
by mcolen
Mon Aug 15, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File useage
Replies: 6
Views: 1548

Hash File useage

Arnd

While I know you can read and write it in the same job I am seeing jobs for the first time creating a file and trying to use it at the same time and was wondering if this is correct.
by mcolen
Mon Aug 15, 2005 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File useage
Replies: 6
Views: 1548

Hash File useage

Can a hash file be created and used in the same jobstream ie create hash file from oracle 9i and lookup in transform of teradata?