Search found 85 matches

by Magesh_bala
Sat Sep 24, 2011 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NUL Values
Replies: 7
Views: 4809

NUL Values

Hi All,

I have the sequential file with the Values as

Kumar[NUL][NUL]
Bala[NUL][NUL]

In a single column, I need to remove the [NUL] values from it and lkp with reference data. your help will be highly appreciated.
by Magesh_bala
Wed Oct 20, 2010 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a job
Replies: 2
Views: 1811

thanks vivek.
by Magesh_bala
Wed Oct 20, 2010 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a job
Replies: 2
Views: 1811

Abort a job

I need to abort my job if my Col1<>col2, please let me know if you have any thoughts?
by Magesh_bala
Wed Oct 20, 2010 11:52 am
Forum: General
Topic: Abort a Job
Replies: 2
Views: 1778

Abort a Job

Hi All, I need to abort a job if my Credit=Debit values are not equal. Can i do this in transformer stage? I am using Version 8.
by Magesh_bala
Fri Sep 17, 2010 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter versus transformer
Replies: 6
Views: 3726

Thanks for that, Stilll I am wondering to differentiate between Advantages of Transformer stage in version 8 with Filter and Switch stage.
by Magesh_bala
Fri Sep 17, 2010 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter versus transformer
Replies: 6
Views: 3726

Switch Stage

Hi All, In my project we have million's data to filter out based on condition. could you please suggest me which is the best stage to use, Performance wise should be efficient. Transformer/Fillter/Switch. Thanks in advance.
by Magesh_bala
Tue Aug 31, 2010 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataStage version 8 installation error
Replies: 0
Views: 1113

dataStage version 8 installation error

Hi All, I am trying to install datastage Version8 in my local system. After selecting all the option required in screen's it started intalling DB2 Database which is an part of the intallation kid. After the 5% it shows an below error and revers the installation. "EroporotoryInstaller65514. An e...
by Magesh_bala
Fri Aug 27, 2010 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Err: ECommonMsg88010
Replies: 1
Views: 1413

Err: ECommonMsg88010

Hi I am getting the following error when I try to Install the Datastage 8 server in my system. "The user xmeta exist in the system with a different or expired password, the user account is diabled, or the user doesnt have permission to access this machine from network. verify the password and u...
by Magesh_bala
Fri Jun 18, 2010 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 64 bit File Size Limit
Replies: 5
Views: 2411

64 bit File Size Limit

Hi,

I know that in a 32 bit we cant write more than 2GB to a file, I want to know what is the 64 bit file size limit?

In my current project I am able to write more than 34 GB to a sequential file and a dataset. I am wondering what is the 64 Bit file size limit?

Regards
N.Magesh
by Magesh_bala
Wed May 12, 2010 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to perform self join
Replies: 10
Views: 4490

Re: how to perform self join

Hi,

I think you need to use the same file as right and left. then you can achive the self join in datastage.
by Magesh_bala
Tue Feb 16, 2010 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Sequential File
Replies: 8
Views: 6919

I am sry, If am asking the same question again. I need to gzip the Sequential files, When I use the Compress stage I am getting an error "Error when checking operator: Could not find input field "FT_ACCOUNT_KEY". How do i overcome this problem? In my Input I have 21 column what should...
by Magesh_bala
Tue Feb 16, 2010 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Sequential File
Replies: 8
Views: 6919

How can I gzip the Sequential files using Datastage, Do we have any stage to do?
by Magesh_bala
Tue Feb 16, 2010 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Sequential File
Replies: 8
Views: 6919

Compress Sequential File

Hi All,
Can I use the COmpress stage for Sequential file? If yes please let me know what should be the Output columns for it?

Thanks
Magesh
by Magesh_bala
Mon Dec 14, 2009 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusable Index Issue
Replies: 12
Views: 4990

I was trying to load the huge data from my source system into the Oracle table, It got aborted due to the Table index problem "Unusable" status. So they have enabled the below option "OPTIONS(DIRECT=FALSE,PARALLEL=TRUE,SKIP_INDEX_MAINTENANCE=TRUE,SKIP_UNUSABLE_INDEXES=TRUE)" Plea...
by Magesh_bala
Mon Dec 14, 2009 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusable Index Issue
Replies: 12
Views: 4990

I have enabled the below options
OPTIONS(DIRECT=FALSE,PARALLEL=TRUE,SKIP_INDEX_MAINTENANCE=TRUE,SKIP_UNUSABLE_INDEXES=TRUE)

Please let me know the Right options to use? Your help will be highly appreciated.