Search found 53 matches

by Ush
Wed Jan 09, 2008 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter File
Replies: 7
Views: 1775

Parameter File

Hi

1.I have parameter file that has DSN,usrid passowrd &35 other parameters.My requirement is my job should use corresponding variable from param file..how should i go about this.

2.XML input/XML outpt -I could not even place these components in my designer window it throws an err.

plz help
by Ush
Wed Jan 09, 2008 12:40 am
Forum: General
Topic: Mulitple Repository
Replies: 9
Views: 2832

Does it mean each and evry time i create a project we have seperate repository
by Ush
Wed Jan 09, 2008 12:35 am
Forum: General
Topic: Mulitple Repository
Replies: 9
Views: 2832

sorry..It was going going to error page so I was not able to vie your reply
by Ush
Wed Jan 09, 2008 12:34 am
Forum: General
Topic: Mulitple Repository
Replies: 9
Views: 2832

Can I have one repository for dev one for prod
by Ush
Tue Jan 08, 2008 10:30 pm
Forum: General
Topic: Mulitple Repository
Replies: 9
Views: 2832

Thanks for you reply.My idea is to ve one for development one for production...with same server ...datastage engine
by Ush
Tue Jan 08, 2008 10:27 pm
Forum: General
Topic: Mulitple Repository
Replies: 9
Views: 2832

Thanks for you reply.My idea is to ve one for development one for production...with same server ...datastage engine
by Ush
Tue Jan 08, 2008 5:28 am
Forum: General
Topic: Mulitple Repository
Replies: 9
Views: 2832

Mulitple Repository

Hi

Is it possible to create multiple repository.How do we do it

Thanks
by Ush
Mon Jan 07, 2008 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using Lookup File set
Replies: 5
Views: 1103

Key column is declared and they are of integer type

still it gives the err
by Ush
Mon Jan 07, 2008 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using Lookup File set
Replies: 5
Views: 1103

Key column is declared and they are of integer type

still it gives the err
by Ush
Mon Jan 07, 2008 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using Lookup File set
Replies: 5
Views: 1103

Lookup using Lookup File set

Hi

I have a Seq file,Lookup fileset and lookup component.When I try to map lookup fileset with look up component based on key.It gives an error

"Key expressions cannot be set on Key columns.Connected stage is used for lookup"

Please help

Thanks
by Ush
Mon Jan 07, 2008 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Shell variable in a job
Replies: 2
Views: 968

Accessing Shell variable in a job

Hi All

Is it possible to access shell variable within job.if the output from my shell script is "$a","$b".Within job can i access it and pass it a column or do some transformations.(without using DSExecute)

Thanks
by Ush
Fri Jan 04, 2008 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complicated Regular Expressions
Replies: 1
Views: 615

Complicated Regular Expressions

Hi Please find below my requirement replace("man on the moon", "m[aeiou]+n", "X") - Output should be "X on the X" m[a e i ou ]+n is the substring to be raplaced i.e m can be followed by a or i or e ... Replace is my userdefined routine. Ex:2 Similarly i should...
by Ush
Fri Jan 04, 2008 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target based loading--As in other ETL tools
Replies: 5
Views: 1271

Maveric wrote:Not in one job but 2 jobs or 3 jobs if you want C to D as well. Create the jobs and then control them from the sequence. Triggering the second job once the first job is completed and so on.
I want that to be done in 1 job? Is it possible
by Ush
Fri Jan 04, 2008 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target based loading--As in other ETL tools
Replies: 5
Views: 1271

Target based loading--As in other ETL tools

Hi

Is it possible to obtain target based loading in Datastage.
For ex:

I have one job in which i perform two loads

1.From Table A to Table B

2.From Table B to Table C or table c to D

Point 2 should start after point 1 is completed....Is it there any property to set that

Thanks
by Ush
Thu Jan 03, 2008 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regular Expressions
Replies: 3
Views: 1059

Regular Expressions

Hi

Is there any in built function to check regular exp like

[a-z] +,[a e i o u]+, [0-9]+ and so on...Or should we write user defined routines

Thanks