Search found 500 matches

by ag_ram
Tue Aug 07, 2007 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling in transformer
Replies: 5
Views: 1249

Hi Ray

I have used the following

a) Used NullToValue
b)Used If/Else and ISNULL
c)NullToEmpty

3 Nullables (2 Varchars , 1 Date) . As for the date for null values a Non Nullable input date is assigned.

Arnd

I tried to break the job , fails again at the same transformer
by ag_ram
Tue Aug 07, 2007 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling in transformer
Replies: 5
Views: 1249

Null Handling in transformer

Hi Folks

I have a Transformer stage , and input fields to the transformer is a Nullable Source. All transformations and Null handling is done in the transformer , still i end up getting a FATAL message saying source and target have differing Nullability

What is the possible cause ?
by ag_ram
Fri Jul 20, 2007 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 4037

No still does not work Still :?
by ag_ram
Fri Jul 20, 2007 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 4037

HI Folks

Tried both ! Still remains unresolved though . :?
by ag_ram
Thu Jul 19, 2007 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 4037

NO Warnings / Errors in the log
by ag_ram
Thu Jul 19, 2007 10:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Taking care of PST and PDT timezones in datastage
Replies: 2
Views: 1010

Taking care of PST and PDT timezones in datastage

Hi all, We are currently working in a project for a client in California, and in California PST ( Pacific Standard Time) is followed during winter and PDT(Pacific Daylight Time ) during summer. We will be running some jobs which will be transform data on Hourly basis.Our business logic is that our m...
by ag_ram
Thu Jul 19, 2007 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 4037

Hello Ray

I am using DataSet-Management utility to read the dataset and the no:of records in each node.
There are no other stages in the Job , it is just a dump of the table we are taking for processing in the subsequent Jobs.
Job is compiled normally not in trace mode
by ag_ram
Thu Jul 19, 2007 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 4037

Issue in record Extraction

Hi Folks

Facing a strange problem , extracting data from z/os - DB2 . Link counts show 10000 records and view data shows 10000 , actual dump into a dataset has only 100 records immaterial of data extracted !
by ag_ram
Tue Jul 17, 2007 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SORT STAGE BEFORE JOIN STAGE
Replies: 7
Views: 3939

The input needs to be hash-partitioned and sorted for Join . Same partition can be maintained after doing the same. Alternatively "Auto" partition does the same. APT_NO_SORT_INSERTION : DataStage automatically inserts sort components based on this , can be included in Job to prevent automa...
by ag_ram
Sat Jul 14, 2007 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LinkCollector Stage Compilation error
Replies: 1
Views: 903

LinkCollector Stage Compilation error

I am getting this compilation error "LinkCollector stage does not support active-to-active inputs or outputs"


Note:I have used two sequential files as input for the Linkcollector stage.
what would be the problem?
Help needed.
by ag_ram
Thu Jul 12, 2007 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exposing jobs to webservice
Replies: 6
Views: 2030

Hi Ray,

We are going to install SAO edition. But before that, we have no idea how this webservice works out.

Can you please put some light on specifoed questions mentioned in the first post.

It will be great helpful to us.

thanks
by ag_ram
Wed Jul 11, 2007 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exposing jobs to webservice
Replies: 6
Views: 2030

Exposing jobs to webservice

Hi

Immediate requirement is for exposing jobs to webservice.

But I need installable requiment list for both ways.

thanks.
by ag_ram
Wed Jul 11, 2007 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exposing jobs to webservice
Replies: 6
Views: 2030

Exposing jobs to webservice

Hi All, We have special requirment from our client. We need to build the jobs in datastage and need to expose it to webservice. The webservice will execute the job. 1. Can we expose more than one job as webservice ? 2. If more than one will be exposed then how can webservice will execute one after a...
by ag_ram
Mon Jul 09, 2007 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import of Numerical fields
Replies: 2
Views: 936

Re: Integer Length

Hi Ray

We have input as Comma delimited. Truncation is also ruled out due to other business requirement , now the way we are doing is read it as a String[3] to the xfm and use the Len functions to reject the record.
by ag_ram
Mon Jul 09, 2007 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import of Numerical fields
Replies: 2
Views: 936

Import of Numerical fields

Hi Folks

I read numeric fields in input . The length of the field is 3 , if iam passing an Integer of length 4 , the record is not truncated . Is there an Env Variable that controls this behaviour. What is the workaround