Search found 42189 matches

by chulett
Tue Mar 17, 2015 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 1801

Is the datatype of your target field in Oracle a DATE or is it truly a TIMESTAMP?
by chulett
Tue Mar 17, 2015 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TrimLeadingTrailing NULLS
Replies: 9
Views: 4627

So you are wondering if you trim a NULL (an unknown value, btw) that it might turn it into something else and no longer be recognized as a NULL? It won't... and as noted that would be something you could easily test yourself in the time you've spent waiting for a replies. :wink: I'm not familiar wit...
by chulett
Tue Mar 17, 2015 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TrimLeadingTrailing NULLS
Replies: 9
Views: 4627

Perhaps you should clarify what "trim the null" means as I have no idea. Regardless, it seems like something you could test easily enough.
by chulett
Tue Mar 17, 2015 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Format of decimal value in sequential files
Replies: 6
Views: 2336

Declare the output field as a string and use the DecimalToString() function with an appropriate output mask.
by chulett
Tue Mar 17, 2015 9:04 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 6131

Just wanted to check something... both of quote dsx examples were enclosed with double-quotes, which I removed when I added the code tags that I requested you use. They are not actually part of the files, are they?
by chulett
Tue Mar 17, 2015 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generation
Replies: 2
Views: 1507

I don't believe that an Oracle bulk load (DIRECT=TRUE) will allow you to leverage a sequence during it... but could be wrong. Can you check with your DBA?
by chulett
Tue Mar 17, 2015 7:15 am
Forum: General
Topic: datastage scheduler running jobs one hour prior to the sched
Replies: 4
Views: 1721

So nowadays that's not cron I take it?
by chulett
Mon Mar 16, 2015 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column to row
Replies: 3
Views: 1898

Detail for us your entire job design / stages and then also the settings you used in the Pivot stage. I'd also be curious how may nodes you are running on and (if multiple) if it behaves differently if you drop it down from multiple nodes to a single node.
by chulett
Mon Mar 16, 2015 2:44 pm
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 6131

There's no way for us to know what you've done wrong other than to note that has happened somehow... something specifc to the Job Definition section of the dsx has been corrupted. What do you mean by 'changed the job name'? I would guess the problem lies there. If they are small enough, post both yo...
by chulett
Mon Mar 16, 2015 9:45 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 6131

You need to understand the full changes that need to be made, so I'd suggest first exporting a single job that needs the changes. Then do the work via the Designer in that same job and export it again. Compare the two. Take the changes you've identified and use them in your automation effort. Hope y...
by chulett
Mon Mar 16, 2015 8:03 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 6131

OK, I'll bite - why in the world are you doing this by editing the dsx? Why not simply use the Designer client? :?
by chulett
Mon Mar 16, 2015 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column to row
Replies: 3
Views: 1898

What kind of help? What have you tried? :?

ps. This is a vertical pivot of rows to columns, not columns to rows.
by chulett
Fri Mar 13, 2015 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing "*" in transformer stage
Replies: 2
Views: 1038

Use the Convert() function to replace that character with an empty string which removes it.

Code: Select all

Convert("*","",YourField)
by chulett
Fri Mar 13, 2015 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double Quotes
Replies: 4
Views: 1791

According to whom? :wink:

However, I do agree. Rather make sure we solve the whole problem at once rather than a tiny piece of it at a time.
by chulett
Fri Mar 13, 2015 11:53 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Websphere FTP adapter for SFTP using launcher timed event
Replies: 2
Views: 11420

Moved to the proper forum