Search found 77 matches

by pongal
Fri Aug 19, 2005 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extract data from two different databases
Replies: 7
Views: 3955

extract data from two different databases

Hi, I have a requirement in such a way that, i want to extract the data from two different database tables like SELECT A.INDATE,A.PRJNAME,B.SRID FROM PRIME.PROJECT A, PRIME.SECTION B, A.PRJID = B.SRID AND A.PRID > (SELECT MAX(LAST_EXTID) FROM VEND_EXTRACT) ORDER BY 1; Here LAST_EXTID is the column n...
by pongal
Fri Aug 19, 2005 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transforms need to replace OConv and FMT
Replies: 5
Views: 4421

transforms need to replace OConv and FMT

Hi, currently i am using OConv and FMT transforms in Basic Transformer. now i wanted to use normal transformer(parallel) with the same transforms. but it is not allowing OConv and FMT transforms. are there any other transform that suits best for parallel transformer. for eg:- 1) i wanted to convert ...
by pongal
Wed Aug 17, 2005 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while extracting the data from oracle enterprise stage
Replies: 2
Views: 1775

error while extracting the data from oracle enterprise stage

here i am using the following query to extract the data from oracle9i database through Oracle Enterprise stage ##W TCOS 000049 23:26:35(000) <main_program> Parameter specified but not used in flow: DSProjectMapName ##W TDOR 000062 23:26:39(001) <Oracle_Enterprise_12> Column HOURS floating point deci...
by pongal
Wed Aug 17, 2005 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format to insert into oracle table
Replies: 1
Views: 888

date format to insert into oracle table

hi, i want to insert date and time in oracle date format and the field datatype is timestamp. for eg:- 8/17/2005 11:35:15 AM can anybody give the exact function in ds. i have tried oconv(iconv(@Date,"DYMD"),"D/MDY[2,2,4]"):" ":oconv(@Time,"MTHS") but i am gett...
by pongal
Wed Aug 17, 2005 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: counter needs to be incremented by 1 with exactly 6 digit
Replies: 3
Views: 1091

counter needs to be incremented by 1 with exactly 6 digit

I want to generate a sequence number starts from 000000 and increment by 1 for each load. for eg:- if source contains 1000 records for first load, sequence number should start from 000001 and ends at 001000. for second load, if source contains 2000 records, then sequence number should start from 001...
by pongal
Mon Aug 15, 2005 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date in oracle 9i
Replies: 1
Views: 1531

date in oracle 9i

hi, one of oracle 9i table has field indate with datatype timestamp. when i am inserting the data on that field using this logic OCONV(DATE(), "D4-YMD[4,2,2]") : " " : OCONV(TIME(), "MTS:") value is storing like this 15-AUG-05 0 suppose if i use this logic OCONV(DATE(),...
by pongal
Thu Aug 04, 2005 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how do we replace " character with "" in betw
Replies: 6
Views: 2168

Arnd Ereplace alone doesn't work for the above examples. i just want to add another double quote if any field value contains one double quote and i don't want to replace anything. if i replace anything i may lose the exact data value. i think you are understanding my point. how do we do pattern matc...
by pongal
Wed Aug 03, 2005 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how do we replace " character with "" in betw
Replies: 6
Views: 2168

how do we replace " character with "" in betw

Hi, i want to replace single " (double) quote character with "" two double quotes in between field value. for eg:- 1) field1 = "WEST WOODS" FIRE" it should be replaced as "WEST WOODS"" FIRE" 2) field2 = "SCOT 1" J S FIST" KNOCK" i...
by pongal
Mon Aug 01, 2005 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hot to pass environment variable in server routine
Replies: 10
Views: 2800

env variable is working fine in After job routine.
we should give parameter as '$TargetFilePath' and include
#INCLUDE DSINCLUDE JOBCONTROL.H

Thanks all of you.... :D
by pongal
Sun Jul 31, 2005 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hot to pass environment variable in server routine
Replies: 10
Views: 2800

hot to pass environment variable in server routine

Hi, I would like to pass environment variable $TargetFilePath into server routine. if i write this code, it is giving an error strFileLoc = DSGetParamInfo(DSJ.ME,"#$TargetFileDir#", DSJ.PARAMVALUE) Call DSLogInfo("strACRFileLoc :":strFileLoc, DSJ.ME) how to read environment varia...
by pongal
Fri Jul 29, 2005 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Fatal Error: Key fields must be top-level:
Replies: 0
Views: 1278

main_program: Fatal Error: Key fields must be top-level:

Hi, I am using joiner stage to join 3 inputs. 1) oracle database table contains (locationtype and costcenter) 2) sequentail file contains (locationtype) 3) another sequential file contains (costcenter) i need to map locationtype,costcenter fields with the above inputs and transform the data to desti...
by pongal
Wed Jul 27, 2005 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture the link info from server routine
Replies: 4
Views: 2253

thanks chulett... i want just total amount by calculating all the amounts from source records (suppose say 1000 records) and same is the case with total openamounts. here i want a seperate file which contains all the detials like in the same format in a text file like this. Total Amount : 9999.99 To...
by pongal
Wed Jul 27, 2005 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture the link info from server routine
Replies: 4
Views: 2253

how to capture the link info from server routine

i have written the routine code like this #INCLUDE DSINCLUDE JOBCONTROL.H #INCLUDE DSINCLUDE DSJ_XFUNCS.H intTotAmount= 0.00 intTotOpenAmount= 0.00 OpenSeq '/Ascential/datastage/Projects/Account.txt' To objFileVar Else Create objFileVar Else ErrorCode =1 WeofSeq objFileVar intNoRecLoaded = DSGetLink...
by pongal
Mon Jul 25, 2005 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to trap column value in After job routine
Replies: 3
Views: 1122

yeah right saravanan but is there any predefined function to call the column value from dsjob function? if we call that amount value from source database we can easily calculate total amount in after job routine by using for loop. i don't have exact idea how to calculate the total amount in after jo...
by pongal
Mon Jul 25, 2005 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to trap column value in After job routine
Replies: 3
Views: 1122

how to trap column value in After job routine

Hi, i have a requirement in such a way that, i need to calculate TotalAmount,Amount being one of the source column and i need to report the total amount into a control file through After job routine. here my question is how to trap that single column Amount value in a routine? i think if use After j...