Search found 238 matches

by dodda
Wed Sep 09, 2009 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort job based on condition
Replies: 6
Views: 2029

abort job based on condition

Hello I have a requirement where i need to abort the job based on some source column value. I am reading a sequential File and There is a lookup involved in between. Based on the Source value which iam reading from the sequentila file i am doing the lookup to get the REJCOUNT value from the Lookup F...
by dodda
Tue Aug 25, 2009 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error while calling a job from Job Control Code
Replies: 6
Views: 2947

Thanks ray for your information,
Just a quick question

Can i pass parameter value like below line?

errcode = DSSetParam(hJob2, "$DBNAME",$DBNAME)
Correct me if anything was wrong.
by dodda
Tue Aug 25, 2009 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error while calling a job from Job Control Code
Replies: 6
Views: 2947

Thanks for your quick reply. Can you please clarify me on the below piece of code . I used the DBNAME,DBUSER as an environmental varibles in the batch job and set default value as $PROJDEF .And i want to pass those values to the calling job errcode = DSSetParam(hJob2, "$DBNAME",$DBNAME) er...
by dodda
Tue Aug 25, 2009 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error while calling a job from Job Control Code
Replies: 6
Views: 2947

Fatal error while calling a job from Job Control Code

Hi all, I need some help regarding calling a job from job control code . Iam having one job Test_Job which takes data from oracle table and load's into the sequentail file. And DSNAME, DSUSER are environmental variables. And the job ran fine. But when i tried to call from job control i got some fata...
by dodda
Sun Aug 23, 2009 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert GMT to EST
Replies: 6
Views: 4347

My base table is an SQL Server ... I need to read it from the SQL Server database ....
by dodda
Fri Aug 21, 2009 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert GMT to EST
Replies: 6
Views: 4347

How to convert GMT to EST

HI,

I have a source table in which the date is stored in GMT format. I need to convert the GMT format date to EST format(for some months i have to substract 4 hours and for other i have to substract 5 becuase of the day light savings). How can i do it in DS? Please advice .....
by dodda
Fri Aug 14, 2009 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information needed for SAP R/3 and SAP BW pack
Replies: 3
Views: 2517

Information needed for SAP R/3 and SAP BW pack

Hi all ,

Iam pretty new to usage of SAP in datastage
Could you plesae provide the documents or links for using SAP R/3 Pack and SAP BW Pack in datastage.

Thanks in advance
by dodda
Thu Aug 13, 2009 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: character separator
Replies: 5
Views: 2426

Hello

This kind of data is expected from the file. Is there any optioin

thanks
by dodda
Thu Aug 13, 2009 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: character separator
Replies: 5
Views: 2426

character separator

Hello I have the below record "acegfgh";"ghkj;ij12";";dfd"fd";"ghfhdd"gkjdgfd";"dff3##;" each field is enclosed in double quotes and separated by ; (semi colon) each field can have extra special characters. i used col import stage to parse ...
by dodda
Wed Aug 12, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the row
Replies: 10
Views: 5146

Splitting the row

Hello I have a requirement where i will be getting the row such as 1234^;abcdefgh^;bc^;d^;efg^;rghu^;klmn^;bcd each field delimited by ^; Is there a way that i can extract each field by using Field function. I tired using the Field function but it didnt work .Earlier they used the single Field separ...
by dodda
Fri Jul 31, 2009 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing oracle10g database in Datastage 7.5.2
Replies: 3
Views: 1019

Thanks for the reply.

Could you please provide the setup steps. And also give information about dsenv file.
by dodda
Fri Jul 31, 2009 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing oracle10g database in Datastage 7.5.2
Replies: 3
Views: 1019

Accesing oracle10g database in Datastage 7.5.2

Hi all,

I need some help regarding the accessing of Oracle10g database in Datastage 7.5.2

And my job is datastage serverjob. Can i use ORACLEOCI stage to access the Oracle10g database. or Any plug-in's i have tio install to access.

I appreciate your help.
by dodda
Wed Jul 22, 2009 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pivoting
Replies: 2
Views: 936

pivoting

Hello I have a requirement as below Column1 Column2 01-2009 +212.08 02-2009 +313.05 03-2009 -212.04 04-2009 +112.06 05-2009 -117.23 and my out put should be like If column1 starts with 01on source side then i need to populate the data of column2 from source to Col1 on targtet and the reaminig fields...
by dodda
Tue Jul 21, 2009 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete and insert in the same oracle enterprise stage
Replies: 3
Views: 1212

hello chulett,

thankyou for your reply. In our case lets say we have table called PURCHASE and has field1, and field2. We need delete the records where field1='A' before we do inserts into the same table. we dont have any keys defined on the PURCHASE table.
by dodda
Tue Jul 21, 2009 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete and insert in the same oracle enterprise stage
Replies: 3
Views: 1212

delete and insert in the same oracle enterprise stage

Hello I have a requirement where my source is flat file and target is Oracle enterprise stage. I have to insert the data into oracle enterprsie stage before i do that i want to delete certain recrods and then do the inserts. Is it possible to do the Delete first and then Insert in the same oracle en...