Search found 53125 matches
- Tue Mar 24, 2009 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence generated in DB2
- Replies: 8
- Views: 2157
- Tue Mar 24, 2009 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Number of jobs in Datastage
- Replies: 6
- Views: 2915
- Tue Mar 24, 2009 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List NLS project-defaults
- Replies: 4
- Views: 1644
It's a hashed file, so in DataStage BASIC you can open it with OPEN, read it with READ and close it with CLOSE statements. The key to the control record is, from memory '\\NLS'. If you want to work from an operating system command you can use UVread while attached to the project directory. Syntax in...
- Tue Mar 24, 2009 4:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using sequence job to read multiple files of directory
- Replies: 18
- Views: 10634
- Tue Mar 24, 2009 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read caching disabled, file size exceeds cache size
- Replies: 12
- Views: 6402
Why should you get an error? Two points. DataStage can elect not to use cache, and will log a message if it does, but it's an informational message. And a 1.5GB hashed file does not necessarily contain 1.5GB of data - when was it last compacted? ANALYZE.FILE can show the amount of free space within ...
- Tue Mar 24, 2009 4:02 am
- Forum: General
- Topic: Craig Passes 20000 Posts
- Replies: 15
- Views: 7365
- Tue Mar 24, 2009 4:01 am
- Forum: General
- Topic: Plug-in stage property (SOURCE_TABLES) is not defined
- Replies: 3
- Views: 1473
- Tue Mar 24, 2009 12:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence generated in DB2
- Replies: 8
- Views: 2157
- Tue Mar 24, 2009 12:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the attached file using sequential file stage
- Replies: 5
- Views: 2996
- Tue Mar 24, 2009 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence generated in DB2
- Replies: 8
- Views: 2157
Re: Sequence generated in DB2
You can use its NEXTVAL property in any SELECT, including on a reference link. Just don't expected it to be fast.Abhyankar wrote:Hi,
I have generated a Sequence in DB2. How can i import or use it in Datastage? I want to use it as a key generator in my Job.
- Mon Mar 23, 2009 8:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing Jobs from project
- Replies: 7
- Views: 1882
Sounds like you've got some repair work to do. Make a complete list of those that do and those that don't have DATA.30, OVER.30 and .Type30 only. (Exclude RT_BPnnn and RT_BPnnn.O - these are ordinary directories.) Then execute LIST.INDEX against each of the DS_* hashed files (in Administrator client...
- Mon Mar 23, 2009 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing Jobs from project
- Replies: 7
- Views: 1882
OK take a look inside the DS_* directories. They should - MUST - contain precisely three files, called DATA.30, OVER.30 and .Type30 (the last is a hidden file). If there are fewer or more than these, then again someone has broken your project. If there are more you can delete the surplus files and i...
- Mon Mar 23, 2009 3:08 pm
- Forum: General
- Topic: Craig Passes 20000 Posts
- Replies: 15
- Views: 7365
- Mon Mar 23, 2009 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Lookups V7.5.2
- Replies: 5
- Views: 2094
You need a parameter marker or reference to the ORCHESTRATE structure, not the column name. For example one of the following. SELECT RATE_STERLING from CURRENCY_RATES_DIM where ? >= CURRENCY_RATES_DIM.START_DATE and ? <= CURRENCY_RATES_DIM.END_DATE SELECT RATE_STERLING from CURRENCY_RATES_DIM where ...
- Mon Mar 23, 2009 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture Real Type
- Replies: 2
- Views: 1730