Search found 42189 matches
- Fri Jul 12, 2013 7:14 am
- Forum: General
- Topic: Delete statement in execute command activity
- Replies: 4
- Views: 2495
- Fri Jul 12, 2013 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create output file names based on data in a column
- Replies: 21
- Views: 7827
- Thu Jul 11, 2013 10:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write to hash file is taking long time Nearly 13hr
- Replies: 4
- Views: 2341
Create a file --Not selected hence options disabled to chosse hash method. Or to choose a starting size. So you start off with the smallest possible hashed file and then proceed to write 814 million records to it. It spends the majority of your 13 hours basically resizing and expanding the hashed f...
- Thu Jul 11, 2013 9:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create output file names based on data in a column
- Replies: 21
- Views: 7827
- Thu Jul 11, 2013 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updates,Indexes
- Replies: 4
- Views: 1296
Clarify something. If you are in 'Insert then Update' mode then the insert must fail for the update to be attempted. And it will only fail if it violates a unique constraint. However, which part of this is your issue - the fact that new records are not getting inserted or that you are having an upda...
- Thu Jul 11, 2013 7:09 am
- Forum: General
- Topic: import data from excels
- Replies: 5
- Views: 2426
So we're not discussing 'importing' Excel data but rather reading a .csv flat file that happened to come from Excel. OK, fine... but as noted you'll need to provide specific details about your requirements - examples of both your input data and what you need your output to look like would be an exce...
- Thu Jul 11, 2013 7:02 am
- Forum: General
- Topic: .DBF to .CSV conversion
- Replies: 7
- Views: 2652
- Thu Jul 11, 2013 6:55 am
- Forum: General
- Topic: Parameters not passed from sequence
- Replies: 2
- Views: 1296
- Thu Jul 11, 2013 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create output file names based on data in a column
- Replies: 21
- Views: 7827
- Wed Jul 10, 2013 10:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HELP!!! - Field is NULL Record dropped
- Replies: 14
- Views: 8349
I checked the documentation before using it and I understood what you said but did not work. I will try again but the problem is not this. Sorry, I should have made my response more clear. I wasn't trying to solve your problem directly, just pointing out an error in your expression with the use of ...
- Wed Jul 10, 2013 10:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HELP!!! - Field is NULL Record dropped
- Replies: 14
- Views: 8349
- Wed Jul 10, 2013 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HELP!!! - Field is NULL Record dropped
- Replies: 14
- Views: 8349
- Wed Jul 10, 2013 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HELP!!! - Field is NULL Record dropped
- Replies: 14
- Views: 8349
- Wed Jul 10, 2013 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HELP!!! - Field is NULL Record dropped
- Replies: 14
- Views: 8349
Re: HELP!!! - Field is NULL Record dropped
IsValid() checks a string to see if it can be successfully converted to the target data type. If it is valid, then you convert it - you do not do it inside the validity check.mmanes wrote:IsValid("timestamp", StringToTimestamp(<field>, "%yyyy%mm%dd%hh%nn%ss"))
- Wed Jul 10, 2013 6:52 am
- Forum: General
- Topic: Importing and Exporting Datastage Jobs
- Replies: 7
- Views: 4087