Search found 53125 matches
- Wed Jun 20, 2007 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get categoryname,jobname,job dependency.
- Replies: 8
- Views: 2284
Yes you need to create a job. Use a UV stage or a Hashed File stage to extract rows from DS_JOBS. The table is DS_JOBS, the two VarChar columns are NAME and CATEGORY and the selection criterion is that NAME does not begin with a slash or backslash character. In a UV stage this is a WHERE clause on t...
- Wed Jun 20, 2007 4:57 pm
- Forum: General
- Topic: Rounding From Decimal to Integer In PX
- Replies: 9
- Views: 2296
- Wed Jun 20, 2007 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading and Deleting in a Single Unit of Work
- Replies: 7
- Views: 1220
- Wed Jun 20, 2007 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Different Versions of DS in Same Domain
- Replies: 5
- Views: 1315
- Wed Jun 20, 2007 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to Find Maximum Value in a Certain Column
- Replies: 9
- Views: 2174
- Wed Jun 20, 2007 6:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how build sequence numbers in target
- Replies: 2
- Views: 850
- Wed Jun 20, 2007 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem when importing column defination
- Replies: 3
- Views: 1255
- Wed Jun 20, 2007 6:52 am
- Forum: IBM QualityStage
- Topic: Reverse Engineer
- Replies: 9
- Views: 3592
Imagine you have a Word investigation job called IAHNAME containing an Investigate stage also called IAHNAME. In the Controls directory there will be a file called IAHNAMEI (the final I means it's an Investigate job) with overall properties - seplist, striplist, the field to be investigated, how the...
- Wed Jun 20, 2007 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routines - Which can read Seq File and Update the same
- Replies: 6
- Views: 2089
OpenSeq, ReadSeq, WriteSeq and CloseSeq are the BASIC statements for working with line-based text files. However, you can't update. Instead you could open the parent directory as a table and read the file as a "record" whose "key" is the file name. The variable into which you read the file is a dyna...
- Wed Jun 20, 2007 6:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write into Seq file- Import validation error!!
- Replies: 16
- Views: 3260
- Wed Jun 20, 2007 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Allow Multiple instance error
- Replies: 4
- Views: 1534
- Wed Jun 20, 2007 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob command
- Replies: 25
- Views: 9969
- Wed Jun 20, 2007 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: timestamp_format -> not a valid format
- Replies: 4
- Views: 1372
- Wed Jun 20, 2007 6:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User-defined queries
- Replies: 7
- Views: 2355
- Wed Jun 20, 2007 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling error
- Replies: 17
- Views: 5667