Search found 218 matches

by Nageshsunkoji
Sat Dec 02, 2006 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage Padding Nulls
Replies: 6
Views: 2560

I am not trying to violating any datastage rules I know... and I didn't say you were. And you've already done what is basically the right thing for this, post an Enhancement Request on the subject. :wink: I got it craig. I have to discuss and post these type of queries in Enhancement forum. Definet...
by Nageshsunkoji
Sat Dec 02, 2006 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage Padding Nulls
Replies: 6
Views: 2560

If rules are rules then rules for all. Perhaps in a perfect world. However, we have to live with the rules we're handed and deal with this as they work, not as we'd like them to work. Otherwise, we come off as a little... whiny. :wink: Hi Craig, I am not trying to violating any datastage rules, I j...
by Nageshsunkoji
Sat Dec 02, 2006 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage Padding Nulls
Replies: 6
Views: 2560

The DB2/UDB Enterprise stage was written to conform exactly to the rules. If you have a Char(N) data type, it must be N characters long. The DB2 API stage is essentially the server DB2 stage rewrit ... Ray, Thanks for your reply. I am totally agreed with you insense of ETL developer responsibilitie...
by Nageshsunkoji
Sat Dec 02, 2006 1:48 pm
Forum: Enhancement Wish List
Topic: Modify stage
Replies: 0
Views: 2192

Modify stage

Hi All, Modify stage : Difficult stage in PX, insense of usability and synatx. Functions like STRING_TRIM is not trimming properly both leading and trailing spaces. I have tried all options suggested by DS gurus in this forum. Still I didn't get proper result. My wish is, if IBM will take care of th...
by Nageshsunkoji
Sat Dec 02, 2006 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage Padding Nulls
Replies: 6
Views: 2560

DB2 EE stage Padding Nulls

Hi All, If you use DB2 EE stage to extract the data or load the data, It will PAD ASCII nulls to string fields. To over come this problem, we have to set APT_STRING_PAD_CHAR as ' ' or '0x20'(ASCII equivalent spaces). But, here my concern is, Y its happening with DB2 EE stage and same thing not happe...
by Nageshsunkoji
Sat Dec 02, 2006 1:07 pm
Forum: General
Topic: How do I concatenate two input Character fields
Replies: 19
Views: 12289

Re: How do I concatenate two input Character fields

This kind of concatenation worked with numeric fields in another job. :? Just noticed this in the original post. Which suggests to me that the other job was a server job. Hi, The job which worked is a parallel job. But the Input Sequential file is coming from a server job. Does that make any differ...
by Nageshsunkoji
Sat Dec 02, 2006 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle restarting of subsequnces in Failure cases
Replies: 18
Views: 7791

enable "Add checkpoints so sequence is restartable on failure" option in job properties of all your subsequences and in main sequence. I think it will solve your problem.
by Nageshsunkoji
Fri Dec 01, 2006 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup_IF condition
Replies: 12
Views: 4505

Hi, Lets take one example for your scenario. You have 3 fileds 2 from input and 3 from reference. Input.CountryCode Input.Amount Reference.CountryCode Reference.CurrencyCode Reference.CurrencyConversionRate. Your key is CountryCode Your Logic will be like these : If Reference.CurrencyCode=(USD) Then...
by Nageshsunkoji
Fri Dec 01, 2006 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No of deleted records
Replies: 3
Views: 1782

Hi,

Here one thing you can do, in your design is capture the all rows in a sequential file or Dataset before you delete records in DB.

Another option is ROLLBACK your databse to get your records, based on your commit interval.
by Nageshsunkoji
Fri Dec 01, 2006 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding CERTIFICATION
Replies: 3
Views: 1999

Hi, Welcome Abroad..... Have a nice experience with Dsxchange..... But, Don't forget. For any queries first use Search option and then post your query. About Certification : http://www-03.ibm.com/certify/certs/iisdwsdev75.shtml http://blogs.ittoolbox.com/bi/websphere/archives/datastage-certification...
by Nageshsunkoji
Fri Dec 01, 2006 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use DB Sequence in CSV File Generation
Replies: 1
Views: 1180

Hi,

First create a dummy column as sequence number and Use nextval function to create DB sequence and concatenate this with your sequential file. Is this your requirement ? If not, let us know your flow.
by Nageshsunkoji
Thu Nov 30, 2006 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: case insensitive
Replies: 9
Views: 10140

we are using lookup stage Please provide the full details, then only you will benefit from DSxchange. If you are using lookup, which version you are using. If it is 7.5.1, the check the datatype of both input and reference link. Both should be the same and check the condition for look up failure, w...
by Nageshsunkoji
Thu Nov 30, 2006 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: case insensitive
Replies: 9
Views: 10140

Hi, Here the problem is, your using a CHAR as a Key column and your checking the case sensitive or insensitive. Just check the key fields and select the option case sensitive and try out the result. Your key has a unspecific format. Just check the datatype and select the option of Case sensitive. W...
by Nageshsunkoji
Thu Nov 30, 2006 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Raising an error
Replies: 11
Views: 7095

Nagesh, thank you for your response. I am not clear about what you mean by "The job sequence( Server and Parallel) still uses the Basic routines". I guess you mean by the Routine Activity stage, right? Also, in a job sequencer, if I have JobA and JobB and After-job subroutine for JobA fai...
by Nageshsunkoji
Thu Nov 30, 2006 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: case insensitive
Replies: 9
Views: 10140

Hi,

Here the problem is, your using a CHAR as a Key column and your checking the case sensitive or insensitive. Just check the key fields and select the option case sensitive and try out the result. Your key has a unspecific format. Just check the datatype and select the option of Case sensitive.