Search found 42189 matches
- 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
- 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...
- 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
- 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
- Tue Mar 17, 2015 9:04 am
- Forum: General
- Topic: Unable to add new parameters to a dsx
- Replies: 14
- Views: 6131
- 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
- Tue Mar 17, 2015 7:15 am
- Forum: General
- Topic: datastage scheduler running jobs one hour prior to the sched
- Replies: 4
- Views: 1721
- 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
- 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...
- 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...
- Mon Mar 16, 2015 8:03 am
- Forum: General
- Topic: Unable to add new parameters to a dsx
- Replies: 14
- Views: 6131
- 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
- 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)- 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
- 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