Search found 15603 matches
- Fri Sep 18, 2009 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wave Processing - end-of-wave detection question
- Replies: 6
- Views: 3095
Wave Processing - end-of-wave detection question
I have a job which is reading a MQ source which is generating waves. For reason I won't delve into, I would like to write this data to a sequential file and later read this file while keeping the wave related information. I would like to be able to write an "end-of-wave" record to the sequ...
- Fri Sep 18, 2009 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Inset Space as value in the Oracle table
- Replies: 3
- Views: 1116
- Fri Sep 18, 2009 4:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To generate oracle sequence in Datastage
- Replies: 2
- Views: 1898
- Thu Sep 17, 2009 5:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file lookup/caching issue (assumption)
- Replies: 19
- Views: 4230
- Thu Sep 17, 2009 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file lookup/caching issue (assumption)
- Replies: 19
- Views: 4230
- Thu Sep 17, 2009 4:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file lookup/caching issue (assumption)
- Replies: 19
- Views: 4230
- Thu Sep 17, 2009 4:09 am
- Forum: General
- Topic: conversion
- Replies: 2
- Views: 1002
Assuming you are keeping string format:
This assume the year 10 as the century break year.
Code: Select all
IF In.DateString < 10 THEN '20':In.DateString ELSE '19':In.String- Thu Sep 17, 2009 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file lookup/caching issue (assumption)
- Replies: 19
- Views: 4230
- Thu Sep 17, 2009 3:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file lookup/caching issue (assumption)
- Replies: 19
- Views: 4230
- Thu Sep 17, 2009 3:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field getting round off
- Replies: 7
- Views: 2979
Is your output column to the sequential defined as Decimal(10,2) or as a string? How about doing an explicit conversion in your transform stage using DecimaltoString() and writing a varchar to the sequential file (assuming you are currently writing a decimal field)? That explicit conversion is bette...
- Thu Sep 17, 2009 2:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Expand Stage Reports Negative %CP in Monitor
- Replies: 4
- Views: 1368
- Thu Sep 17, 2009 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while using LookUp stage and Join Stage
- Replies: 5
- Views: 1568
- Thu Sep 17, 2009 1:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: connectivity to oracle
- Replies: 5
- Views: 2976
- Thu Sep 17, 2009 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field getting round off
- Replies: 7
- Views: 2979
- Thu Sep 17, 2009 1:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Update not working
- Replies: 5
- Views: 2564