Search found 53125 matches
- Mon Apr 02, 2007 12:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width in Seq file
- Replies: 15
- Views: 6003
- Mon Apr 02, 2007 12:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to insert data into a table
- Replies: 7
- Views: 3006
- Mon Apr 02, 2007 12:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Warnings Turn OFF @ Project level
- Replies: 8
- Views: 2241
Warnings are there for a reason. They either indicate something bad has occurred, or something about which you need to be alerted has occurred. Eschew the approach of disabling warnings. Design your jobs so that they do not generate warnings in the first place. Then any warning that does appear is i...
- Mon Apr 02, 2007 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width in Seq file
- Replies: 15
- Views: 6003
Look what Code tags can do! Except for the Code tags, this is copy/paste from your original. column ------SQLType --------Length-------------Field Properties ------------------------------------------------------------------------ col1 --------char----------------2 -------------------position=0 col2...
- Mon Apr 02, 2007 11:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width in Seq file
- Replies: 15
- Views: 6003
- Mon Apr 02, 2007 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: tranform.
- Replies: 2
- Views: 1002
- Mon Apr 02, 2007 11:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Instance Tag Problem
- Replies: 4
- Views: 1923
- Mon Apr 02, 2007 11:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning when directly doing a lookup to Db2 table
- Replies: 2
- Views: 917
Because you're doing a lookup on something that is not unique in the DB2 table - that is, neither the primary key nor a column that has a UNIQUE constraint. DISTINCT does not help if there are other columns in the lookup query; these would have to all be identical to reduce the count. The DB2 stage ...
- Mon Apr 02, 2007 11:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Lookups and Transformers
- Replies: 5
- Views: 1098
Re: Hash Lookups and Transformers
Hi all, Maybe someone can help answer this question. Is it possible to return data from a Hash File where the keys are equal except the date where it is less than or equal to the date of the source? Or is my only solution to use bind variables and use user defined sql? Thanks Not using a Hashed Fil...
- Mon Apr 02, 2007 11:45 am
- Forum: General
- Topic: Composite primary key
- Replies: 11
- Views: 2840
- Mon Apr 02, 2007 9:23 am
- Forum: General
- Topic: Composite primary key
- Replies: 11
- Views: 2840
- Mon Apr 02, 2007 9:22 am
- Forum: General
- Topic: Composite primary key
- Replies: 11
- Views: 2840
- Mon Apr 02, 2007 9:21 am
- Forum: General
- Topic: Composite primary key
- Replies: 11
- Views: 2840
- Mon Apr 02, 2007 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to find touch file
- Replies: 5
- Views: 1273
Nothing in help touch was informative - the only options relate to the date/time stamps.
Maybe you could follow your touch command with an attrib command to clear the system file attribute.
Maybe you could follow your touch command with an attrib command to clear the system file attribute.
Code: Select all
touch pathname && attrib -S pathname- Mon Apr 02, 2007 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Determine the month difference between 2 dates
- Replies: 5
- Views: 4966