Search found 5168 matches

by kumar_s
Fri Sep 03, 2010 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: txt to csv conversion
Replies: 3
Views: 2955

Thats the windows (carriage return) new line character that you see.
You dont have to open the text file in Excel to convert it into csv.
If your delimiter is already Comma, you can directly save the file with ".csv" as extension.
Else change the delimter and save it.
by kumar_s
Fri Sep 03, 2010 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stages is missing from one project to another
Replies: 5
Views: 2788

Should you just need to configure your client?
Did you try customizing?
by kumar_s
Fri Sep 03, 2010 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Crazy debug idea
Replies: 9
Views: 4202

Wouldn't you need to recompile the job when you rename using the dsx file edit opiton?
by kumar_s
Thu Aug 26, 2010 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Incorrect Calculation.
Replies: 14
Views: 6298

I got this idea, when I saw that, you are passing blank values '' to the Decimal feild.
by kumar_s
Thu Aug 26, 2010 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is use of &COMO& folder ?
Replies: 1
Views: 1266

That is the folder to capture the 'COMmand Output' as file format.
by kumar_s
Thu Aug 26, 2010 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple instances of the same job simultaneously
Replies: 4
Views: 4386

I supppose by not passing the invocation id, you are trying to keep on triggerin the master job. When you run the Job sequence from Windows, you will have small box with a display of Invocation id, when you see the pop up with prompts for Parameters. Similarly, individual JobActivity will also be en...
by kumar_s
Thu Aug 26, 2010 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Incorrect Calculation.
Replies: 14
Views: 6298

Looks like you are converting from Varchar to Decimal.
Do a PEEK from the first transformer to see the values thats been passing to the next.
BTW, why do you need to two transformer for this purpose.
by kumar_s
Thu Aug 26, 2010 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs/Sequences getting stuck in Running status repeatedly
Replies: 2
Views: 1649

Is there any compilaiton process going on in your server in parallel by any chance?
Does your Transformer do any complex operation or calling a routine?
by kumar_s
Thu Aug 26, 2010 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage problem
Replies: 7
Views: 4101

Both even and Odd in same output?
Looks like you need continues Sequence number.
If you want it seperately. Make the data to run in two node.
Make the Partition as Entire.
Run a SequenceGenerator.
One node will give you odd number and other will give you Even number.
For the same set of data.
by kumar_s
Wed Aug 25, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server extract - corrupt data when using an odbc stage
Replies: 4
Views: 2951

But what happend to the space inbetween the Number and Name?
Is that a special character avaialble in the Database itself?
by kumar_s
Wed Aug 25, 2010 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& folder file warning message
Replies: 7
Views: 3511

Hi I am getting some more new message from Phantom File name "OSHTRACE_jb_aa_aaaa_aa_aaa_load_FILE_to_aa_ref_aaa_aaa_aaaa_aaaa" too long. Truncated to "OSHTRACE_jb_ee_aaaa_aa_aaa_aaaa_aaaa_to_". Thanks Man Is this a name of any of your component? jb_aa_aaaa_aa_aaa_load_FILE_to_a...
by kumar_s
Wed Aug 25, 2010 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating Decimal.
Replies: 13
Views: 5218

Correct me if i am wrong. The DS Developer manual has this example which shows the precision will not be lost after abs function. This example uses the Abs function to compute the absolute value of a number. AbsValue = Abs(12.34) ;* returns 12.34 AbsValue = Abs(-12.34) ;* returns 12.34 Thats right....
by kumar_s
Wed Aug 25, 2010 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 12
Views: 8015

I just removed the mask, just check if that helps.
Inorder to avail the full feature, you just have to enroll into Premium memership!!
by kumar_s
Wed Aug 25, 2010 8:56 am
Forum: General
Topic: Converting Stored Procedure to DataStage Jobs
Replies: 9
Views: 5346

The trick is, you ll have to find the list of statements that has to be executed in ETL box and the ones that has be executed in DB box for better performance. Ah, that sounds like the "balanced optimization" feature coming in the next version! That sounds interesting!! Is that in 8.5? Do...
by kumar_s
Thu Aug 19, 2010 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 12
Views: 8015

You can give two single qoutes. As ''.