Search found 53125 matches
- Wed Oct 26, 2005 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 7.5x2 installation problem on windows 2003
- Replies: 11
- Views: 3088
- Wed Oct 26, 2005 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: driving previous sunday
- Replies: 2
- Views: 1111
Which Sunday date(s) are you seeking to generate? Try rewriting your specification so it's a bit clearer. For example, you might want to generate one row containing the date of the Sunday prior to the Wednesday start date. That one's easy - convert to Julian and subtract 4, then convert back. Or do ...
- Wed Oct 26, 2005 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml writer
- Replies: 2
- Views: 1144
- Wed Oct 26, 2005 3:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying column information at runtime.
- Replies: 6
- Views: 1545
It's not currently possible, and highly unlikely to be possible in the next release. DataStage is not intended to work with dynamic metadata. A search of the forum will uncover at least one technique for tricking DataStage into doing so, but it's not possible "out of the box". RCP is not possible in...
- Wed Oct 26, 2005 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to view data in a lookup file set
- Replies: 4
- Views: 1979
Data Set utility is for managing Data Sets, which are stored in internal (binary) format. It is not for managing File Sets. File Sets are stored in external (human readable) format. Look first in the control file (*.fs) to determine the locations of the data files making up the File Set, then view t...
- Wed Oct 26, 2005 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating custom routine on Windows Version
- Replies: 3
- Views: 1139
- Wed Oct 26, 2005 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding date conversion into dd/mm/yyyy
- Replies: 8
- Views: 2126
- Wed Oct 26, 2005 1:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to create static hash files and what it is???
- Replies: 5
- Views: 2715
It's not static in the sense of a static variable in C. It's static in the sense that it does not perform automatic space management. Dynamic hashed files do automatically grow and shrink in response to the total volume of data to be stored. Dynamic (type 30) hashed files are the default because the...
- Wed Oct 26, 2005 1:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in using DRS
- Replies: 4
- Views: 1133
- Wed Oct 26, 2005 1:33 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Profilestage reinstall
- Replies: 4
- Views: 2830
- Wed Oct 26, 2005 1:32 am
- Forum: Site/Forum
- Topic: Write a Book!
- Replies: 40
- Views: 20405
- Tue Oct 25, 2005 8:52 pm
- Forum: Site/Forum
- Topic: Write a Book!
- Replies: 40
- Views: 20405
- Tue Oct 25, 2005 2:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List of environment variables
- Replies: 13
- Views: 4402
- Tue Oct 25, 2005 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: add_to_heap() - Unable to allocate memory
- Replies: 6
- Views: 1406
- Tue Oct 25, 2005 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List of environment variables
- Replies: 13
- Views: 4402
They (DataStage environment variables) are visible in the Administrator client. Therefore, they are mentioned in the Administration manual. However, no list can be "complete" that is customizable. DSJobName is a DataStage macro, not an environment variable. There are also system variables (having na...