Search found 5168 matches
- Wed Sep 20, 2006 6:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Date
- Replies: 3
- Views: 1056
- Wed Sep 20, 2006 6:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Do look up for the first incoming row
- Replies: 2
- Views: 721
- Wed Sep 20, 2006 6:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence generator
- Replies: 10
- Views: 3633
- Tue Sep 19, 2006 10:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delete orphan dataset
- Replies: 6
- Views: 3498
If the Descriptor file has been deleted using rm command, then you have no choice left out, other than deleting the data file using rm command. But as mentiond, you need to be carfull about the data file that do not belong to any other descripot file. Optionally, you can try to create another dummy ...
- Tue Sep 19, 2006 10:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date type cast
- Replies: 12
- Views: 7984
- Tue Sep 19, 2006 10:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: column descriptor count does not match field count
- Replies: 6
- Views: 1338
- Tue Sep 19, 2006 7:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage hashed file detected
- Replies: 12
- Views: 5008
- Tue Sep 19, 2006 7:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to make insert or update when using OCI stage in intarge
- Replies: 3
- Views: 1182
- Tue Sep 19, 2006 7:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Source Qualifier?
- Replies: 1
- Views: 767
- Tue Sep 19, 2006 7:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem With ExecCommand Activity
- Replies: 4
- Views: 1817
- Tue Sep 19, 2006 7:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: paging file
- Replies: 2
- Views: 1151
- Tue Sep 19, 2006 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create a user with permission DataStage Operator?
- Replies: 7
- Views: 1943
- Tue Sep 19, 2006 7:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conver columns to rows in oracle
- Replies: 5
- Views: 1292
- Tue Sep 19, 2006 7:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format conversion: YYYY-MM-DD to YYYYMMDD
- Replies: 3
- Views: 4081
- Tue Sep 19, 2006 6:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CURSOR SQLSERVER => DATASTAGE
- Replies: 7
- Views: 3700
Convert all the statement with in the cursor in the SQL into a single record set in Datastage, may be by using single or multiple jobs. User Transformer, for all you typecasing, case condition, If then else check... If it is PX job, leverage the filter, SWITCH for these purpose. Now cursor can be tr...