IsValid() will do for (5) and (6).
When's the interview?
Search found 53125 matches
- Wed Aug 13, 2008 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: name some of the Routines to be used in PX jobs
- Replies: 5
- Views: 2121
- Wed Aug 13, 2008 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char To Date Converstion
- Replies: 11
- Views: 3330
- Wed Aug 13, 2008 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem while setting the precesion for a column
- Replies: 3
- Views: 1361
Precision and scale are set for the Decimal data type. When you are converting this to a string, the precision and scale of the Decimal input field are preserved in the string output field. You may also need the optional argument fix_zero, to specify that a decimal number consisting of all zeroes is...
- Wed Aug 13, 2008 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: expecting 1 segments, read 2 segments
- Replies: 15
- Views: 4333
- Wed Aug 13, 2008 4:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record <>in file DS_ROUTINES is read-only and cannot b
- Replies: 4
- Views: 1279
Routines that are supplied with DataStage are read-only because the vendor and support folks expect to be able to find them and to find that they behave as documented. So don't delete any of these. If you (someone at your site) has made some of your site's other routines read-only, then this should ...
- Wed Aug 13, 2008 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSSetUserStatus use?
- Replies: 1
- Views: 1504
Posting the same question in multiple forums will not get any better answers, and it's frowned upon because it wastes the time of those who have to read them.
This question has been answered in the Server forum.
This question has been answered in the Server forum.
- Wed Aug 13, 2008 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parsing a File Component
- Replies: 2
- Views: 1020
- Wed Aug 13, 2008 4:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot relase job
- Replies: 2
- Views: 1029
Search the forum, looking for "lock" and, in particular, "LIST.READU". This will help you to ascertain the owner of the lock, and LISTU will link the owner number to the owner name. You can then use UNLOCK - if safe to do so - to release the lock. Or, if you have the deadlock daemon (dsdlockd) runn...
- Wed Aug 13, 2008 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSetUserStatus function use??
- Replies: 2
- Views: 1944
You're completely on the wrong track. Each job has a "user status area" into which the DSSetUserStatus() function can put a value. That value can subsequently retrieved, even after the job has finished, either through a Job activity's $UserStatus activity variable, or by calling the DSGetJobInfo() f...
- Wed Aug 13, 2008 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char To Date Converstion
- Replies: 11
- Views: 3330
- Wed Aug 13, 2008 3:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: expecting 1 segments, read 2 segments
- Replies: 15
- Views: 4333
- Wed Aug 13, 2008 3:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parsing a File Component
- Replies: 2
- Views: 1020
- Wed Aug 13, 2008 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to collect the Performance Statistics of the JOB
- Replies: 2
- Views: 1100
Buy MetaStage and have them collected automatically. (Note that MetaStage ceases to exist with effect from version 8.0).
Download ETLstats from Kim Duke's website which is a set of tools that will gather these statistics and put them wherever you like.
Don't re-invent the wheel!
Download ETLstats from Kim Duke's website which is a set of tools that will gather these statistics and put them wherever you like.
Don't re-invent the wheel!
- Wed Aug 13, 2008 3:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read only one row from dataset?
- Replies: 3
- Views: 1318
- Wed Aug 13, 2008 3:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Constraint issue
- Replies: 2
- Views: 798
Neither right operand of the MATCHES operator includes any wildcard characters. Are you interested in doing an "equals" comparison or a "contains" comparison? The equals comparison is straightforward - simply replace the MATCHES operators with "=" operators. The contains comparison requires you to e...