Search found 53125 matches
- Wed Jun 10, 2009 2:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom error never seen before
- Replies: 9
- Views: 5193
Somehow you don't have permission to execute the function associated with the GCI routine cataloged as $DS.GETPID or someone has been playing around with the Catalog index. There should be no VOC entry for this routine; DataStage has sought one when it could not find the entry in the global Catalog ...
- Wed Jun 10, 2009 2:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TRANSFORM A VIEW
- Replies: 8
- Views: 1913
- Wed Jun 10, 2009 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mail Send Error
- Replies: 5
- Views: 2009
- Wed Jun 10, 2009 2:03 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: SOA-UserService Registry Configuration
- Replies: 8
- Views: 3692
- Wed Jun 10, 2009 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage export Fixed-length File with NULL value
- Replies: 6
- Views: 8850
- Wed Jun 10, 2009 12:30 am
- Forum: General
- Topic: How to use dscmdexport/dsexport to export a single job?
- Replies: 3
- Views: 1872
- Tue Jun 09, 2009 9:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage export Fixed-length File with NULL value
- Replies: 6
- Views: 8850
- Tue Jun 09, 2009 9:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bug in pivot stage ???
- Replies: 30
- Views: 13750
- Tue Jun 09, 2009 9:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bug in pivot stage ???
- Replies: 30
- Views: 13750
- Tue Jun 09, 2009 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to parse a datastage job and fetch all col derivations
- Replies: 12
- Views: 3800
- Tue Jun 09, 2009 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Months between two dates
- Replies: 3
- Views: 5501
- Tue Jun 09, 2009 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help needed in utilizing TRANS() function
- Replies: 10
- Views: 4733
1) No lock. Are the writes employing write cache? If so they will not be visible to other processes until the job finishes and the cache is flushed to disk. 2) If it's the same hashed file, you should never need to open it more than once. Place the file variable in a COMMON area of memory, so that i...
- Tue Jun 09, 2009 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: accidentally delete all data in DS_JOBS
- Replies: 13
- Views: 4528
I've had a bit of a play with this, without writing any BASIC. Getting the job definition records in is easy, using INSERT INTO DS_JOBS(columns) SELECT (column_list) FROM DS_JOBOBJECTS; command. Getting the \\NextNumber record is similarly easy. Getting the category placeholders for actual categorie...
- Tue Jun 09, 2009 4:17 pm
- Forum: General
- Topic: Data Stage Automation Tool
- Replies: 2
- Views: 2059
- Tue Jun 09, 2009 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to parse a datastage job and fetch all col derivations
- Replies: 12
- Views: 3800