Search found 116 matches

by prasannakumarkk
Tue Apr 09, 2013 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Varying Results
Replies: 4
Views: 1620

Did you see any warnings in the director. Did you clear the propagate partition in previous stages?
by prasannakumarkk
Tue Apr 09, 2013 5:19 am
Forum: General
Topic: Windows -- Audit Table
Replies: 7
Views: 3829

Ans is where the routine return values are stored. You can store the status of the routine or pass any value to job. It must be assigned with value.
by prasannakumarkk
Thu Apr 04, 2013 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql help
Replies: 6
Views: 3626

In which DB you are trying to acheive this. or you are trying to acheive in Datastage
by prasannakumarkk
Thu Apr 04, 2013 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Block of Surrogate Keys from DB Sequence
Replies: 2
Views: 1834

What harm it will cause if we write a manual insert statement in the DB stage? that is insert statement with nextval for sequence. I havent tried it.
by prasannakumarkk
Thu Apr 04, 2013 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a Record based on a Pattern
Replies: 4
Views: 1875

Do the colon part of content should be acting as delimiter or data?
by prasannakumarkk
Thu Apr 04, 2013 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with complex flat file stage
Replies: 2
Views: 3192

Can you post the parameters and env variable that was logged in director for the run that showed this error.
by prasannakumarkk
Thu Apr 04, 2013 12:37 am
Forum: General
Topic: Pass value from table to job parameter
Replies: 3
Views: 1344

If the framework is able to insert a record in to audit table, it must be able to select a record from audit table. So you can make the selection in framework and since the framework is doing the scheduling you can pass the extracted run date as paramter to the script that invokes the job. In case b...
by prasannakumarkk
Tue Apr 02, 2013 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Excel Files in UNIX Servers
Replies: 4
Views: 1822

From where you are getting this excel file. You can better ask the source window team to save their excel in CSV and then put in Unix Box. In case if you go with ODBC driver, you may be in a place to face issue. Like the empty cell in excel at last may throw issue. Zip code/ columns with zero left p...
by prasannakumarkk
Mon Apr 01, 2013 8:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use RCP with Teradata MultiLoad stage
Replies: 1
Views: 1191

Did you edit the automatically generated script?
by prasannakumarkk
Sat Mar 30, 2013 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass transformation dynamically
Replies: 3
Views: 2039

In teradata, is it going to be bulk load?
Why not achieve this simple transformation in the SQL query?
In this case , like one schema file for each file, you must have a sql query for each table and it must be maintained somewhere.
Not sure of the feasibility. Just a thought
by prasannakumarkk
Thu Mar 28, 2013 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremenatal loading reference data issue
Replies: 3
Views: 2146

If it is a incremental load then the drop delete records should be set to zero.
because i need to extract delete records also
Which records you are mentioning about.
And you can have delete records seperated withhelp of a filter stage using the changeCode column in output link
by prasannakumarkk
Thu Mar 28, 2013 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlocks while insert then update on oracle
Replies: 5
Views: 10428

to resolve the problem you are compromising the performance. is it fine?
by prasannakumarkk
Thu Mar 28, 2013 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying VARCHAR columns into CHAR columns in target database
Replies: 12
Views: 11781

are you getting the same warning again?
When writing column VARCHAR(min=0,max=n) into database column CHAR(min=n,max=n), truncation, loss of precision or data corruption can occur.
by prasannakumarkk
Wed Mar 27, 2013 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying VARCHAR columns into CHAR columns in target database
Replies: 12
Views: 11781

In the schema file if you have defined the datatype as char(n) then the APT_STRING_PADCHAR would have got appended.
Or in transformer right pad the column with spaces
by prasannakumarkk
Wed Mar 27, 2013 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wild Card - Get File Name
Replies: 19
Views: 14088

Basically what i think is file name in the output link can be used only when the data needs to be processed based on the file name, you dont have such requirement, Go with commands