Search found 312 matches

by kirankota79
Wed Apr 18, 2007 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading oracle database using oracle stage
Replies: 1
Views: 866

loading oracle database using oracle stage

iam loading a table to an oracle database from a source oracle database using oracle stage. Iam creating/replacing an existing table in the target. Iam able to load the table but the problem is it is loading the last half of the rows(from source) at the start of the table (in target). what could be ...
by kirankota79
Mon Mar 26, 2007 7:59 am
Forum: General
Topic: installation of mainframe components(MVSVersion)in datastage
Replies: 4
Views: 2039

iam not a premium member. can you please post the reply in a way that i can see it.


thanks in advance.
by kirankota79
Mon Mar 26, 2007 7:58 am
Forum: General
Topic: installation of mainframe components(MVSVersion)in datastage
Replies: 4
Views: 2039

yes all the instances are in the same catagory. for example....the transformer is seen 6 times in the "processing" category.
by kirankota79
Thu Mar 22, 2007 12:31 pm
Forum: General
Topic: installation of mainframe components(MVSVersion)in datastage
Replies: 4
Views: 2039

installation of mainframe components(MVSVersion)in datastage

I have installed MVS version. But i have a problem.....i see the same component multiple times....for example a transformer is shown six times in palette...could anyone please tell me the reason. Will this problem is solved if we can overwrite files by reinstalling the MVS Version.

Thanks
by kirankota79
Fri Mar 16, 2007 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string replacement in mainframe job
Replies: 0
Views: 610

string replacement in mainframe job

can anybody tell me how you are doing string replacement in mainframe job?

for example....if a password column had six characters .....i need to replace it with 6 '*'s .



Thanks in advance.
by kirankota79
Fri Mar 16, 2007 9:25 am
Forum: General
Topic: string replacement in mainframe job
Replies: 8
Views: 2871

string replacement in mainframe job

can anybody tell me how you are doing string replacement in mainframe job?

for example....if a password column had six characters .....i need to replace it with 6 '*'s .



Thanks in advance.
by kirankota79
Thu Mar 15, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

i already specified at the start of the discussion that the random numbers should not to be repeated.

and also i am able to see only forst 2 lines of ur reply......i dont have any membership to see the other part. please allow me to see that.
by kirankota79
Thu Mar 15, 2007 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

no...........it has millions of records
by kirankota79
Wed Mar 14, 2007 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

i want to do a swap of rows. so that the records are placed in the random rowid instead of the original one. this is a kind of masking iam doing.
by kirankota79
Wed Mar 14, 2007 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

one more thing.......i cant predict the row count.....i comes as an input to the column generator. so i cant set the limit manually.........how i solve this problem?
by kirankota79
Wed Mar 14, 2007 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

it is working.......but it is repeating some numbers......how i can avoid this?
by kirankota79
Wed Mar 14, 2007 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

iam sorry......i donno regarding which stage u r talking. i cant see anything in the column metadata of this stage to select as random and to set the value.
by kirankota79
Wed Mar 14, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

can u please be more clear.....iam using colmn generator but it is generating the numbers serially starting from 0 not randomly.
by kirankota79
Wed Mar 14, 2007 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

for example: i got a total row count as 10000. I should be able to generate random numbers from 1 to 10000 which should be unique......should not be repeated. for example it may look rowid randomrowid 1 566 2 492 3 9999 4 10000 5 892 . . . . . . 10000 1 and so on.................
by kirankota79
Wed Mar 14, 2007 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 6356

generating random number in a specified range

can anybody has c++ routine that takes total row count and generate random numbers in that range and should go to the output of the transformer. Or is there any other way to get it.....


any hints plz.........