Search found 53125 matches
Help Desk
This shows some interesting support issues.
- Sat Jun 30, 2007 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to initialize plugin
- Replies: 5
- Views: 1354
- Sat Jun 30, 2007 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Field Delimeter
- Replies: 5
- Views: 1595
- Sat Jun 30, 2007 2:25 am
- Forum: General
- Topic: DataStage cmd equivalent to Oracle %Like%?
- Replies: 7
- Views: 3713
- Fri Jun 29, 2007 3:54 pm
- Forum: General
- Topic: DataStage cmd equivalent to Oracle %Like%?
- Replies: 7
- Views: 3713
You need Upcase() function to achieve case-insensitivity and Matches operator to effect comparisons including wildcards. Sample:
Code: Select all
Upcase(InLink.Column) Matches "...ST...R...MGR..."- Fri Jun 29, 2007 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sparse lookup in TeraData Enterprise
- Replies: 6
- Views: 1532
- Fri Jun 29, 2007 3:46 pm
- Forum: General
- Topic: Getting Rid of Nullable Warning Messages
- Replies: 6
- Views: 2218
Code: Select all
handle_null(InputColumn, value)Specification: OutputColumn = handle_null(InputColumn, newvalue)
Specification: NOWARN
- Fri Jun 29, 2007 3:39 pm
- Forum: Site/Forum
- Topic: Strange error when replying to a topic in PX forum
- Replies: 7
- Views: 3868
OK, here's what happened. The company that hosts DSXchange re-imaged the operating system on the server and, whatever it is they did, no email is now leaving the server. Whether from DSXchange or from DCS Strategies. This has impacted DCS Strategies' business, so stern words have been had with the h...
- Fri Jun 29, 2007 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to access DS Director
- Replies: 3
- Views: 952
- Fri Jun 29, 2007 1:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sparse lookup in TeraData Enterprise
- Replies: 6
- Views: 1532
- Fri Jun 29, 2007 1:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: counting number of rows in hash file
- Replies: 7
- Views: 3463
- Fri Jun 29, 2007 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum modulus of static hash file
- Replies: 3
- Views: 947
- Fri Jun 29, 2007 1:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJob -run with default parameter user
- Replies: 13
- Views: 3486
Given that the Master Scheduler appears to be outside of DataStage you will need to code something to get the values out of the DSParams file. Alternatively, you could construct a job sequence that the Master Scheduler executes without passing any parameters, and the job sequence can much more easil...
- Fri Jun 29, 2007 1:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change DataStage clients default directory (compilation)
- Replies: 8
- Views: 2371
- Fri Jun 29, 2007 1:08 pm
- Forum: General
- Topic: languages supported by datastage
- Replies: 1
- Views: 781
Ultimately any, because you can run any executable from the operating system command line. But callable is another question. DataStage is not one product, it is three - or four, depending on how you count. So, for example. the mainframe edition generates COBOL so can readily call COBOL functions, bu...