Search found 15603 matches
- Sat Jun 14, 2008 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Filter Error
- Replies: 25
- Views: 5176
- Sat Jun 14, 2008 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: disk space using by datastage
- Replies: 10
- Views: 3244
with respect to (1) I meant that it doesn't include the repository itself, which isn't that small anymore but at least doesn't grow in size much. (2) No, PX jobs store their dataset data in the location(s) specified in the APT_CONFIG file(s), so determining how much space is used requires looking th...
- Sat Jun 14, 2008 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Separate 1st row from binary file
- Replies: 4
- Views: 1162
- Sat Jun 14, 2008 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Filter Error
- Replies: 25
- Views: 5176
- Sat Jun 14, 2008 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to speed up multiple lookups in a Databasic routine
- Replies: 11
- Views: 2120
The public disk caching is a DataStage engine level setting and can be enabled per hashed file and is independant of which methods are used to read/write to the files. So it will work from BASIC code just as it does in jobs. I just took a quick check and it seems that the "dsdskche.pdf" document is ...
- Sat Jun 14, 2008 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: uvsh process runaway in datastage (100% CPU)
- Replies: 7
- Views: 8037
- Sat Jun 14, 2008 1:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "oracle datatype not presently supported".
- Replies: 5
- Views: 1860
- Fri Jun 13, 2008 12:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to specify nullable column in CFF stage?
- Replies: 14
- Views: 4812
This means you have an error elsewhere. I've just written a small test job using CFF at V8 with just one PIC S9(3) column and set the default to both "0" and "123"; then created a test file with 3 lines, "aa", "bb" and "cc" terminated with UNIX newline. When I run the job I get no errors and either ...
- Fri Jun 13, 2008 10:35 am
- Forum: Site/Forum
- Topic: Congratulations ArndW
- Replies: 5
- Views: 2760
- Fri Jun 13, 2008 10:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: invalid data issue
- Replies: 2
- Views: 675
- Fri Jun 13, 2008 10:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to specify nullable column in CFF stage?
- Replies: 14
- Views: 4812
It is hard to come up with a general rule (i.e. if the rightmost nibble is 0x00 you have a null field), but in this example I would make this column (whatever stealth name it might have) be NULLable and have a default value of null. I don't know why you are getting the error in your first post, thou...
- Fri Jun 13, 2008 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to specify nullable column in CFF stage?
- Replies: 14
- Views: 4812
- Fri Jun 13, 2008 9:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: disk space using by datastage
- Replies: 10
- Views: 3244
Most of the disk space used in Server jobs is in the project directory. You can put hashed files anywhere you wish on disk, though; so unless you don't use nonlocal hashed files or have specific places where these reside it is going to be difficult to know exactly how much space is used in server jo...
- Fri Jun 13, 2008 9:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to speed up multiple lookups in a Databasic routine
- Replies: 11
- Views: 2120
That's the document. I can't recall the exact numbers, but the maximum amount of memory useable for the cache is initially small but can be expanded. There are a couple of "gotchas" with caching and I've managed to get the DS instance so confused that not a single r/w operation worked until we reboo...
- Fri Jun 13, 2008 8:56 am
- Forum: General
- Topic: DataStage Backup and Recovery from Server
- Replies: 21
- Views: 18305
ag_ram: You don't seem to get the point I am making You backup the DS_JOBOBJECTS as you've described, then decide to restore your job a half day later, after your 10 colleagues have spent time modifying their jobs. You use the complex methods you have explained earlier in this thread to identify the...