Search found 152 matches

by nani0907
Tue Apr 27, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import file Error
Replies: 3
Views: 1475

Code mean ---the txt file that needs to be imported.
by nani0907
Tue Apr 27, 2010 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 14
Views: 4170

What are the feild defaults and final delimetrs option given in that satge?
by nani0907
Tue Apr 27, 2010 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import file Error
Replies: 3
Views: 1475

Import file Error

Hello ,


while iam trying to import the txt fiel , i am getting the following error "The Valid datastage export file needs to be in Windows format i.e (Using CRLF Line terminators).Could you please help me how to get the code imported.

Thanks in Advance
by nani0907
Tue Apr 27, 2010 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to stripout the '-'
Replies: 8
Views: 2988

hello .that correct.you are converting it to space .trim it also
by nani0907
Tue Apr 27, 2010 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 14
Views: 4170

the problem may be that you might have not defined the coulms corectly and also check the first line is column name as true if you have header record for your file
by nani0907
Thu Apr 22, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error as 'Operator terminated abnormally....."
Replies: 4
Views: 3124

this might also be the issue
if there are more number of stages in a job

or in transformer the stage varibale logic is not handled correctly for decimal ,number datatypes i.e claculations
by nani0907
Thu Apr 22, 2010 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Schema file
Replies: 7
Views: 2990

i t will be dufferent format based on invocation id or in some cases may be same
by nani0907
Tue Apr 20, 2010 8:12 am
Forum: General
Topic: finding delimiters
Replies: 7
Views: 2777

hi ,

In column A ,i am getting values like below

Coulm A columnB
1;2;3 ;

1|2|4 |

1~5~7 ~

So in column B i need to populate the delimiter
by nani0907
Tue Apr 20, 2010 8:10 am
Forum: General
Topic: finding delimiters
Replies: 7
Views: 2777

hi ,

In column A ,i am getting values like below

Coulm A columnB
1;2;3 ;

1|2|4 |

1~5~7 ~

So i column B i need to populate the delimiter .
by nani0907
Tue Apr 20, 2010 6:55 am
Forum: General
Topic: finding delimiters
Replies: 7
Views: 2777

finding delimiters

hi ,

i need to find the delimiters in the value. and populate that delimilter in another column.How to acheive this?

Thanks in advance
by nani0907
Tue Apr 20, 2010 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating sequence numbers using Stage variables
Replies: 19
Views: 9242

@inRownum system variable works correctly only if the execution mode is sequential.duplicates are genertaed bcoz it the job is running on multiple nodes.
by nani0907
Mon Apr 19, 2010 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Schema file
Replies: 7
Views: 2990

once after reading the different delimilter files , the idea is to write to dataset and from there to do tranformations accordingly.
by nani0907
Tue Apr 13, 2010 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Schema file
Replies: 7
Views: 2990

Reg Schema file

Hi ,

for a data load ,i get two files source file with different format . how can i make my job generic to read the source files with has format diffrence .can some one help out to acheive this by schema file option.

Thanks in Advance
by nani0907
Wed Mar 31, 2010 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Range Validation
Replies: 2
Views: 1544

Date Range Validation

hi, I need to check wthether the Effective date is in between the Start date and end date cloumn. here is the example. Eff date Start Date End date 20091231 20081231 20111231 20071231 20081231 20111231 For the above records, i need to pick up the first record as Eff date is beetween the start date a...