Search found 459 matches

by rasi
Tue Jul 20, 2004 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populate key into Fact Table
Replies: 4
Views: 1480

Following will explain what is reverse lookup Dimension Table : DIM_DATE DIM_Date_Surrogate_Key Date_Natural_Key 1 20040721 2 20040722 3 20040723 Business Data(Which is the source data) Rec_No Sales_Date Sale_Value 100 20040721 400.00 200 20040721 600.00 300 20040722 700.00 Based on your Business Da...
by rasi
Tue Jul 20, 2004 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update table using ODBC
Replies: 12
Views: 5519

When you use the update existing/insert new option from the drop down list datastage doesn't do anything to your database. It sends the records to the table like usual update sql and insert sql. Based on your database and the way you created the table the new records will go accordingly.

Thanks
Siva
by rasi
Tue Jul 20, 2004 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 bulk load
Replies: 2
Views: 910

The question was not clear enough to answer. With DB2 plug-in you can do a full replace to the existing table. There are more options available when you use db2 like insert/update/replace etc. To know more about the options read the db2 bulk load manual.

Thanks
Siva
by rasi
Mon Jul 19, 2004 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TYPE 2 DIMENSON
Replies: 4
Views: 1608

Search for the topic slowly changing dimension you will find many threads with that discussion in this forum.

Thanks
Siva
by rasi
Mon Jul 19, 2004 5:39 pm
Forum: General
Topic: Multiple instances of DataStage Job
Replies: 8
Views: 35603

Another advantage is that you get separate logs in your director for each instance. This is very useful to check what is the result for each invocation id's.

Thanks
Siva
by rasi
Fri Jul 16, 2004 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic filename for sequential file
Replies: 4
Views: 4141

Assign a parameter in your job (FileDateName) and before running the job pass the current date to the parameter and start your job. In the sequential stage put the parameter after the file("d:\datastage\output\file_#FileDateName#.csv

Thanks
Siva
by rasi
Fri Jul 16, 2004 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date values out of and into Microsoft Access
Replies: 11
Views: 3685

Goto the command line and type uv to enter universe from there type DS.TOOLS which will bring you the menu. Type QUIT to come out of universe. Alternatively you can use the Datastage Administer to run the command. Go to program folder of Datastage and inside click Datastage ADministrator from there ...
by rasi
Fri Jul 16, 2004 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locking of Table
Replies: 13
Views: 4955

Send the insert and update to two different text file and use them in the same job to do insert and update. This will be the work around if you want that to happen in the same job.

Cheers
Rasi
by rasi
Fri Jul 16, 2004 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Gets into a HANG State
Replies: 4
Views: 1066

This happens basically becos of the locks in database. The best practise is to split the two stream (insert/update) separate and then do the inserts or updates. If you want this to happen in the same job then send the target to text file and then use the same text file and do your inserts and update...
by rasi
Thu Jul 15, 2004 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Gets into a HANG State
Replies: 4
Views: 1066

Instead of doing the update and Insert in the same job. Try outputting the target to a sequential file and then do the update following by insert job. This should rectify your problem.



Thanks
Rasi
by rasi
Thu Jul 15, 2004 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Which Licence at What Cost?
Replies: 3
Views: 1881

Hi Vipin

Below is the contact details of Ascential

http://www.ascential.com/company/local.html

you can call and talk the authorised person to get the price information.

Cheers
Siva
by rasi
Thu Jul 15, 2004 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming convention
Replies: 3
Views: 1617

You can create your own Naming standard to your business and put it in a document so that everyone who develops the job follows the standard. To start from you can have the project name(devt/test/prod), Job Category (Based on your groups), Job Names, Parameters (working directory/hash dir/database n...
by rasi
Thu Jul 15, 2004 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting a Row
Replies: 7
Views: 2106

This can be done using Pivot Stage in Datastage. Use the Student Id as the key columns and the marks as derived field as(Sub1,Sub2,Sub3mSub4). This is will create four records for you. There is Pivot Stage PDF document which explains about this stage with example.

Cheers
Siva
by rasi
Wed Jul 14, 2004 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Table as left outer join
Replies: 3
Views: 1334

Hi Suresh, In Datastage its upto in what way you want to process. Main dataset you call it as main stream and the lookup is called as reference. If you have your main from database or from any source the lookup can also be any source(hash or database). All your main dataset passes from source to tar...
by rasi
Wed Jul 14, 2004 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculation for Timestamp
Replies: 1
Views: 743

Yes it is possible to do in DataStage. It is just a matter of passing the parameter and using the correct conv functions to do. According to your parameter the conversion will change.

Cheers
Rasi