Search found 222 matches

by dr.murthy
Mon Mar 09, 2009 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation with null values
Replies: 3
Views: 1599

can i concatenate null values with out hanling null property
by dr.murthy
Mon Mar 09, 2009 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation with null values
Replies: 3
Views: 1599

Concatenation with null values

hi all, i have an reqirement like concatenation of 4 fields into a single character, but some of the fields having null records are dropped at the Transformer. for example F1,F2,F3,F4 if any one of the field having null values these recorda are not loaded into next stage,transformer stage dropping t...
by dr.murthy
Fri Mar 06, 2009 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7923

Re: StringToTimestamp err

Hi,

use a isvaild function to get the date values which is having proper format means dd-mm-yyyy.you can deal with rest of the dates by prefix 0.
by dr.murthy
Fri Mar 06, 2009 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7923

Re: StringToTimestamp err

Hi,

use a isvaild function to get the date values which is having proper format means dd-mm-yyyy.you can deal with rest of the dates by prefix 0.
by dr.murthy
Thu Mar 05, 2009 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COncatenation with blank values
Replies: 10
Views: 4682

hi,


now its working fine.

Thanks
by dr.murthy
Thu Mar 05, 2009 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COncatenation with blank values
Replies: 10
Views: 4682

Sainath.Srinivasan wrote:What is the datatype for target column ?
Data type is varchar2
by dr.murthy
Thu Mar 05, 2009 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COncatenation with blank values
Replies: 10
Views: 4682

nani0907 wrote:Hi,
Are fisrt name and secomd names two different columns.

Use below logic

fristname : Space(1) : lastname .

Let me know how it works.

Thanks
Sana
Hi ,

thanks for respond,

now its giving
fristnameSpace(1)astname.
not giving appropriate result
by dr.murthy
Thu Mar 05, 2009 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COncatenation with blank values
Replies: 10
Views: 4682

COncatenation with blank values

Hi all, Could you please let me know how to concatenate two values with blank space. my reqirement is some thing like concatenate lastname and fristname with blank value foe example fristname-->GIRI lastname--->KIRAN reqired reult is GIRI KIRAN So far i tried with fristname : ' ' : lastname but its ...
by dr.murthy
Tue Mar 03, 2009 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: locating job sequence in project
Replies: 4
Views: 2067

dscon9128 wrote:Thanks a lot, worked great!
hi,

could you please let me know where exactly execute this sequel
by dr.murthy
Mon Mar 02, 2009 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime issue
Replies: 1
Views: 1383

Runtime issue

hi all, any one have an idea how to resolve the following issue buffer(0),0: APT_BufferFile: unable to create file 0000000000000000: Permission denied APT_BufferFile: unable to create file 0000000000000000: Permission denied APT_BufferFile: unable to create file 0000000000000000: Permission denied A...
by dr.murthy
Fri Feb 27, 2009 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: imp/exprt dstage job designs and executables through UNIX
Replies: 2
Views: 1220

imp/exprt dstage job designs and executables through UNIX

Hi alll,

is there any way to do impor and export datastage jobs and job executables through unix commands on server side.
could you please let me know any about this.

Thanks to all in advance.
by dr.murthy
Mon Feb 09, 2009 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get data between ;'s
Replies: 7
Views: 2270

Hi,

just try with this Field(inputcolumn, ',' ,2).it works fine.
by dr.murthy
Thu Feb 05, 2009 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate 3 files and generate sequence number
Replies: 14
Views: 8742

Here are the steps you could proceed with 1. In job properties, in after job subroutine tab select EXEC DOS 2. Can use the below command (copy /b /y File1Name+File2Name+File3Name FinalOutputFileName) hi , can we concatenate theree files into a single file with out using funnel in datastage.how can ...
by dr.murthy
Thu Feb 05, 2009 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 5124

[quote="arshi"]Hi Murthy,

I didnot found any options tab in the sort stage . I am using the server edition (7.5) . Can you explain where it is exactly?


which version of DS you areusing ?.it is PX or server?
by dr.murthy
Thu Feb 05, 2009 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 5124

Hi, First sort the data by using the Sort stage and use the stage variables to remove the duplicates. By using the sort stage , It will work fine for a particular month data but not on entire data. Any one have the solution for this. Regards, Arshi. hi , do one thing in the sort stage options tab j...