Search found 42189 matches
- Thu Dec 08, 2011 7:21 am
- Forum: General
- Topic: Sequence Jobs
- Replies: 2
- Views: 1182
- Wed Dec 07, 2011 8:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Buffer and schema variable padding do not match
- Replies: 9
- Views: 5597
- Wed Dec 07, 2011 8:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting the datetimestamp into following...
- Replies: 6
- Views: 1528
- Wed Dec 07, 2011 8:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture the reject record based on column length
- Replies: 20
- Views: 7863
- Wed Dec 07, 2011 7:16 am
- Forum: General
- Topic: Scheduling based on file existence
- Replies: 3
- Views: 939
Another possibility - a Wait For File stage with the wait time set to zero does an existence check. Two triggers from the stage: success trigger runs the rest of the Sequence activities while a 'failure' trigger can do whatever you like when the file is not found (send an email?) including do nothin...
- Wed Dec 07, 2011 6:53 am
- Forum: General
- Topic: Scheduling based on file existence
- Replies: 3
- Views: 939
- Wed Dec 07, 2011 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: issue when using 'Generate key from last highest value=NO'
- Replies: 7
- Views: 3474
Re: issue when using 'Generate key from last highest value=N
Let's get this out of the way first: Beacuse of this as expected value generated will not be continuous. ]So no issue here but there is gap in sequence generated. Why is this in any kind of concern? Having "gaps" in surrogate key sequences is normal, expected and nothing to lose any sleep ...
- Wed Dec 07, 2011 6:43 am
- Forum: General
- Topic: Scheduling based on file existence
- Replies: 3
- Views: 939
I split your question out into its own post so you have full control of its fate. But to do so, I had to guess at your particulars. First question - is your DataStage server on Windows or UNIX? After that, which part of the linked answer was unclear? What additional information are you looking for? ...
- Wed Dec 07, 2011 6:36 am
- Forum: General
- Topic: SSD (Solid State Drives) and Information Server 8.5
- Replies: 5
- Views: 2025
I haven't seen or heard of anyone making the leap to Enterprise SSDs yet for DataStage but I imagine the only challenge would be to cut through all of the vendor hype and find out how well the various models actually perform. From what I've seen (looking for and implementing a personal SSD boot driv...
- Tue Dec 06, 2011 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting single row into multiple rows with Delimiter '|'
- Replies: 12
- Views: 13871
- Tue Dec 06, 2011 11:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting single row into multiple rows with Delimiter '|'
- Replies: 12
- Views: 13871
It's not until you get to 8.5 that you can create multiple output records from one input record, which is the 'looping' that I mentioned. Before that, what you need to do is turn your one big delimited column into separate columns and you can use the Field() function for that or the Column Import st...
- Tue Dec 06, 2011 10:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture the reject record based on column length
- Replies: 20
- Views: 7863
Are you certain you can't use CHAR for this? Have you actually tried it? It's a delimited file so it seems to me that it should read it based on the delimiters rather than the field size and if one is 'short' it will use the PAD character defined to expand it to full size, so make sure that is set t...
- Tue Dec 06, 2011 10:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting single row into multiple rows with Delimiter '|'
- Replies: 12
- Views: 13871
- Tue Dec 06, 2011 9:53 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: DataStage TX - Error Code 21
- Replies: 5
- Views: 16133
- Tue Dec 06, 2011 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic for implementing
- Replies: 8
- Views: 3548
Re: Logic for implementing
So, in other words...
No.vskr72 wrote:Any other way than hardcoding it?