Search found 145 matches

by Raghavendra
Thu Aug 09, 2007 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSPXWorkingDir error while compling a parallel job
Replies: 7
Views: 3925

Stage variables are not-nullable always and so you cannot use setnull function inside the stage variable. You may need to achieve setting null outside the stage variable.
by Raghavendra
Thu Aug 09, 2007 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nulls in stage variables become 0/empty string in output
Replies: 6
Views: 3490

Yes stage variables are always not nullable and so we cannot use setnull function in the stage variable. Sorry for creating the confusion.
by Raghavendra
Thu Aug 09, 2007 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nulls in stage variables become 0/empty string in output
Replies: 6
Views: 3490

If stage variable property is non-nullable then we should not assign any null value to the stage variable. If we do we get a default value of 0.
by Raghavendra
Thu Aug 09, 2007 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB API Stage Vs DB2/UDB Enterprise
Replies: 5
Views: 3361

But for better performance definetly DB2/UDB Enterprise stage
by Raghavendra
Thu Aug 09, 2007 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB API Stage Vs DB2/UDB Enterprise
Replies: 5
Views: 3361

Search the forum I believe it will answer your question.
by Raghavendra
Thu Aug 09, 2007 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nulls in stage variables become 0/empty string in output
Replies: 6
Views: 3490

check the properties of stage variables which should solve the issue.
by Raghavendra
Thu Aug 09, 2007 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSPXWorkingDir error while compling a parallel job
Replies: 7
Views: 3925

Check the following message from your post::
Setting null to this non-nullable field: StageVar0_FISCALMTHENDDT
by Raghavendra
Thu Aug 09, 2007 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Method
Replies: 4
Views: 1959

I would go with Hash partitioning. :)
by Raghavendra
Thu Aug 09, 2007 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Process (pid=xxx) failed
Replies: 10
Views: 4762

Can you provide few details of your job. Just by seeing your message we cannot analyse anything.
by Raghavendra
Thu Aug 09, 2007 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Oracle stage
Replies: 6
Views: 3783

gd is your problem solved?
by Raghavendra
Thu Aug 09, 2007 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: less rows from lookup
Replies: 19
Views: 5804

Please post the server issues in server forum only.... :D
by Raghavendra
Thu Aug 09, 2007 12:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: less rows from lookup
Replies: 19
Views: 5804

You cannot trim the columns directly in hashfile.If you don't have any transformer between the hashfile and the source stage try trimming the column directly at the source only( I mean database only.). But please be cautious while doing this as it may impact your job performance.
by Raghavendra
Wed Aug 08, 2007 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: less rows from lookup
Replies: 19
Views: 5804

try once trimming both the columns
by Raghavendra
Wed Aug 08, 2007 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row count in hash file
Replies: 6
Views: 2805

hemachandra can you please give some instances when you got wrong values? I used it quite frequently. It will help me further
by Raghavendra
Wed Aug 08, 2007 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Refresh time
Replies: 4
Views: 984

How are you loading the data into the table in your job