Search found 53125 matches
- Wed Jan 24, 2007 1:44 pm
- Forum: General
- Topic: count the records in stage
- Replies: 4
- Views: 2229
- Wed Jan 24, 2007 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Stages in PX
- Replies: 2
- Views: 846
- Wed Jan 24, 2007 1:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use DSJOB to search in director log
- Replies: 13
- Views: 5943
- Wed Jan 24, 2007 1:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal Problem : Not a v1.1type
- Replies: 8
- Views: 1445
- Wed Jan 24, 2007 1:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: One DataStage Server is going to die
- Replies: 18
- Views: 6779
- Wed Jan 24, 2007 1:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in joining 2 datasets
- Replies: 2
- Views: 695
- Wed Jan 24, 2007 1:24 pm
- Forum: Site/Forum
- Topic: How to search the posts by date
- Replies: 9
- Views: 5024
- Wed Jan 24, 2007 5:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between Email routine using the Sequencer and job
- Replies: 4
- Views: 1717
- Wed Jan 24, 2007 5:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job has finished, status = 96 (Crashed)
- Replies: 9
- Views: 4506
Can you post the actual call to DSSetUserStatus() ?
The backslash is a quote character in DataStage BASIC, so this may be the cause. Try quoting the string.
The backslash is a quote character in DataStage BASIC, so this may be the cause. Try quoting the string.
Code: Select all
Call DSSetUserStatus(DQuote('D:\DATA\DEV\PROJECT\INPUT'))- Wed Jan 24, 2007 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange problem in Job Sequence
- Replies: 18
- Views: 4368
I dont think so, because I have been able to see this even with the patch installed for SP2. Nonetheless, you need the patch for other reasons, particularly Job activities in job sequences. If you click on the single icon in each folder of the Palette, you get everything in the stage types branch of...
- Wed Jan 24, 2007 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob command not executes
- Replies: 4
- Views: 1256
- Tue Jan 23, 2007 10:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String Manipulation
- Replies: 18
- Views: 3330
InputField[ delimiter , start , count ] The delimiter asserts that you are dealing with a string (InputField) made up of zero or more substrings separated from each other by delimiter characters. For example "STRAWBERRY ICE CREAM" is a string containing 20 characters, or a string containing three wo...
- Tue Jan 23, 2007 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding exporting datamodel
- Replies: 53
- Views: 13005
- Tue Jan 23, 2007 8:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No File Descriptor --ERROR
- Replies: 21
- Views: 11051
- Tue Jan 23, 2007 8:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best way to implement a business logic in C
- Replies: 9
- Views: 2573
Challenge the assumption. You've just spent $squillion on a GUI tool that can do the job AND generate C++ code. So why do you have to "implement a business logic in C" ?!! Do it in DataStage. Open the generated C++ code generated by compiling the Transformer stage, copy the code into a document, and...