Search found 93 matches

by rajkraj
Wed Jul 23, 2008 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I achive this?
Replies: 3
Views: 1511

How can I achive this?

My scenario is like this: For each input record, the process should examine to see if there are any prior records for that member. If there is an existing record then that record END_DT should be update with current record IC_DT. For example, 3 source records for a member could be Rec1 --> IC_DT=1/1...
by rajkraj
Tue Jul 08, 2008 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Thanks that worked,Now i do not see the warnings.

But I was wondering how this parameter operates.Does it have any effect on the other sequential files(for example if i have a sequential file and also a sequential file to accept rejects).

Thanks
by rajkraj
Tue Jul 08, 2008 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

throbinson I am not able to find the variable APT_IMPEXP_ALLOW_ZERO_LENGTH_FIXED_NULL in environment variables.In which section can i find this variable.

Thanks
by rajkraj
Tue Jul 08, 2008 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

That is the reason I am putting a transformer in between and handling nulls. But i wanted to know if there was any effective method to handle this.

Thanks
by rajkraj
Tue Jul 08, 2008 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Ray, If it is a reject link from a Oracle Eneterprise stage ,it is not allowing null field value for individual column in the sequential file.It allows a Null Field value only in the Format tab of the sequential file.So I gave Null field value as " " in the format tab,but since some of the...
by rajkraj
Mon Jul 07, 2008 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Yes,Ray agree with you that it should have same format and size of characters or numbers to represent a null. My question is as a Sequential file (which stores rejects from a Oracle Enterprise stage) does not allow Null field value to be edited,I am placing a transformer in between a Oracle Enterpri...
by rajkraj
Thu Jul 03, 2008 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Can some one throw some light on this matter.

Thanks
by rajkraj
Wed Jul 02, 2008 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Do avoid this warning,I have a Reject link from the Oracle Enterprise stage which is Input into a transformer and than from the transformer I have a sequential file where the rejects are landed (where it allows me to manipulate the Null by Field value). Is there a better way to handle Null fields in...
by rajkraj
Thu Jun 26, 2008 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

When I set it to '' it gives the below error

When checking operator: When validating export schema: At field "XXX": "null_field" length (0) must match field's fixed width (8).

Thanks
by rajkraj
Wed Jun 25, 2008 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Can some one,throw some light on this issue.

Thanks.
by rajkraj
Tue Jun 24, 2008 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

But,when i define it at field defaults,it would not match all my columns(i.e some of them are Date column,some are varchar and some are decimals).

How can i define a single Null field value for all of them.

Thanks
by rajkraj
Mon Jun 23, 2008 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file
Replies: 17
Views: 4589

Reject file

Hi, I have a job which loads data from a sequential file into a oracle table. In the Oracle Enterprise stage,I am using the write method as upsert. I have the option Output Reject records set to True. I am directing the rejects into a sequential file. I have set the Null Field value as \123 in the f...
by rajkraj
Wed Jun 18, 2008 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage
Replies: 6
Views: 1612

Arnd, Am I right,that we do not have to specify the column names in insert into statement if you are entering all column values in the same order i.e Insert into xxx values ............
I think that would help.
I will try this.

Thanks