Search found 3329 matches

by Sainath.Srinivasan
Mon Sep 12, 2005 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 5
Views: 1616

You have mapped a col defined as string (char or varchar) to a col defined as date. Check it in the transformer stage. You may need any conversion function.
by Sainath.Srinivasan
Mon Sep 12, 2005 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable properties!!
Replies: 4
Views: 1876

Is your transformer the very last stage before writing to the target file?
by Sainath.Srinivasan
Fri Sep 09, 2005 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 4308

You need to take the rightmost char to check whether it is a sign. Try using what you have learnt earlier.
by Sainath.Srinivasan
Wed Sep 07, 2005 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 4308

Maybe a simple Trim(YourNumber, ',', 'A')
by Sainath.Srinivasan
Tue Sep 06, 2005 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 4308

If the comma symbol is not in the data, then a direct move will suffice.
by Sainath.Srinivasan
Mon Sep 05, 2005 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Continue aborted load from where it aborted
Replies: 1
Views: 551

You can. But it depends upon the method you chose in the source.

Search for forum.
by Sainath.Srinivasan
Thu Sep 01, 2005 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Plugin
Replies: 5
Views: 1032

You need to see from where the 'with NC' appeared from?
by Sainath.Srinivasan
Thu Sep 01, 2005 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wats the diff between job parameters & stage variables?
Replies: 6
Views: 1850

As CHullet sugested, get on to reading the docs.
by Sainath.Srinivasan
Thu Sep 01, 2005 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Coumns To Row
Replies: 12
Views: 3476

I will suggest you to search the forum before posting a question.

Did you try using Pivot or hash files?
by Sainath.Srinivasan
Wed Aug 31, 2005 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning Date
Replies: 4
Views: 1085

Use @date instead of the parameter.

Note - Pl post in the appropriate forum.
by Sainath.Srinivasan
Fri Aug 26, 2005 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using table as a hash file due to range conditions
Replies: 11
Views: 3384

KDuke,

The question from the o/p (as I read it) was 'The range check cannot be done using hash file? Is this assumption correct?'

I believe he is correct as we need to make it adaptable to UV stage to facilitate this process.
by Sainath.Srinivasan
Fri Aug 26, 2005 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When doing lookup, NOTFOUND constraint does not work.
Replies: 4
Views: 2903

Hash file reference must work fine. It happens when you use non-DS connections.
by Sainath.Srinivasan
Fri Aug 26, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When doing lookup, NOTFOUND constraint does not work.
Replies: 4
Views: 2903

NOTFOUND is known to return incorrect values.
by Sainath.Srinivasan
Fri Aug 26, 2005 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using table as a hash file due to range conditions
Replies: 11
Views: 3384

You are right that it cannot be done directly in hash file.

What other database you are using? You may be able to include it in your normal db space.
by Sainath.Srinivasan
Fri Aug 26, 2005 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join of multiple tables
Replies: 5
Views: 1203

Doing the source is the best.

Complicated and bottle-neck SQL can be enhanced and new stages be created in DataStage. But nothing can be said without seeing and understanding the SQL and data.