Search found 25 matches

by sudarsan
Thu Aug 13, 2009 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear file after successful job completion
Replies: 3
Views: 1426

Hi All,

Thanks all for your inputs....

It's got resolved...
by sudarsan
Wed Aug 12, 2009 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear file after successful job completion
Replies: 3
Views: 1426

Clear file after successful job completion

Hi,

In my project,I have a requirement like this.

Once the job finishes successfully, my input file needs to be cleared and it should be empty.

Can any one please help me on this.
by sudarsan
Tue Jul 28, 2009 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Extraction of a date from a string
Replies: 7
Views: 2730

Reg: Extraction of a date from a string

You can split the logic in dd/mm/yyyy or dd/mon/yyyy as below In both cases: yourYear = MatchField(yourField, "0X4N0X",2) In mon: yourMonth = MatchField ...[/quote] Hi Sainath, Thanks a lot for your solution. Right now I am working on your solution,for month part you have given saying tha...
by sudarsan
Mon Jul 27, 2009 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Extraction of a date from a string
Replies: 7
Views: 2730

Re: Reg: Extraction of a date from a string

Based on your sample, the date is always the last three space-delimited fields or the last one if it is of the form nn/nn/nnnn. Extracting them should be reasonably straightforward; for example a ... Hi Ray, Could you please let me know how to do pattern matching (to search the date in a string)
by sudarsan
Mon Jul 27, 2009 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Extraction of a date from a string
Replies: 7
Views: 2730

Reg: Extraction of a date from a string

Based on your sample, the date is always the last three space-delimited fields or the last one if it is of the form nn/nn/nnnn. Extracting them should be reasonably straightforward; for example a ... Hi Ray, Thanks a lot for your inputs. But here my problem is date may be in any position in a strin...
by sudarsan
Mon Jul 27, 2009 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Extraction of a date from a string
Replies: 7
Views: 2730

Reg: Extraction of a date from a string

Hi, We have a requirement like this. My Input is like this. 01.000% MAY 28 2009 DUE JULY 24, 2014 PR=110% DUE 03/05/1999 08.180% MAR 30 2035 10% DUE MARCH 15, 2009 We want to extract a date from the above strings. Date may be in any position in a string. Expected Out Put should be: 2009-05-28 2014-0...
by sudarsan
Wed Dec 17, 2008 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue with ODBC 5.3 drivers
Replies: 0
Views: 662

Performance Issue with ODBC 5.3 drivers

Hi, We have a server job, which loads around 10,000 records from Oracle table to UDB-DB2 table; this is on HP-Unix with ODBC 5.3 drivers into. We are using the DRS stage to read and write data. This job is consuming 14 minutes to complete, where as previously with ODBC 5.2 drivers it was taking 7 mi...
by sudarsan
Wed Nov 19, 2008 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Issue with DRS
Replies: 1
Views: 773

Password Issue with DRS

Hi All, I am facing a strange problem with DRS. I am trying to connect to Oracle through DRS using ODBC connection. The password parameter which I am mentioning is of length-37. So, when I try to view the data/Run the job. I am getting the error saying that "Invalid Username/Password". Tho...
by sudarsan
Wed Feb 27, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Port number for DataStage server in UNIX
Replies: 5
Views: 8699

How to find Port number for DataStage server in UNIX

Hi, I should request the client to enable the firewall for all the servers which we are using in our project, hence I have to provide all the ip address and corresponding port numbers. We are using UNIX as the operating system and DataStage 7.5.2 (server jobs), can any one please help me to identify...
by sudarsan
Fri Nov 17, 2006 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Library property required for stage
Replies: 1
Views: 1992

Client Library property required for stage

I am using DRS stage in a one to one job; both the src and tgt are DRS stage. When I try running the job, in the source stage I am facing the following fatal error. PS_SH_PRIORWORK_EXPER_Job..PS_PRIORWORK_EXPER: Client Library property required for stage Can any one help me in solving this issue :?: