Search found 22 matches

by jzijl
Fri Aug 18, 2006 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joblogging
Replies: 12
Views: 4935

Joblogging

Hello, For each DS-Job, which retrieves data from a database, I want to put the start- and endtime and some more information in a database table. For the starttime-entry I use a StageVariable RowCount. When RowCount = 1 I write the start of the Job in the table. For the end of the DS-Job I have been...
by jzijl
Mon Aug 14, 2006 2:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dropping columns in a hashed file
Replies: 3
Views: 1425

Hello,

Thanks for the information.

Kind regards,

Jan
by jzijl
Fri Aug 11, 2006 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dropping columns in a hashed file
Replies: 3
Views: 1425

Dropping columns in a hashed file

Hello, In a DS- Job I have created a hashed file, containing 26 columns. I want to use this hashed file in several DS-Jobs. In one of these jobs I need only 4 columns of this hashed file. What I did is I loaded the definition of the hashed file, deleted the columns I did not need in this job. When I...
by jzijl
Fri Jul 21, 2006 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Efficient way of copying rows and dropping columns
Replies: 4
Views: 930

The question was not complete. I needed the dropped columns (date valid from and to) to determine wether I could drop rows.

Thanks all,

Jan
by jzijl
Fri Jul 21, 2006 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of selfmade routine
Replies: 14
Views: 3113

I understood that it can be solved by making your own User Defined Functions in MSS.
Using a job paramater is unfortunately not possible as I have only the year and month and have to determine the end of month.

Thanks all.

Jan
by jzijl
Thu Jul 20, 2006 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Efficient way of copying rows and dropping columns
Replies: 4
Views: 930

Efficient way of copying rows and dropping columns

Hello, We have build a DS Job using the Transformer. The only thing which is done is retrieving data from a database on a MSS SQL Server drop columns and rows and write the result in another database on a MSS SQL Server. My question is whether there is a more efficient DS-Stage than the transformer ...
by jzijl
Thu Jul 20, 2006 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of selfmade routine
Replies: 14
Views: 3113

Use of selfmade routine

Hello, I made a routine to determine end of month (YYYY-MM-DD) based on year and month in DataStage (typed Transform Function). Therefore I can use this function in the Transformer to drop rows. This works. Actually I wanted to use this function in the WHERE-clause of my SQL statement as this looks ...