Search found 53125 matches
- Thu Nov 16, 2006 9:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read an Oracle TimeStamp using OCI stage
- Replies: 22
- Views: 5218
- Thu Nov 16, 2006 7:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calculate Job EndDateTime and Job ElapsedTime.
- Replies: 27
- Views: 9719
- Thu Nov 16, 2006 7:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TRANING
- Replies: 1
- Views: 929
I present the IBM training classes in my part of the world, so can not offer an attendee's perspective. However, what I can say is that this class and the certification exam were written together so that ought to be sufficient reason to consider attending. Do check out the IBM course description to ...
- Thu Nov 16, 2006 7:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calculate Job EndDateTime and Job ElapsedTime.
- Replies: 27
- Views: 9719
- Thu Nov 16, 2006 7:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read an Oracle TimeStamp using OCI stage
- Replies: 22
- Views: 5218
- Thu Nov 16, 2006 5:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Query in format(FMT) method
- Replies: 1
- Views: 922
Welcome aboard. These functions are documented in on-line help and in the DataStage BASIC manual. Fmt(InLink.TheString, "R%5") will handle the leading zeroes. You can handle the requirement to convert zero to spaces in one of a number of ways, but not really with a single Fmt() function. Maybe If In...
- Thu Nov 16, 2006 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace simple px jobs by server jobs DS 7.5.2
- Replies: 8
- Views: 2203
- Thu Nov 16, 2006 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JOB EXPORT AND EXECUTION
- Replies: 2
- Views: 777
- Thu Nov 16, 2006 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Roundup routine
- Replies: 7
- Views: 1639
- Thu Nov 16, 2006 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: special character
- Replies: 4
- Views: 1169
What do you mean by "special"? The Alpha and Num functions can isolate whether a string is alphabetic or numeric. The expression (Oconv(string,"MCP") = string) can report whether a character is printable. Some special characters live in particular code point ranges, for example "control set 0" compr...
- Thu Nov 16, 2006 12:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which scripting language is better to know for DS developers
- Replies: 2
- Views: 1095
Start by learning fundamental Bourne shell scripting, as these are the most portable, and used within the product itself to a large degree. The principles can then be extended to the other shell languages. Korn is an extension of Bourne, and bash is "Bourne again shell". Perl is a much more powerful...
- Thu Nov 16, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Roundup routine
- Replies: 7
- Views: 1639
The INT() function is not what you want. The FIX() function will be close. Use 0 for the mode argument to get correct arithmetic rounding.
Code: Select all
FIX(number, precision, mode)- Thu Nov 16, 2006 12:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FILE ARCHIVE
- Replies: 4
- Views: 1181
- Thu Nov 16, 2006 12:06 pm
- Forum: General
- Topic: Same job run parallel (along with multiinstance)
- Replies: 7
- Views: 4036
- Thu Nov 16, 2006 10:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not being able to import data from a fixed width flat
- Replies: 6
- Views: 1662