LONGs are not supported. Best you can do is define the field in DataStage as a BIG VarChar. As long as the actual contents of the field fit into the size you define in the job, you won't 'fetch truncated data'. If it don't, it will.
Not much else you can do about it, I'm afraid.
Search found 42189 matches
- Thu May 05, 2005 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LONG to VARCHAR conversion
- Replies: 3
- Views: 2141
- Thu May 05, 2005 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fields in DS_LICENSE
- Replies: 7
- Views: 1891
- Thu May 05, 2005 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control
- Replies: 6
- Views: 2184
I personally wouldn't consider your (1) to be a method for 'releasing' code. Yes, it can be used for migrating components from one server / project to another. It is typically used for creating .dsx exports of entire projects for backup purposes. In my mind, however, there are too many things that d...
- Wed May 04, 2005 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Connection error
- Replies: 3
- Views: 1352
- Wed May 04, 2005 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fields in DS_LICENSE
- Replies: 7
- Views: 1891
- Wed May 04, 2005 1:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting data using 'Filter' command
- Replies: 3
- Views: 1009
- Wed May 04, 2005 1:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown software exception - followed by designer crashing
- Replies: 11
- Views: 4421
- Wed May 04, 2005 12:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown software exception - followed by designer crashing
- Replies: 11
- Views: 4421
- Wed May 04, 2005 11:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to avoid using flat files & connect transformers out
- Replies: 22
- Views: 4356
- Wed May 04, 2005 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors in 'Sort' Stage
- Replies: 7
- Views: 1613
- Wed May 04, 2005 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need info about uv command
- Replies: 10
- Views: 2542
- Wed May 04, 2005 7:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors in 'Sort' Stage
- Replies: 7
- Views: 1613
The Sort stage isn't really the best option for sorting millions of rows. It tends to be slow and fall over. Better off to use your command line 'sort' command. In the meantime, the first change I'd suggest is to set the property of the 'Temporary File Location' in the stage to something like '/tmp'...
- Wed May 04, 2005 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing Column in Hash File
- Replies: 14
- Views: 2816
Sure! Try this! In the Transformer, don't right-click on the links themselves (i.e. the lines that join the boxes), click instead on the 'box' that represents the Hash stage lookup. Then you'll get Link Properties as one of the options. Also as noted, you must use a UV or ODBC stage to get the extra...
- Wed May 04, 2005 6:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple server version in same host
- Replies: 5
- Views: 1967
- Wed May 04, 2005 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control
- Replies: 6
- Views: 2184
Once you install Version Control, you'll have the appropriate online help and .pdf documentation you are looking for. As to the question of moving versions back into your development project to fix bugs found it test, it depends on if further development has taken place in the meantime and if you wa...