Search found 26 matches

by kamtammystuff
Thu Dec 15, 2011 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with date format
Replies: 1
Views: 1779

Check the validity of the date before converting it into DATE datatype in the transformer itself.
by kamtammystuff
Wed Dec 14, 2011 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Help
Replies: 11
Views: 6536

Try using routines.
by kamtammystuff
Mon Dec 12, 2011 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job based on the condition
Replies: 11
Views: 5869

Thanks for your reply chulett. right now I am not infront of datastage. But I am going to write a derivation like I mentioned below. StgVar: If Inlink.Item<>"100" Then 'Y' Else 'N' Constraint: StageVar='Y' Abort After rows=1 Hope this logic will abort my job. Please let me know, If do any...
by kamtammystuff
Mon Dec 12, 2011 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Chnage capture issue
Replies: 3
Views: 2452

Re: Chnage capture issue

In change capture stage if we are exckuding any columns it shouldn't be used in comparison for updates.I have a scenrio where after excluding a a column will used in comparing columns for update resords. could anyone tell me the reason for it? is it the descrepance in datastage change caprture stag...
by kamtammystuff
Mon Dec 12, 2011 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nulls in value columns(CDC)
Replies: 6
Views: 5704

kamtammystuff wrote:I guess it would treat it as a update record if any one of the link has a null value in it , anyways simple testing is the best way to know.. :lol:
It will treat as a update ecord only if only one has a null value and copy if both are nulls
by kamtammystuff
Mon Dec 12, 2011 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nulls in value columns(CDC)
Replies: 6
Views: 5704

I guess it would treat it as a update record if any one of the link has a null value in it , anyways simple testing is the best way to know.. :lol:
by kamtammystuff
Mon Dec 12, 2011 12:56 am
Forum: General
Topic: Unable to add the Projects
Replies: 3
Views: 1970

Is this newly istalled?
by kamtammystuff
Mon Dec 12, 2011 12:35 am
Forum: General
Topic: Error in unistalling, failed installation process
Replies: 12
Views: 8504

Which folder are you planning to delete? and this approach is not suggestible.
by kamtammystuff
Tue Dec 06, 2011 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view all records from sequential file
Replies: 20
Views: 9756

What is the metadata in the sequential file stage?
by kamtammystuff
Fri Dec 02, 2011 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Busy
Replies: 3
Views: 2608

Try checking the number processes running on the server when it says "Server Busy"
by kamtammystuff
Thu Dec 01, 2011 11:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degraded after migration from Datstage 7.5 to 8.
Replies: 9
Views: 6139

What does your Datastage Admin has to say about this?
by kamtammystuff
Thu Dec 01, 2011 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on Datatype Conversion
Replies: 7
Views: 3285

If the column mylink.myraw contains the value { 0x31 0x31 0x30 0x35 0x32 0x32 0x30 0x39 }, then the following function returns the string "11052209".
In that case first you need to filter '2f' and '2c' first and then insert the delimiters after converting.
by kamtammystuff
Wed Nov 30, 2011 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on Datatype Conversion
Replies: 7
Views: 3285

I guess this is just a conventional representation of dates and by following chulett's rpresentation the given string clearly gives us 2 dates as mentioned below 06/01/2011:12/31/9999 ====> where the first date represents the start date and the second represents the End date. So you can convert the ...
by kamtammystuff
Fri Nov 25, 2011 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg. DB2 Connector
Replies: 9
Views: 4124

Open the stage and then F1.