Search found 42189 matches

by chulett
Thu Aug 12, 2010 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String data getting Null or Hex(00) appended to it
Replies: 8
Views: 2863

Yes, as that padding to full size is the nature of a CHAR field.
by chulett
Thu Aug 12, 2010 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to delete data using datastage job?
Replies: 5
Views: 2948

The option would be there in the 'native' stages, plus the DRS from what I recall, can you not use one of them?
by chulett
Thu Aug 12, 2010 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Duplicate scenario
Replies: 14
Views: 3957

:idea: People, don't add the tags that we can use here - bold, italics, code, etc - and then enable / check the Disable BBCode in this post option. Kind of defeats the whole purpose.

To the O/P, as I would say elsewhere: FTFY... fixed that for ya. :wink:
by chulett
Thu Aug 12, 2010 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading the data from DB ( 2 file systems)
Replies: 4
Views: 1947

Are you getting any errors? How are you determining that it is 'not getting passed' rather than some other error in your usage of the parameter? Are you handling the Field Mark (@FM) that the Execute Command stage will have in its output? Details would help us help you.
by chulett
Thu Aug 12, 2010 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete a dataset file which is in unix server
Replies: 10
Views: 5009

Ray kind of... skims... sometimes. :wink:
by chulett
Thu Aug 12, 2010 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Target Stage
Replies: 5
Views: 3065

So... is that your resolution or are you looking for another answer? :?
by chulett
Thu Aug 12, 2010 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Jobs Not Running
Replies: 28
Views: 16223

:!: Most people set up a cron script to prune that directory, i.e. delete files older than x days to keep a rolling x days in the phantom directory. It's important to note that CLEAR.FILE is like a truncate so if you take that route you should only do that when no jobs are running. And the solution ...
by chulett
Thu Aug 12, 2010 6:24 am
Forum: General
Topic: How to export user difined environment variables in ds admin
Replies: 4
Views: 1480

Yes, they are store in two sections and you need to properly 'export' / transfer the contents of both if you want this to work.
by chulett
Thu Aug 12, 2010 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the excel data in MS Acess database using DS
Replies: 4
Views: 1277

Access and Excel are two separate and completely different things. Regardless, use ODBC to source from either one.
by chulett
Wed Aug 11, 2010 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Invalid Characters from a record
Replies: 1
Views: 1099

Leverage the technique listed here.
by chulett
Wed Aug 11, 2010 8:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle the EBCDIC file the column name as first line
Replies: 4
Views: 1287

I don't think is a 'filename' thing but rather the fact that the first record of the file contains the column headings. In my experience that's unusual in a file of this nature and I didn't see any mention of a mechanism to tell the CFF stage that you have that going on. Is there some other method i...
by chulett
Wed Aug 11, 2010 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why the usage for decimal must be comp-3
Replies: 1
Views: 783

A continuation of this post for those following along in the home audience.
by chulett
Wed Aug 11, 2010 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maintaining Surrogate key
Replies: 4
Views: 1420

First define what you mean by "refreshing", generally rolling over a surrogate and starting to reuse them is not a good idea so I assume you mean something else. ps. That really should be the permanent solution as well, properly sized key values should never overflow... unless we're talkin...
by chulett
Wed Aug 11, 2010 12:20 pm
Forum: General
Topic: Detect from DS job VB script if a TXT file is been used
Replies: 1
Views: 678

I would look for a piece of software called fuser or "file user", it can be used to check if anyone has the file "in use" and you can sleep until it has been released. It's open source freeware from what I recall.
by chulett
Wed Aug 11, 2010 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting Max(date) column with multiple rows
Replies: 19
Views: 13840

priyadarshikunal wrote:definately, its there in version 8.x, not quite sure about 7.x but if its not there (i think its not), one workaround can be converting it to julian date, before aggregator(or decimal as yyyymmdd/yyyymmddhh24miss ) to get the max and convert it back.
It's there. Somewhere.