Search found 53125 matches
- Thu Jun 15, 2006 2:21 am
- Forum: General
- Topic: Job Searching Facility
- Replies: 7
- Views: 2519
- Thu Jun 15, 2006 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best way of creating a list of jobs
- Replies: 7
- Views: 1431
- Thu Jun 15, 2006 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in joining 2 tables
- Replies: 12
- Views: 2648
- Thu Jun 15, 2006 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage OSH system process PID Tracking
- Replies: 2
- Views: 2540
APT_PM_SHOW_PIDS will cause player processes to log a message on startup indicating their process IDs. APT_PM_NO_SHARED_MEMORY can force player processes to use TCP/IP sockets instead of shared memory for inter-process communication on an SMP environment. You can restrict memory usage in the Sort st...
- Thu Jun 15, 2006 2:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup direct from Oracle database
- Replies: 6
- Views: 1287
- Thu Jun 15, 2006 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Estimating memory usage requirement of a DS Job
- Replies: 2
- Views: 1048
- Thu Jun 15, 2006 2:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sybase parallel extract
- Replies: 3
- Views: 1259
- Thu Jun 15, 2006 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while using FTP enterprise stage to read a record
- Replies: 6
- Views: 1690
- Wed Jun 14, 2006 11:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregator
- Replies: 7
- Views: 2376
- Wed Jun 14, 2006 11:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while using FTP enterprise stage to read a record
- Replies: 6
- Views: 1690
The URI property is documented as follows. Type: Pathname Name of the URI to get or put the file from or to.It can be more than one occurence. Supports limited wild carding. The expected syntax is m[:port]/URIpath You need to make sure that the URI path points to where your file actually is. If you ...
- Wed Jun 14, 2006 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup direct from Oracle database
- Replies: 6
- Views: 1287
- Wed Jun 14, 2006 10:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup Key Expression
- Replies: 5
- Views: 1413
The way I described is easy. You already have the hashed file. Is it in the account? If so you can use a UV stage to refer to it directly. If not, you need to use SETFILE to create a pointer before using the UV stage. The UV stage treats the hashed file as a regular database table, so you will be ab...
- Wed Jun 14, 2006 10:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator mis behave and slow down when we correct it
- Replies: 12
- Views: 4732
- Wed Jun 14, 2006 6:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trouble with special characters using FTP Stage
- Replies: 3
- Views: 1171
- Wed Jun 14, 2006 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert field with SQL type as BIT to Integer
- Replies: 12
- Views: 3023
What's the source database?
Try changing the derivation of that column to and changing its data type within DataStage also to INTEGER. If it's truly a bit type this is a legal cast.
Try changing the derivation of that column to
Code: Select all
CAST(FieldName AS INTEGER)