Search found 53125 matches
- Wed Jun 07, 2006 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: initialize a hash file using a parameter
- Replies: 13
- Views: 2544
- Wed Jun 07, 2006 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control fatal error (-14)
- Replies: 25
- Views: 13418
- Wed Jun 07, 2006 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequence number
- Replies: 12
- Views: 3854
- Wed Jun 07, 2006 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pick the first record
- Replies: 7
- Views: 1325
- Wed Jun 07, 2006 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: format string
- Replies: 14
- Views: 3445
Who needs a routine?
OK, this answer hinges on knowledge about how the Fmt() function works, but it's all in the DataStage BASIC manual.
Code: Select all
Field(Fmt(Left(InLink.TheString, 132), "132T"), @TM, 1, 1)OK, this answer hinges on knowledge about how the Fmt() function works, but it's all in the DataStage BASIC manual.
- Wed Jun 07, 2006 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSendMail is not in your VOC
- Replies: 4
- Views: 1051
- Wed Jun 07, 2006 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: waiting for file not working properly
- Replies: 8
- Views: 2424
The log message shows that the pathname is being generated successfully. Do you have a timeout set in the Wait For File activity? Do you have two output links from the Wait For File activity, the first with an OK trigger and the second (with an Otherwise or Failure trigger) to handle the fact that t...
- Wed Jun 07, 2006 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: executing sequences in parallel within a batch
- Replies: 2
- Views: 708
- Wed Jun 07, 2006 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: truncation while inserting or updating in OCI stage
- Replies: 6
- Views: 988
If you don't want the warnings, you must include logic to reject the row before an attempt is made to send it to the database. For example if the column in question is Char(16) then you need something like in a constraint expression.
Code: Select all
Len(InLink.TheCoumn) <= 16- Wed Jun 07, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in using DS Routine
- Replies: 17
- Views: 4225
- Wed Jun 07, 2006 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncating the number
- Replies: 3
- Views: 1069
- Wed Jun 07, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Polish Charecter Nls Support
- Replies: 15
- Views: 4617
- Wed Jun 07, 2006 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: effecient way to load millions of data in PX
- Replies: 9
- Views: 2888
The nice thing about PX is that you can simply throw more processing nodes at it. Unless there are specific order issues in the text file, you can use multiple readers (each reading a portion of the file) or pre-process the file to split it into multiple files. Research the Sequential File stage pro...
- Wed Jun 07, 2006 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performamce tuning
- Replies: 5
- Views: 1412
You first need to defined "performance". In batch-oriented ETL the key performance indicator is merely the ability to achieve the extraction and load time windows, ideally with a safety margin.
This post contains some information about DataStage architecture.
This post contains some information about DataStage architecture.
- Wed Jun 07, 2006 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help: please has import error and no default value; data:
- Replies: 20
- Views: 10874