Search found 53125 matches
- Thu Jul 20, 2006 9:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading 0's
- Replies: 34
- Views: 15859
- Thu Jul 20, 2006 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting topic tag in uppercase
- Replies: 11
- Views: 2887
- Thu Jul 20, 2006 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
You can do it in SQL with SQL functions, not with DataStage functions as Ken indicated. One way is to determine whether the difference between the date and the first of the subsequent month is 1. If that is true, then your date is the last day of its month. Different databases use different date man...
- Thu Jul 20, 2006 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non-Standard EBCDIC -> ASCII translation
- Replies: 4
- Views: 1602
To be honest, I have not processed any non-English data with it. But there was some investigation I wanted to do with maps and locales. They seem to come up and load OK using default locations. Here's the message from the event log. DataStage information message: Shared memory addresses: Disk=0x0800...
- Thu Jul 20, 2006 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job performance
- Replies: 8
- Views: 1879
Nowhere near enough information. The only thing you've told us is that your speed through DataStage averages about 30 rows per second. Extraction What is the source of these rows? Are you retrieving rows in true parallel, or in sequential mode? (For example the Oracle Enterprise stage executes SELEC...
- Thu Jul 20, 2006 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage (7.5x2) Sequential File Error
- Replies: 3
- Views: 4151
- Thu Jul 20, 2006 7:30 am
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Thu Jul 20, 2006 5:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Routine Function
- Replies: 8
- Views: 2723
The only place you can use expressions in server jobs is within the Transformer stage. No other stage type supports data modification expressions. Within the Transformer stage is an Expression Editor that allows you to select operands and operators from menus, so that very little (error-producing) t...
- Thu Jul 20, 2006 5:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can we run a DS job/sequence from an external Interface....
- Replies: 7
- Views: 1771
I believe you mean the DataStage API, which certainly does let you do these things. Indeed dsjob began life just as an example of how to code an application using the DS API. But, since dsjob now exists and is supported, why re-invent the wheel? If you insist upon pursuing your desire, read the chap...
- Thu Jul 20, 2006 3:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination received after stage
- Replies: 10
- Views: 3433
- Thu Jul 20, 2006 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not able to connect to datastage
- Replies: 4
- Views: 1985
- Thu Jul 20, 2006 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job to get XML file as output
- Replies: 4
- Views: 1915
- Wed Jul 19, 2006 10:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup is failing
- Replies: 5
- Views: 1664
- Wed Jul 19, 2006 8:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: server engine status
- Replies: 12
- Views: 3879
Note that it is possible for DataStage to be up even though dsrpcd is not running. Clients and requests will not be able to connect, but jobs started will continue to run and new jobs can be started from already-running job sequences. These do not use the DataStage RPC mechanism. Connection via teln...
- Wed Jul 19, 2006 8:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Transform 09302006 to a valid date
- Replies: 16
- Views: 3126