Search found 15603 matches
- Thu May 11, 2006 11:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COBOL PIC 9(18) COMP Complex Flat File Conversion Problem
- Replies: 5
- Views: 1514
- Thu May 11, 2006 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValueConcurrent
- Replies: 8
- Views: 2646
If you want to share a sequence for use in multiple projects, you will need to copy the function and replace the OPEN statement as well as the file creation one with OPENSEQ and shell call to mkdbfile so that the KeyMgtGetNextValueConcurrent uses the same physical file no matter which project is cal...
- Thu May 11, 2006 10:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import from saquential file with spaces
- Replies: 9
- Views: 3506
- Thu May 11, 2006 9:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting a datetime defines as varchar field to timestamp
- Replies: 3
- Views: 980
- Thu May 11, 2006 9:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValueConcurrent
- Replies: 8
- Views: 2646
- Thu May 11, 2006 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compiling & debugging Basic Code
- Replies: 2
- Views: 929
The CREATE.FILE and RAID commands are TCL ones, and you don't need or use them with DataStage BASIC coding. The programs you will work with in the Manager - the "Routines" type, get stored in a special repository file; thus the normal RAID utility will not work (without a bit of tweaking). You can c...
- Thu May 11, 2006 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table/view/trigger/procedure does not exist
- Replies: 8
- Views: 2649
- Thu May 11, 2006 5:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUS structure for deleting invocation ids
- Replies: 14
- Views: 8322
- Thu May 11, 2006 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting a datetime defines as varchar field to timestamp
- Replies: 3
- Views: 980
- Thu May 11, 2006 5:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error using Basic Transformer
- Replies: 6
- Views: 2273
- Thu May 11, 2006 5:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUS structure for deleting invocation ids
- Replies: 14
- Views: 8322
F1 needs to be "JOB" and the invocation ID is part of the record ID.
Code: Select all
SELECT F3 FROM RT_STATUS7 USING DICT VOC WHERE F1 = 'JOB' AND @ID LIKE '%instance%';- Thu May 11, 2006 4:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Possibility of working on different projects
- Replies: 5
- Views: 1285
- Thu May 11, 2006 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to FTP fixed width file using FTP Plug in stage
- Replies: 5
- Views: 1623
- Thu May 11, 2006 4:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUS structure for deleting invocation ids
- Replies: 14
- Views: 8322
- Thu May 11, 2006 4:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table/view/trigger/procedure does not exist
- Replies: 8
- Views: 2649