Search found 773 matches

by keshav0307
Sat Sep 16, 2006 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing unchanged rows using CDC
Replies: 6
Views: 2542

the rows are unchanged, because it is same in Before and after datset; how does it matter that it is comming from before or after datset.
by keshav0307
Sat Sep 16, 2006 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture stage question
Replies: 2
Views: 2486

Remove teh sorting stage, sort and hash partition at the input at Change capture stage. Make sure the partition ans sorting key are same and same order.
by keshav0307
Thu Sep 14, 2006 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype Conversion Warning.....from StringToDate
Replies: 4
Views: 1859

i have same problem when we upgrade to version 7.5.2 , it was not a problem in 7.5.1. check some records may not be convertible to date.
you can try this:
if DDate<19000000 then '1900-01-01' else StringToDate(InputLink.Column, "%yyyy%mm%dd")
[/quote]
by keshav0307
Wed Sep 13, 2006 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal Conversion Error
Replies: 3
Views: 1805

Have you used proper Rtype, like Fix_zeros etc.
by keshav0307
Wed Sep 13, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading or writing the last record to a Sequential File
Replies: 7
Views: 3547

you can have a Trail stage to get the last N records.
by keshav0307
Wed Sep 13, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage and NVL function in SQL statement
Replies: 1
Views: 1266

Can you paste the exact query and the error you are getting here.... (as you said it is sparsed lookup, you must be passing a value from the mainstream record)
by keshav0307
Wed Sep 13, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning value to job paramerter in job
Replies: 7
Views: 3547

Create a routine to Read the maximum value from the table, and then call this routine in User variable Activity stage, and assign the return value to the parameter.
by keshav0307
Wed Sep 13, 2006 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing record delimiter "\n", saw EOF instead
Replies: 22
Views: 45129

I encounter the similar problem, i don't remeber exactly, but it is related to the final delimiter only, try using different type of final delimiter, probably setting the final delimiter value to 'none' wolve the problem
by keshav0307
Wed Sep 06, 2006 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parellel Updates
Replies: 2
Views: 1969

Hash partition on the primay key ( you must have used in the update where clause), and set prpoer row commit size.
by keshav0307
Wed Sep 06, 2006 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Rows from target table
Replies: 6
Views: 3906

You can use change capture stage.
by keshav0307
Tue Sep 05, 2006 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence in DS
Replies: 3
Views: 3151

You can write a routine to call this oracle sequence, and call the routine in your job
by keshav0307
Tue Sep 05, 2006 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameters in a sequencer
Replies: 16
Views: 5788

did you try using the User variable activity, and when passing the values to parameter, use field function..
by keshav0307
Fri Aug 25, 2006 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character in Char column
Replies: 3
Views: 1408

Thanks Ray. It worked
by keshav0307
Wed Aug 23, 2006 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character in Char column
Replies: 3
Views: 1408

Special Character in Char column

I have teradata table which has a column of type char(30), and in my job i have a transform just before inserting into this Teradata table. i am passing a value 'RSH_PROD_DTL' into this column, but when i query select * from <table_name> where <column_name>= 'RSH_PROD_DTL' ; it returns nothing and w...
by keshav0307
Thu Aug 17, 2006 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data load problem
Replies: 9
Views: 4019

which database and what stage you are using to load the data