Search found 420 matches

by meena
Tue May 08, 2007 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carriage Returns...
Replies: 3
Views: 2527

Carriage Returns...

Hi All, We are loading data from a DOS files to many different tables. The job runs fine but the problem is when we see the data from SQL Plus we are getting " Carriage Returns " into the Column where we are pointing the last field from the file. We have many jobs which are loading the dat...
by meena
Tue May 08, 2007 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return Value from the routine...
Replies: 3
Views: 3383

Thank you Nick & Craig..

The routine is working with a change from Ans=Output to Ans=Output<1>
by meena
Sun May 06, 2007 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return Value from the routine...
Replies: 3
Views: 3383

Return Value from the routine...

Hi All, I have requirement where I need to send an email based on the record count of the file. If record count is 2 then I need to send an email...I am using below routine for word count of the file...While testing the routine the output is 2 but when I am using this routine in the sequencer with t...
by meena
Fri Apr 13, 2007 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stage variables
Replies: 3
Views: 1046

Re: stage variables

Hi,

Code: Select all

 SV1:column1
 SV2:If SV1=SV3 then 1 Else 0
 SV3:SV1

 Constraint::SV2=0
Check this. Else you can do a search in the forum as this is discussed many times here..
by meena
Fri Apr 13, 2007 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence and ORA-00942: table or view does not exist
Replies: 5
Views: 3414

Hi,
The error shows that the table name you assinged is not in the database you are referring. Check with the database and the table name.And also check the parameter values..
by meena
Tue Apr 03, 2007 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job delete
Replies: 6
Views: 1940

Hi,
We do not have back up of jobs as well as they are not into version control. Probably we need to try with system restore..
by meena
Tue Apr 03, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job delete
Replies: 6
Views: 1940

Job delete

Good Morning,
Few jobs got deleted unkowningly. Is there any way to get back them.
by meena
Thu Mar 29, 2007 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file outputs Twice the number of rows it has !
Replies: 7
Views: 1890

Hi,
What exactly are you doing in the job. After loading the data into sequential file are you able to view the data. And also check with the "Update action".
by meena
Fri Mar 23, 2007 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup on date fields.
Replies: 5
Views: 1248

Hi Craig,
Actually I was trying to redesign the job. Yes as you said this is because of the key not defined. One of the column used as the look up is not defined as a key in the first job. I have changed it and now everything is running fine.

Thanks a lot.
Meena
by meena
Fri Mar 23, 2007 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup on date fields.
Replies: 5
Views: 1248

Hi DSguru2B,
I did use trim and also tried it with internal conversion. But I am getting same problem of fields data moved to next field(hash file after job run) only for date lookup fields.

Thanks,
Meena.
by meena
Fri Mar 23, 2007 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup on date fields.
Replies: 5
Views: 1248

Lookup on date fields.

Hi All, I am extracting the data from table (oracle) and creating a hash file.This hash file is used as a lookup in other job with the table(oracle). I have date fields in the hash file which are used as lookup. The date fields of hash file and date fields of the table are in same format. But I do n...
by meena
Thu Mar 08, 2007 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variable on duplicates..
Replies: 4
Views: 1234

Thanks Ray & Craig,

Both logics worked for me.

regards,
Meena
by meena
Thu Mar 08, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variable on duplicates..
Replies: 4
Views: 1234

Stage variable on duplicates..

Good Morning.. I am designing a job which has to handle duplicates. Job design: Extract data from sequential file to load into oracle table( using DRS Stage) and a transformer stage to check for constraint & for some transformations logic. Logic: For handling duplicates I am working on stage var...
by meena
Thu Mar 01, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata User Query or Datastage
Replies: 3
Views: 1387

Maneesh,
I think user defined query would be better instead of using transformer stage for this.
by meena
Wed Feb 21, 2007 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Field value with number of records loading.
Replies: 3
Views: 976

Good Morning Kris, I want to go with the second way provided by you. But I have question in this. How can I provide the column value as parameter to the routine.Do I need to do this in transformer stage using any specific DSfunction or ?..Can you please give me a clear picture on this. Thanks in adv...