Search found 349 matches

by vinaymanchinila
Tue Sep 06, 2005 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Tables
Replies: 2
Views: 1314

Universe Tables

Hi,
Can we create universe tables for staging instead of creating in Oracle which would be a quick approach!


Thanks,
by vinaymanchinila
Tue Sep 06, 2005 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use "LIKE" functionality in transformer
Replies: 4
Views: 2094

Use "LIKE" functionality in transformer

Hi, I am converting ETL work built in SQL to DataStage. I have a statement which uses case statement with the "LIKE" command and I donot have the temp table, so how do I get the functionality of the LIKE command in DS transformer. For example I have the following command SELECT CUSTOMER, P...
by vinaymanchinila
Wed Aug 24, 2005 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: No collation sequence found for en_US, using d
Replies: 4
Views: 3480

main_program: No collation sequence found for en_US, using d

Hi, I am able to runt he job but I am getting two warnings, I am not sure what can be done . 1) main_program: No collation sequence found for en_US, using default locale root 2) main_program: Warning: the value of the PWD environment variable (/opt/etl/Ascential/DataStage/DSEngine) does not appear t...
by vinaymanchinila
Wed Aug 24, 2005 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Values for all 30 columns
Replies: 5
Views: 1221

The fields I am mentioning are decimal with length 15, scale 3.
by vinaymanchinila
Wed Aug 24, 2005 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Values for all 30 columns
Replies: 5
Views: 1221

Thanks a bunch Arnd, I have looking the help file and was able to get there. I gave the null values as 0 if the incoming field is null and it gives me the following warning: "null_field" length (8) must match field's fixed width (6) So should each field be filled with 0s as per the length ...
by vinaymanchinila
Wed Aug 24, 2005 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Values for all 30 columns
Replies: 5
Views: 1221

Hi,
Where would I "specify your null handling in the column declarations", my job as of now looks like

ABAP_Extract--->Modify--->FlatFile


So if I take the Modify stage out, as I was using it for the Nulls it will look like:

ABAP_Extract--->Modify--->FlatFile

Thanks,
by vinaymanchinila
Wed Aug 24, 2005 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Values for all 30 columns
Replies: 5
Views: 1221

Null Values for all 30 columns

Hi, I have researched the " NULL Values " in this forum, my question is if I have 35 columns to check for the null handling, can I do it with one command for all columns or I need to add each column Col1=handle_null (Col1, 0), Col2=handle_null(Col2,0) ... in the modify stage. I am extracti...
by vinaymanchinila
Mon Aug 15, 2005 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookupStage Hanging
Replies: 1
Views: 1148

LookupStage Hanging

Hi,
I have a simple job which reads from a DataSet and looksup a Oracle stage, if no records match the job completes fine and now when I have records that match in the source dataset, the job just sits there after a row!

Any help?
Thanks ,
by vinaymanchinila
Mon Aug 15, 2005 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Kanji Language
Replies: 3
Views: 1915

I will check it out, I am now looking into what ArndW has posted.
Thanks for your help.
by vinaymanchinila
Fri Aug 12, 2005 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Kanji Language
Replies: 3
Views: 1915

I have used the SHIFT-JIS map and all others , it is spitting out the records if I am trying to write to a table with the following errors:

"Unmappable characters found mapping text string (?W???w?????? ) with map (ASCII)"

Thanks,
by vinaymanchinila
Fri Aug 12, 2005 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Production data extarction issue
Replies: 6
Views: 1507

Thanks for your idea , have alreadu started it, wish there wa s a developer who wants to learn DS , they are so monotonus jobs :lol:
by vinaymanchinila
Fri Aug 12, 2005 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Production data extarction issue
Replies: 6
Views: 1507

well I donot know about the money but instead of calling for meetings with DBAs and all team members (which will take more a week) , I thought it would take the same time to just build individual jobs in DS to load Test from Prod!
by vinaymanchinila
Thu Aug 11, 2005 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Production data extarction issue
Replies: 6
Views: 1507

Production data extarction issue

Hi, Most of the development data is extracted out of production as data quality and quantity is not even close in test and development environments. This makes the real production jobs run slow! If we need to synchronize data in test or development with production every week on the weekend or so, wh...
by vinaymanchinila
Wed Aug 10, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify recent record by date
Replies: 10
Views: 2943

Hi Dale,
thats exactly what I have settled with !
Thanks
by vinaymanchinila
Wed Aug 10, 2005 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Issue
Replies: 4
Views: 2038

Sybase Issue

I'm having trouble selecting data from a Sybase view using the Sybase Enterprise stage. I confirmed with our DBA that DataStage is connecting to the database server, but when I "View Data" it comes back with no rows and the following log: ##I TUTL 000031 11:08:56(001) <main_program> The op...