Search found 42189 matches
- Tue Jan 25, 2011 7:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to implement this logic
- Replies: 3
- Views: 1641
- Tue Jan 25, 2011 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need a logic for Implementing Months
- Replies: 7
- Views: 2321
- Tue Jan 25, 2011 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml output
- Replies: 10
- Views: 4258
- Mon Jan 24, 2011 6:26 pm
- Forum: General
- Topic: How to find Dates of job import & last changes/edits ?
- Replies: 1
- Views: 1083
- Mon Jan 24, 2011 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Blank spaces
- Replies: 3
- Views: 1948
- Mon Jan 24, 2011 2:38 pm
- Forum: General
- Topic: dsjob not working through crontab
- Replies: 10
- Views: 3204
- Mon Jan 24, 2011 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
- Mon Jan 24, 2011 12:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extract and Load many tables - Short and fast
- Replies: 8
- Views: 3092
- Mon Jan 24, 2011 10:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
- Mon Jan 24, 2011 9:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
- Mon Jan 24, 2011 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SESSIONS_PER_USER error
- Replies: 1
- Views: 2373
35 isn't going to cut it, as you are seeing. I'm guessing it will need to be much higher, especially if your jobs all connect via the same user. And you set that on the Oracle side, not in DataStage. At a high level - take the number of the Oracle stages from all currently running jobs and multiple ...
- Mon Jan 24, 2011 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
Re: POPULATE SPACE TO THE OUTPUT COLUMN
Actually, everything in a file is a string so it can. Set it to NULL and then edit the column so the 'null value' property is the appropriate number of spaces.ajithaselvan wrote:It can be nullable. But it can not be representated as string.
- Mon Jan 24, 2011 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
- Mon Jan 24, 2011 7:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
- Mon Jan 24, 2011 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populate space to the output column
- Replies: 16
- Views: 4579
Re: POPULATE SPACE TO THE OUTPUT COLUMN
The answer is simple - it cannot be done. Get a new requirement... for example, is the field nullable? Can it be represented as a string?ajithaselvan wrote:I need to populate space to the output column.The data type for the column is float(2,5). Kindly help me to resolve.