Search found 103 matches

by sagar deshmukh
Mon Aug 23, 2010 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type string[max=20]
Replies: 7
Views: 6768

Implicit conversion from source type string[max=20]

Hi , Could you please help me in removing below warning from my job.... I am not able to understand ..why this warning is coming? Lkp_Validation,0: When binding input interface field "T_PROD_INFO" to field "T_PROD_INFO": Implicit conversion from source type "string[max=20]&q...
by sagar deshmukh
Thu Aug 19, 2010 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get records rejected from reference link
Replies: 6
Views: 2722

I want rejected records from both source and reference......

full outer join will not give only rejected one.....
by sagar deshmukh
Thu Aug 19, 2010 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get records rejected from reference link
Replies: 6
Views: 2722

That gives source rejects what about the records from reference link?

IS there any condition i can set?
by sagar deshmukh
Thu Aug 19, 2010 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get records rejected from reference link
Replies: 6
Views: 2722

Get records rejected from reference link

How can I get records rejected at reference link....
I can get the records from source but is there any way to get reject at reference link in Lookup stage?

Thanks
SD
by sagar deshmukh
Wed Aug 18, 2010 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion funtion
Replies: 2
Views: 1435

date conversion funtion

Hi ,

from my souce I am getting date like '2010-04-16-16.08.02.945000'

I want to convert it into the yyyy-mm-dd format

is there any function available to do this?

My source is a csv file.
by sagar deshmukh
Fri Aug 13, 2010 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove control M or special character by ds jobs
Replies: 8
Views: 14041

You can use Tr command to remove control M character... in the before job subroutine....

You have to design your job accordingly
by sagar deshmukh
Wed Jul 28, 2010 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to parse Configuration file
Replies: 6
Views: 10003

Hi
I am also getting same warning... in OCI stage....
What can be done to remove it...
What will happen if i ignore it?
by sagar deshmukh
Fri Jul 16, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to flag each flat file record with the filename?
Replies: 4
Views: 1567

How to flag each flat file record with the filename?

Hi, I need a help regarding a requirement... I need to design a job where I have Three files which will arrive in a folder..I need to create a simple job which will read all the three files one by One...and load datainto final table...but each column should be flaged with the file name from which it...
by sagar deshmukh
Mon Jun 14, 2010 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Impact of password chnage.
Replies: 3
Views: 1417

I am using "OS Level authentication"
by sagar deshmukh
Mon Jun 14, 2010 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Impact of password chnage.
Replies: 3
Views: 1417

Impact of password chnage.

Hi, I have a job which in which I am extracting data from Oracle and loading into oracle again... here i am not passing the parameters for User Id/Password.... I am taking these credentials from System only..... I want to know if I change my password will my job fail or still it will work fine.. Tha...
by sagar deshmukh
Tue Jun 08, 2010 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error
Replies: 4
Views: 1927

Phantom error

Hi, I have a very simple job.... Oracle stage ---> trasformer --- > Seq. file stage... I am getting below error... This job is scheduled in a sequence....the sequence in terns calls many routines.... I am getting below error for this job.... DataStage Job 604 Phantom 2104 Aborting after 1 Rows writt...
by sagar deshmukh
Fri Dec 04, 2009 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed
Replies: 6
Views: 2541

Well..this was being asked by one of my friend...So i was curious to know..how to achieve this...
by sagar deshmukh
Fri Dec 04, 2009 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed
Replies: 6
Views: 2541

Help needed

Hi , I have a job which has three stages.. The second stage is not a trasformer stage...all i want to achieve is 3rd stage should be triggered only and only when there is one row coming out of second stage.... is there any function to achieve this? (I am not using any job control or sequencer...) Th...