Search found 60 matches

by phanikumar
Tue Mar 06, 2012 11:21 pm
Forum: General
Topic: Logic to build a sequence
Replies: 3
Views: 1277

Logic to build a sequence

Hi, I have a scenario where I have to run a job through sequence and the output of the job could be -1 0r 1.I need to abort my job if my job returns a value -1 and run it successfully if it returns 1. Can some one provide some suggestions in building up a sequence as per above scenario. Regards Kumar
by phanikumar
Tue Jan 24, 2012 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Warning
Replies: 1
Views: 895

Job Warning

Hi

I have a following warning in my job log which says
(null_field" length (4) must match field's fixed width (10)).

The warning is for a date column and the data type is date.Can some one explain me how to fix this warning


Regards

Kumar
by phanikumar
Tue Jan 24, 2012 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: search for a specific string
Replies: 1
Views: 952

search for a specific string

Hi,

I have a scenario where i need to do a filter records from a particular column where it has value starts with 'zz'.Can some one explain how to acheive this.

Regards

kumar
by phanikumar
Mon Jan 23, 2012 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write() failed: Bad file descriptor
Replies: 0
Views: 2881

write() failed: Bad file descriptor

Hi,

I am trying to load the data in to the oracle enterprise stage and i am getting the following error message

write() failed: Bad file descriptor

Can some one explain how to fix this issue.

Regards

Kumar
by phanikumar
Thu Jan 12, 2012 8:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search for a specific text from a record
Replies: 5
Views: 1737

Search for a specific text from a record

Hi I have a scenario where in I need to filter out all the records if I found the specific text any where in the record. for example I need to filter out all the records where they contain a value IBM.If IBM is part of any where within the record I need to filter out that record. Can some one please...
by phanikumar
Thu Jan 12, 2012 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 4650

Hi

I fixed this issue by handling the spaces, when I am using Num function previously I was not taking care of spaces. So I did null to Empty(str) = ' ' then i replaced with some value.Hence the problem is solved.Thank you for all your inputs.

Regards

Kumar
by phanikumar
Thu Jan 12, 2012 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 4650

I did handle the nulls by doing Null to Empty and used the Num function, it doesn't work.Still come up with warnings.The entire warning message is like null string arguments and I had some thousands of these warnings.
by phanikumar
Thu Jan 12, 2012 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 4650

The data type for this field is coming as varchar and when I use Num(i/pcol)
it is giving me a warning message like null string argument.
by phanikumar
Wed Jan 11, 2012 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 4650

Can someone tell me how to use the num function to find out if all the fields from the source are numeric
by phanikumar
Wed Jan 11, 2012 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 4650

Check for a numeric

I have a filed called Phone_No where in I need to check whether the incoming data is numeric or not.Can some one let me know how to do this validation to find out if it is a numeric field or not.

Regards

Kumar
by phanikumar
Thu Dec 08, 2011 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Warning
Replies: 3
Views: 2068

Job Warning

Hi There, I am running a parallel job where it's giving me a warning message like Implicit conversion from source type " "string" to result type "string[257]": Possible truncation of variable length string. I am not doing any unicode conversion it's just string to string.Any...
by phanikumar
Thu Dec 01, 2011 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extended Property
Replies: 1
Views: 1775

Extended Property

Hi,

How to set the extended property in for a column in DataStage?

Does sequential file have this property?

Regards

Kumar
by phanikumar
Thu Nov 24, 2011 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Milli Seconds in time stamp
Replies: 4
Views: 3044

Milli Seconds in time stamp

Hi,

Can anyone tell me if there is a way we can populate milliseconds in Data Stage.

Regards

Kumar
by phanikumar
Wed Nov 23, 2011 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import warning
Replies: 8
Views: 3468

Still an issue.

Regards

kumar
by phanikumar
Wed Nov 23, 2011 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import warning
Replies: 8
Views: 3468

Hi,

I did replace that field names with column names and defined first line as column names.

Regards

Kumar