Search found 53125 matches
- Fri Feb 15, 2008 2:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Web services pack
- Replies: 4
- Views: 2066
- Fri Feb 15, 2008 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can i improve the performence in Sequcece
- Replies: 4
- Views: 1685
- Thu Feb 14, 2008 10:43 pm
- Forum: General
- Topic: TIME STAMPS IN DATA STAGE.... PLEASE HELP OUT
- Replies: 2
- Views: 942
If you have MetaStage you can capture the process metadata directly. Every single event has its own timestamp - which ones did you require. They can all be retrieved from the job log using a routine, or even a job. You can also create a routine to interrogate the job itself, using the DSGetJobInfo()...
- Thu Feb 14, 2008 10:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Counting Number of Lines
- Replies: 2
- Views: 935
Re: Counting Number of Lines
Can u plzz tell how to invoke that function ? Where to invoke that function ? Can u plzz tell the detailed description of that as i am new to datastage . Here at DSXchange we value professional standards of written English, much as your employer doubtless expects you to use when documenting your wo...
- Thu Feb 14, 2008 10:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to add thousand-separator comma's to decimal field
- Replies: 7
- Views: 6869
If you use a BASIC Transformer stage a suitable expression is
Note the comma inside the conversion specification of Oconv().
Code: Select all
Oconv(Iconv(InLink.TheMoney,"MD2"),"MD2,")Note the comma inside the conversion specification of Oconv().
- Thu Feb 14, 2008 7:01 pm
- Forum: General
- Topic: Inserting linefeeds with vertical Pivoting
- Replies: 4
- Views: 1414
- Thu Feb 14, 2008 7:00 pm
- Forum: General
- Topic: Inserting linefeeds with vertical Pivoting
- Replies: 4
- Views: 1414
- Thu Feb 14, 2008 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: web services pack for datastage 7.5
- Replies: 4
- Views: 1496
- Thu Feb 14, 2008 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Order by Clause in DB2 Enterprise stage
- Replies: 3
- Views: 1702
- Thu Feb 14, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 81015 error
- Replies: 2
- Views: 2460
This is one of the reasons you should never kill -9 DataStage processes. There are no special tools in DataStage. You could try using UNIX tools, like ps -f , to find out what that process is doing but, if it's a zombie, you'll be out of luck. Processes in a wait state should eventually time out but...
- Thu Feb 14, 2008 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null To Value not found
- Replies: 8
- Views: 2323
- Thu Feb 14, 2008 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Searching a particular column in a job
- Replies: 3
- Views: 978
- Thu Feb 14, 2008 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDK routines and KeyMgtGetNextValue
- Replies: 7
- Views: 2281
Are you using version 7.5x2 ? I also get this, particularly connecting to 7.5.1A and 7.5x2 servers. I believe it's a bug in the client. The workaround, which I don't like, is to type in the name of the Transform or Routine. The bug is that it only displays the first branch of the first level of the ...
- Thu Feb 14, 2008 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning in transformer
- Replies: 27
- Views: 8375
Line 107 contains Get.Pin%%V0S17P1 which maps back (via a $DEFINE declaration) to CALL $DSP.GetNext(1,Pin%%V0S17P1.REJECTEDCODE) This is a GCI subroutine call to retrieve the next row from DSLink3 (see line 23 for the generic interpretation). Since you have your Oracle stage providing rows to DSLink...
- Thu Feb 14, 2008 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute a routine into a command stage
- Replies: 16
- Views: 6896