Search found 3329 matches

by Sainath.Srinivasan
Tue Apr 28, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: runLocally() of the operator failed
Replies: 7
Views: 5553

What if you write a job with source from the ODBC stage?
by Sainath.Srinivasan
Mon Apr 27, 2009 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert of char to timestamp
Replies: 2
Views: 721

Did you search? There are loads of relating post.

Try to display the original value you wish to transform.
by Sainath.Srinivasan
Fri Apr 24, 2009 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: runLocally() of the operator failed
Replies: 7
Views: 5553

What kind of lookup is it?

Are you able to view data?
by Sainath.Srinivasan
Fri Apr 24, 2009 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of Values into 2 or more lines
Replies: 9
Views: 5761

In pseudocode.....

If you find that 'n'th char is where you need to break, do it like

Code: Select all

keyField = keyField
nonKeyField = nonKeyField[1, n - 1] : newlineChar : nonKeyField[n + 1, 9999]
I will leave it to you to derive the value of 'n' and 'newlineChar'
by Sainath.Srinivasan
Fri Apr 24, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of Values into 2 or more lines
Replies: 9
Views: 5761

or easier still, convert the req char to newline.
by Sainath.Srinivasan
Fri Apr 24, 2009 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use a record for update.
Replies: 11
Views: 6850

The name of the stage appear to imply a "Read" rather than "Write".

Is this different from your previous query?

Can you post the SQL.
by Sainath.Srinivasan
Thu Apr 23, 2009 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create table& Create index under User-Defined DDL
Replies: 7
Views: 2318

What if you remove the CREATE INDEX command ?
by Sainath.Srinivasan
Thu Apr 23, 2009 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create table& Create index under User-Defined DDL
Replies: 7
Views: 2318

What if you remove the CREATE INDEX command ?
by Sainath.Srinivasan
Mon Apr 20, 2009 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation problem
Replies: 18
Views: 3484

Did you install any dlls or upgrade your client windows ?
by Sainath.Srinivasan
Mon Apr 20, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically Creating Files
Replies: 22
Views: 8384

Is it an interview Q ?
by Sainath.Srinivasan
Thu Apr 16, 2009 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in control file when using Oracle Load
Replies: 9
Views: 2543

Remember seeing a similar post with issue in control file size thus resulting in truncation of control file.

That was when there were 400+ fields in the table.