Search found 43 matches

by parsi_cnu
Mon Apr 28, 2008 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to Fixed width file
Replies: 5
Views: 2802

Actually i am calculating field in the transformer

actually i am dividing numeric column/10

source numeric column(length 7)/10 and target numeric column of length 6,2
by parsi_cnu
Mon Apr 28, 2008 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to Fixed width file
Replies: 5
Views: 2802

Writing to Fixed width file

When i am writing a numeric field the data is preceded with blank and the actual value

eg:actual value1000.00 and data showing in the file as ' 1000.00'. there is a blank infront of 1 and im not able to trim this.

how to handle this?

Thanks
sri
by parsi_cnu
Thu Dec 13, 2007 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup for wild characters
Replies: 1
Views: 2065

Lookup for wild characters

Comparing a wild character in the source data with the lookup. All the time the lookup is failing and when i am trying to insert into the oracle db it is rejecting the record.

How to handle the wild characters in the datastage lookup stage .



Thanks
sri
by parsi_cnu
Thu Dec 06, 2007 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'xxxx' from input dataset '0' is NULL. Record dropp
Replies: 1
Views: 1630

Field 'xxxx' from input dataset '0' is NULL. Record dropp

Hi,

I am loading from db2 db to oracle db and i am getting this warning and
from input dataset '0' is NULL. Record dropped.

Y it is doing?
by parsi_cnu
Thu Aug 16, 2007 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To capture job statistics
Replies: 3
Views: 2976

To capture job statistics

how to read the job log and to capture the statistics

like datastage job name,start time,end time ,project, duration,sucess etc
by parsi_cnu
Thu May 03, 2007 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call stored procedure
Replies: 1
Views: 1359

How to call stored procedure

How to call stored procedure from oracle stage before sql.
Syntax will be helpful

Thanks
by parsi_cnu
Fri Apr 27, 2007 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: desing of datastage job issue
Replies: 3
Views: 1820

desing of datastage job issue

Hi I had source as Col1 start_dt end_dt X 01-01-05 05-02-09 Lookup Col1 start_dt end_dt X 01-02-06 03-03-06 X 05-10-06 10-30-06 I want output as X 01-01-05 01-02-06 X 03-04-06 05-09-06 X 10-31-06 05-02-09 Basically the source had to fill the dates comparing the lookup Thanks srinivas.parsi
by parsi_cnu
Tue Apr 17, 2007 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 11053

Location?

[quote="DSguru2B"]TNS entries are only for Oracle and not for [b]all[/b] databases. Do you mean the odbc connection info?[/quote]

Yes to connect datastage server to any database it needs odbc entry right. where is the location of that file on the datastage server
by parsi_cnu
Tue Apr 17, 2007 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 11053

Location for TNS File

Hi everybody,

I want to know the location where the TNS entry for the all databases are stored in the Datastage server.
by parsi_cnu
Wed Mar 07, 2007 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Long datatype from ORacle db to oracle db
Replies: 3
Views: 2352

[quote="ray.wurlod"]Why involve DataStage if it's Oracle to Oracle? It would be faster to do it within Oracle.[/quote] I am developing a datastage job where i had source table 1 column is defined as Long and i had to populate that column in another oracle database env. This job should run ...
by parsi_cnu
Wed Mar 07, 2007 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Long datatype from ORacle db to oracle db
Replies: 3
Views: 2352

Insert Long datatype from ORacle db to oracle db

How should i insert Long datatype into oracle long datatype field .

I am getting error. there is no Long datatype in Datastage env

thanks
by parsi_cnu
Sun Mar 04, 2007 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 11204
Replies: 2
Views: 1757

Phantom 11204

What is that error mean?

I got this error when i ran this job

Phantom 11204
Program "DSD.StageRun": Line 544, Attempted WRITE with NULL record ID
by parsi_cnu
Wed Feb 28, 2007 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop
Replies: 5
Views: 2430

Loop

[quote="ray.wurlod"]Since you have not asked a question I will assume that you have a solution to the situation you describe. Can I therefore ask you to post that solution? If you don't have a solution, can you post a question?[/quote] I dont have the solution can anybody help me to implem...
by parsi_cnu
Wed Feb 28, 2007 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop
Replies: 5
Views: 2430

Loop

Hi , I had peculiar problem i had a date source Source COl1 COl2 Jan 22 2006 Jan 23 2007 Lookup Start Dt End_dt Jan 20 2005 1 Feb 2006 2 Feb 2006 1 March 2006 Source start_dt should increment 1 day till it falls outside of stat_dt and End_dt of lookup Start dt End_dt 1 March 2006 to Jan 23 2007 Clea...