Search found 15603 matches
- Fri Aug 08, 2008 7:55 am
- Forum: General
- Topic: how to read pipe "|" delimited sequential file
- Replies: 2
- Views: 842
- Fri Aug 08, 2008 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sorting in sort stage Vs Transformer
- Replies: 7
- Views: 2565
- Fri Aug 08, 2008 4:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need DS transformation function for this SQL command.
- Replies: 3
- Views: 851
DataStage server internal dates are Julian; so an should give you the numeric difference in days.
Code: Select all
ICONV(In.Date1,'D4YMD[4,2,2]')-ICONV(In.Date2,'D4YMD[4,2,2]'- Fri Aug 08, 2008 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebSphere MQ connectors
- Replies: 8
- Views: 2425
I use MQJExplorer a lot to explore and modify MQ contents. The UNIX command line utilities can also be used, I don't recall the exact commands but they can be found in the MQ /bin directory.
- Fri Aug 08, 2008 3:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updation of record into table
- Replies: 10
- Views: 2384
- Fri Aug 08, 2008 3:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebSphere MQ connectors
- Replies: 8
- Views: 2425
- Fri Aug 08, 2008 3:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Contents of phantom output file
- Replies: 4
- Views: 1249
- Fri Aug 08, 2008 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to get complete value
- Replies: 1
- Views: 620
- Fri Aug 08, 2008 1:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Contents of phantom output file
- Replies: 4
- Views: 1249
- Fri Aug 08, 2008 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ connector not connecting
- Replies: 4
- Views: 1202
- Fri Aug 08, 2008 1:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: system variable
- Replies: 7
- Views: 5241
These are mnemonics for Text Mark (@TM), Field Mark (@FM) and Value Mark (@VM). The latter 2 are used commonly in Pick-type databases. DataStage Server and the other Pick-type databases store records as long strings, often called dynamic arrays, and the field mark (char(254)) is used to separate the...
- Fri Aug 08, 2008 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Erroneous data goes undetected in a Flat File Stage
- Replies: 7
- Views: 2707
I think that interpreting "123AA" as an integer is incorrect as well. There are options, though. You can edit the attributes and specify a "In_format" (I can't check now, but "nnnnn" should do the trick). Another alternative is to read these in as CHAR and then using IsValid() or other functions in ...
- Thu Aug 07, 2008 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Process the row based on the datatype of the field
- Replies: 4
- Views: 948
Code: Select all
IsValid("Int32",In.StringColumn) - Thu Aug 07, 2008 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB Stage connection problems
- Replies: 0
- Views: 534
DB2 UDB Stage connection problems
I am trying to connect from an AIX box to a DB2 instance on a remote AIX box. I can successfully connect from the command line using "db2 connect to WCCINST1 using ...". I've added and modified the $DSHOME/.odbc.ini entry for WCCINST1 and also changed the "uvodbc.config" file to add this entry. From...
- Thu Aug 07, 2008 2:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration to parallel edition
- Replies: 12
- Views: 2972