Search found 15 matches

by prerana
Wed Jun 27, 2007 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we increment environmet variable for each load
Replies: 2
Views: 1663

Can we increment environmet variable for each load

Hi all,
I want to have unique load id for each load.For next load i should have incremented value. This should happen at each load level. Hence i want to know whether we can increment the environment variable at each load level.

Thanks,
Prerana
by prerana
Wed Jun 27, 2007 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Null Handling
Replies: 3
Views: 1989

ArndW wrote:What is the data type you used and how did you try to hardcode the date? ...
I dont have any input field to populate the date fields inn my oracle table so i am putting value like 1900-07-07 in the input for the date field.
by prerana
Wed Jun 27, 2007 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Null Handling
Replies: 3
Views: 1989

Date Null Handling

Hi all, I am doing a job where I m getting 4 fields from the transformer (Before transformer stage there are some processing like lookup and all present)which are to be populated in an oracle table. Table has total 12 fields. There is no input fields for the remaining 8 fields and are populated by s...
by prerana
Fri May 25, 2007 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartability of Sequence
Replies: 1
Views: 1395

Restartability of Sequence

Hi, I have a sequence which calls the jobs which loads the oracle tables . what i need is if the sequence fails after n number of stages then it should start from the first step. It should rollback the previous activities i.e.truncate the data from previous tables.How we can do that in the sequence?...
by prerana
Tue May 08, 2007 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Architecture
Replies: 2
Views: 1810

ETL Architecture

Hi all,

I would like to know about the total ETL architecture.
The best practices while designing the ETL.
Is there any document/site available to know that?

Thanks in advance,
Prerana
by prerana
Mon May 07, 2007 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reusable Routines
Replies: 1
Views: 1327

Reusable Routines

Hi,
I would like to know about the site where the datastage reusable routines can be downloaded?
Or is there any alternate system where i can have a look on different custom routines written for different scenarios?

Thanks in advance,
Prerana
by prerana
Tue Dec 05, 2006 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection error
Replies: 3
Views: 4216

Re: ODBC connection error

Hi,
I updated the ip address in the .odbc.ini file in $DSHOME which solved my problem.

Thank you.
by prerana
Mon Dec 04, 2006 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection error
Replies: 3
Views: 4216

ODBC connection error

Hi all, I m using datastage server version 7.5.1 . And database is db2 on unix server. Both the datastage and db2 are on the same server. We have renewed datastage license, however we are getting the following error message when we are trying to connect to the database (view data from ODBC stage) Ba...
by prerana
Tue Jul 04, 2006 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: to pass the parameters to UserVariable Activity
Replies: 2
Views: 1487

to pass the parameters to UserVariable Activity

How to pass the parameters to UserVariable Activity where the paramerters to be passed are such as "-d -s #$DBName# -x ABC -u #$DBUser# -p #$DBPass#, d -s #$DBName# -x LMN -u #$DBUser# -p #$DBPass#" As the error i get is getopts: 0403-004 Specify a parameter with this command. the job para...
by prerana
Wed May 10, 2006 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decode Function
Replies: 4
Views: 2338

Hi.... Thanks for help Ray. But If I want the value 10 for M and 20 For F then the convert function is not useful.Is there any other way for that. Something like: 1.Convert("MF","10202",inlink.gender) I want M should be interpreted as 10 and F to be interpreted as 202 2.Convert(&...
by prerana
Wed May 10, 2006 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decode Function
Replies: 4
Views: 2338

Decode Function

Hi I want to know whether is there any function in the datatstage which can decode the values . Eg. Decode(attribute name,M,1,F,0) Means if the field value is M then it should be interpreted it as 1. And the same for the next field where if it is F then it should be interpreted as 0 in datastage.And...
by prerana
Wed Apr 19, 2006 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of the fields in the same table
Replies: 5
Views: 1976

Hi Anupam,
Thanks for ur help.
I still have same problems but trying to get rid of those..Ur logic is working fine.

Regards,
Prerana
by prerana
Wed Apr 19, 2006 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of the fields in the same table
Replies: 5
Views: 1976

Hi Anupam,
Thanks for the reply.
I implement the same thing which u explained but it is not giving me the output.The same input file is apearing in the output...
Why it is so...?

Regards,
Prerana
by prerana
Tue Apr 18, 2006 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of the fields in the same table
Replies: 5
Views: 1976

Concatenation of the fields in the same table

Hi.... I want to concatenate fields of the Same table or sequential file..... Consider A table having two fields Movie name and actor..... Now there can be many actors in a single movie then first i have two sort the table or sequential file and then For the same movie name if there r many records t...
by prerana
Tue Apr 18, 2006 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key generation in server jobs
Replies: 13
Views: 6577

surrogate key generation in server jobs

Hi,
the query for us is how we can generate surogate key for output sequential file and for output database table?