Search found 53125 matches
- Mon Jan 14, 2008 12:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup failure
- Replies: 7
- Views: 1626
Describe - fully - the lookup keys that you are using for each of the lookups, including their data type and nullability. Describe also the data type of the field from the source input whose value you are passing as the reference key to each reference input. Explain fully what you mean by "failing" ...
- Mon Jan 14, 2008 12:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A logical doubt
- Replies: 1
- Views: 764
- Mon Jan 14, 2008 12:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file in PX
- Replies: 5
- Views: 2403
You need a null handing property - for example Null Field Value or Null Field Length - which informs DataStage what to write into the text file to replace a NULL. Text files don't really have data types - they just have text - so there can be no concept of NULL in a text file, just a pre-defined rep...
- Sun Jan 13, 2008 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjobinfo and dsjobrun through cron
- Replies: 3
- Views: 1182
- Sat Jan 12, 2008 11:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with String to date conversion
- Replies: 2
- Views: 1033
- Sat Jan 12, 2008 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup failure
- Replies: 7
- Views: 1626
- Sat Jan 12, 2008 11:45 pm
- Forum: General
- Topic: Datastage log in problem
- Replies: 5
- Views: 5370
- Sat Jan 12, 2008 11:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: After Stage Subroutine
- Replies: 14
- Views: 3591
If CleanupFileOut is an after stage subroutine with a compatible COMMON declaration, then it's in the same process and should be able to access the variables declared to be in that COMMON area. If CleanupFileOut is an after job subroutine then it's in a different process and would not be able to acc...
- Sat Jan 12, 2008 11:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequence issue
- Replies: 15
- Views: 4165
- Sat Jan 12, 2008 3:01 pm
- Forum: General
- Topic: Datastage log in problem
- Replies: 5
- Views: 5370
- Sat Jan 12, 2008 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in constraint/checking for alphabatic and numeric
- Replies: 5
- Views: 1042
- Sat Jan 12, 2008 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter a records
- Replies: 4
- Views: 1020
- Sat Jan 12, 2008 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with the job logs
- Replies: 28
- Views: 5133
I'm thinking you may have identified the wrong job number, because DS.CHECKER did not complain. If you deleted the job from Director and that was successful, then the "support files" are gone too. SELECT NAME FROM DS_JOBS WHERE JOBNO = '<<Job number>>'; will report the job name associated with a par...
- Sat Jan 12, 2008 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter a records
- Replies: 4
- Views: 1020
Not permissible in a Filter stage. SQL functions are not supported. You need to use a Transformer stage either to do the filtering or to generate an actual length number that you can use in a downstream Filter stage. Or use string_length() or ustring_length() - as appropriate - in an upstream Modify...
- Sat Jan 12, 2008 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: check that 'dbx' and 'sed' are installed
- Replies: 2
- Views: 1854
Search the forum.