Search found 459 matches

by rasi
Tue Aug 24, 2004 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking for DataStage7 contractor
Replies: 7
Views: 1697

Hi

There is a separate forum(Looking for Talent) to post these job opportunity.

Thanks
Siva
by rasi
Tue Aug 24, 2004 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limiting source records in ODBC user-defined sql
Replies: 3
Views: 1160

I am not sure whether you have rownumber features in SQL Server. Two things you can do to get the work done. You can use SET ROWCOUNT 10000 and then use the user define sql. Another way is to use the Director to limit the number of records. When you run the job from director in the limit type the nu...
by rasi
Tue Aug 24, 2004 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol Copy Book Meta data
Replies: 5
Views: 1966

Thanks for that reply. It helped me puting this in the metadata dictonary rules for processing copy book formats.


Thanks
Siva
by rasi
Mon Aug 23, 2004 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The IF statement
Replies: 7
Views: 3038

Consider putting this into a reference table and use it as a hash lookup. This is maintenance free solution. Also not hard coded in your job. Anytime you need to add or change in the reference table. Worth considering it.

Thanks
Siva
by rasi
Mon Aug 23, 2004 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Compilation
Replies: 4
Views: 2254

There isn't any limitation in sorting. But it does take long time in sort stage. You can use unix sort which is better without buying any third party sort software (ie cosort etc.). Consider putting the records into a staging table and use your database to do the sort. Much faster with adding proper...
by rasi
Mon Aug 23, 2004 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol Copy Book Meta data
Replies: 5
Views: 1966

I had got answers for PIC 9(6)9 and PIC 9(1)9. This is a strange type of definitions which means PIC 9(7) and PIC 9(2). These definitions are still valid.

Thanks
Siva
by rasi
Mon Aug 23, 2004 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 3
Views: 2103

Open your director for the aborted job. Use the reset button in the menu. This will give bring more logs to your director. Read those information and post it. We can help you.

Thanks
Rasi
by rasi
Sun Aug 22, 2004 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol Copy Book Meta data
Replies: 5
Views: 1966

Cobol Copy Book Meta data

I am having problem in reading the format of the copy book. I had received extracted file based on the copy book and it is fixed width file. Following are the sample of format which I can see in the copy book. First I need to know what will its length in fixed file and second I need to convert this ...
by rasi
Sat Aug 21, 2004 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date
Replies: 5
Views: 2351

Hi

First your question is not clear enough to answer. Make sure people who reads understand what you want. This will help them to help you.

Extract first 12 character and use Iconv will be like ....

Iconv(InputCol[1,12],"D-YMD[4,2,2]")

Try this

Thanks
Siva
by rasi
Sat Aug 21, 2004 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 28
Views: 11360

Hi MCN will never put dashes in its output. It only extracts the numbers which from 0 to 9. The reason why you are getting the dashes is your target data element is defined as date data type. Change the data type to Character and run the job it should work. If you have your target as date date type ...
by rasi
Sat Aug 21, 2004 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uniqueness check in sequential file??
Replies: 3
Views: 2215

Hi

You can change your target to hash file and make you unique columns as key. This will overwrite your duplicate rows and you will always have unique rows.

Thanks
Siva
by rasi
Tue Aug 17, 2004 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate table then insert rows
Replies: 4
Views: 2107

Could anyone let me know what is DRS(Dynamic RDBMS stage). I am using Version 7.0.1 and haven't seen any stages like this.

Thanks
Rasi
by rasi
Sun Aug 15, 2004 8:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RowMerger
Replies: 3
Views: 1982

Hi Raja View the datastage help about Row Merger. Below is the first few lines extract from the help. The Purpose : "The row merger stage reads data one row at a time from an input link. It merges all the columns into a single string of a specified format. It then writes the string on a given c...
by rasi
Fri Aug 13, 2004 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deleting dependant table rows
Replies: 7
Views: 2632

Get all the keys from your existing job which has the foreign key constraint. Then create a job which passes these keys to those table to delete records from parent table first. After this job is finished use your Clear table/insert logic. It will work

Thanks
Siva
by rasi
Thu Aug 12, 2004 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best pratice document
Replies: 2
Views: 1490

Hi

Look for this url http://www.anotheritco.com

it has some datastage White Papers.

Thanks
Siva