Search found 53125 matches
- Thu Mar 27, 2008 10:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how and which stages are used to main version in SCD 2
- Replies: 12
- Views: 6058
- Thu Mar 27, 2008 8:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ModifyStage::Possible range limitation.
- Replies: 4
- Views: 4409
- Thu Mar 27, 2008 7:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ModifyStage::Possible range limitation.
- Replies: 4
- Views: 4409
That's an alert, notifying you that a 255 character string may contain a number that is too large to load into a Decimal with precision less than 255. You could try adding a NOWARN specification, but probably will end up adding a message handler to demote this particular alert to informational. Data...
- Thu Mar 27, 2008 7:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob (-jobinfo works, but -run does not)
- Replies: 30
- Views: 7894
- Thu Mar 27, 2008 7:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connecting postgres using odbc drivers thru datastage
- Replies: 10
- Views: 17162
- Thu Mar 27, 2008 6:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connecting postgres using odbc drivers thru datastage
- Replies: 10
- Views: 17162
- Thu Mar 27, 2008 6:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column Export Formatting
- Replies: 1
- Views: 714
Code: Select all
Trim(TheString, "0", "R")- Thu Mar 27, 2008 6:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversation
- Replies: 12
- Views: 2832
- Thu Mar 27, 2008 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsValid() problems with non-standard dates
- Replies: 21
- Views: 5839
How about assuming that the square brackets mean "optional" and that double-quote characters are needed for the first argument?
Code: Select all
IsValid("date %yyyy%ddd",In.Col) - Thu Mar 27, 2008 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fatal error: configuration does not contain the invokingnode
- Replies: 1
- Views: 741
Welcome aboard. Learn to read everything that error messages tell you. In this particular case your configuration file (whose pathname is given by the APT_CONFIG_FILE environment variable) does not include the node name of the machine on which DataStage server is installed. I daresay you have not ed...
- Thu Mar 27, 2008 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup anamolky
- Replies: 19
- Views: 3909
This should be your thought process for text files. Text files do not really have data types - only text. Therefore there can be no concept of NULL in a text file. When you specify metadata for a text file you can specify how NULL is represented, either on a field-by-field basis, or globally. If it...
- Thu Mar 27, 2008 5:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installaton of Information Server
- Replies: 5
- Views: 1673
- Thu Mar 27, 2008 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installaton of Information Server
- Replies: 5
- Views: 1673
- Thu Mar 27, 2008 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Control characters inserted into Oracle
- Replies: 11
- Views: 2806
- Thu Mar 27, 2008 5:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Temporary table creation
- Replies: 5
- Views: 1890