Search found 53125 matches
- Thu Mar 29, 2007 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: deadlock detected while waiting for resource
- Replies: 8
- Views: 3462
- Thu Mar 29, 2007 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decode function
- Replies: 5
- Views: 3042
- Thu Mar 29, 2007 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file outputs Twice the number of rows it has !
- Replies: 7
- Views: 1477
Is there a before/after stage/job subroutine that copies the file into place before the job moves a second set of records to it. What are the link row counts reported? You chose not to reveal this vital piece of information. In the parallel job it might occur, for example, if you used Entire partiti...
- Thu Mar 29, 2007 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Sever version Installation on Aix
- Replies: 5
- Views: 1870
- Thu Mar 29, 2007 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup Hash files
- Replies: 9
- Views: 2294
Will the indexes are also preserved if we backup the hash file by simply copying it from its source directory? Thanks in advance for the reply. Thanks, Pavan. Indexes will NOT be preserved. By default a hashed file does not have any indexes, so that's not a problem. If you have created index(es) yo...
- Thu Mar 29, 2007 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SPT oracle or ODBC?
- Replies: 9
- Views: 2892
- Thu Mar 29, 2007 3:17 pm
- Forum: General
- Topic: SQL Server 2005 64bit ODBC Connection
- Replies: 7
- Views: 2909
- Thu Mar 29, 2007 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decode function
- Replies: 5
- Views: 3042
Check for null first. There is no ElsIf and there is no End If. Generate null using the SetNull() function - there is no "NULL constant".
Code: Select all
If IsNull(job.empl_status) Then job.effdt Else If job.empl_status = 'D' Then pers.dt_of_death Else SetNull()- Thu Mar 29, 2007 5:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_FileExportOperator unable to export record: Record large
- Replies: 11
- Views: 3058
- Thu Mar 29, 2007 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add Months to a Date
- Replies: 9
- Views: 6440
- Thu Mar 29, 2007 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datatype warnings from oracle!
- Replies: 13
- Views: 4772
- Thu Mar 29, 2007 5:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cryptic error when compiling sequence
- Replies: 1
- Views: 1169
- Thu Mar 29, 2007 5:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC connection Error
- Replies: 2
- Views: 1446
Welcome aboard. :D As far as Oracle is concerned, a DataStage job is just another client application. If the diagnosis is "connection dead" the only thing you can do is find out why. The Oracle driver has been successfully invoked by DataStage - you can tell by the square-bracketed entries in the er...
- Thu Mar 29, 2007 5:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception Handler : Why use it.. and how to handle warnings
- Replies: 20
- Views: 6895