Search found 53125 matches
- Sun Sep 02, 2007 12:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage EE
- Replies: 5
- Views: 1206
Use a Sort stage to partition and sort on elmt_i and node_i, and to generate a fourth column called key_changed using the Sort Key Change property. In the Transformer stage construct a stage variable that is derived as If key_changed Then name Else sv : "," : name Derive the output column name as sv...
- Sun Sep 02, 2007 12:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture the count of number of records
- Replies: 5
- Views: 1246
- Sun Sep 02, 2007 12:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal question
- Replies: 4
- Views: 1375
- Sun Sep 02, 2007 12:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problems with importing DataStage projects
- Replies: 2
- Views: 900
- Sun Sep 02, 2007 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problems with importing DataStage projects
- Replies: 2
- Views: 900
- Sun Sep 02, 2007 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 7.5.2, IIS 801 Validate, Run Problem
- Replies: 4
- Views: 1115
- Sun Sep 02, 2007 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading NULL Values from Fixed Length File
- Replies: 2
- Views: 1595
In a fixed-width format file, the representation of NULL must exactly contain the same number of characters as the field. The OP seems to be complaining that the Char() fields are being padded with NUL characters, which is exactly the default behaviour for DataStage. The pad character is set by the ...
- Sun Sep 02, 2007 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datatime SQL type in database and timestamp in metadata
- Replies: 2
- Views: 868
The OP has sent both a Private Message and a Private Email asking me to answer this message.
This post should prove instructive.
This post should prove instructive.
- Sun Sep 02, 2007 12:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSWaitForJob waiting indefinately
- Replies: 9
- Views: 7102
The highlighted message means that DSWaitForJob() returns immediately under either of the following two conditions: the job on the job handle has finished the job on the job handle has been started again after finishing on the same job handle (that is, without there having been a call to DSDetachJob...
- Fri Aug 31, 2007 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate Sequence in Server
- Replies: 4
- Views: 1097
- Fri Aug 31, 2007 6:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Column Description Information
- Replies: 1
- Views: 842
- Fri Aug 31, 2007 6:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRS Stage Hangs
- Replies: 9
- Views: 2648
- Fri Aug 31, 2007 6:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Variable Question/Need
- Replies: 1
- Views: 926
About the only way you can do this is to use the job's user status area. The upstream stage can set a value, a downstream stage can read it. However, ORAOCI9 stages are passive stages and can not do this; you will need to insert Transformer stages. Getting that variable into an OCI stage as you desc...
- Fri Aug 31, 2007 6:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding DS CLEANUP
- Replies: 2
- Views: 1151
- Fri Aug 31, 2007 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How many number of jobs can be run using a single sequencer
- Replies: 3
- Views: 1353