Search found 14 matches

by dsuser1
Thu Jan 08, 2004 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling stored procedure of db2
Replies: 1
Views: 1477

Calling stored procedure of db2

i have a need to call the db2 udb stored procedures from datastage. is it possible from datastage? which stage should i use for this? also can i execute the stored procedure for each row that i am processing passing some of the columns and get back some output values?

TIA
by dsuser1
Tue Dec 09, 2003 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dat Encryption in DataStage
Replies: 14
Views: 5812

still I didn't get any good answer : I need to implement AES algorithm.. I was looking if somebody has implemented encryption in datstage while doing the data loading. Like having the algorithm in an external program (C, C++, etc) and calling it from ascential. Is this possible? Else is there anythi...
by dsuser1
Mon Dec 08, 2003 6:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dat Encryption in DataStage
Replies: 14
Views: 5812

I need to implement AES algorithm.. I was looking if somebody has implemented encryption in datstage while doing the data loading. Like having the algorithm in an external program (C, C++, etc) and calling it from ascential. Is this possible? Else is there anything that supports encryption(Oracle ha...
by dsuser1
Mon Dec 08, 2003 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dat Encryption in DataStage
Replies: 14
Views: 5812

Dat Encryption in DataStage

Any approaches for encryption of data using datastage?

T.I.A
by dsuser1
Thu Dec 04, 2003 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data base Look up in server and Parallel , Hash/data set loo
Replies: 6
Views: 2714

thanks for all the inputs.. let me put more clarity in what i am looking for.. my requirement is to load around 10 millions of record from flat file to UDB database. on the way i will need to get some info from a DB2 table in another mainframe machine. now this DB2 table which is to be looked up is ...
by dsuser1
Wed Dec 03, 2003 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data base Look up in server and Parallel , Hash/data set loo
Replies: 6
Views: 2714

Data base Look up in server and Parallel , Hash/data set loo

I have been going through some of the postings in this forum on look up in general and I am trying to make some conclusions. Please put in your expert advise. If I have to do a database look up (eg. against a oracle table) in server job, there is no separate look up stage and the oracle stage can be...
by dsuser1
Wed Dec 03, 2003 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Input Source for PX job - FTP vs Named pipes
Replies: 3
Views: 1562

can you please throw some light on the named pipe that datasatge supports? Is there a stage for this? If I use this will it not support the parallelism? Also the ftp stage in PX. How does this work? Can I use this as an input stage and will datastage manage the ftp connection and data pooling so tha...
by dsuser1
Wed Dec 03, 2003 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Input Source for PX job - FTP vs Named pipes
Replies: 3
Views: 1562

Input Source for PX job - FTP vs Named pipes

Hi, I have a requirement to bring in a flat file from one of the mainframe machines to the Datastage ETL in Unix and use the file as input source for the ETL job. I am thinking to do this using an FTP process to bring the file across to ETL unix server and use it as the flat file input source. But i...
by dsuser1
Mon Dec 01, 2003 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate random/hash identifier
Replies: 12
Views: 3509

I have loads from two separate companies and hence they are totally independent. So my requirement is to generate unique numbers for each record. But the target table is same and I have three separate jobs doing the inserts to the target table simultaneously. Hence they should not get the same seque...
by dsuser1
Mon Dec 01, 2003 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate random/hash identifier
Replies: 12
Views: 3509

One more reason why I want a unique hash generator is I need to run more than one job which simultaneously inserts into the table(data from two different sources). If I use hash generator this will not be a problem. But if I use one up sequence then there will be duplicates. Can anybody throw some l...
by dsuser1
Mon Dec 01, 2003 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate random/hash identifier
Replies: 12
Views: 3509

if I don't want to put one up sequence number, is there a function (hash function) in datasatge which can give me a unique value?
by dsuser1
Mon Dec 01, 2003 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate random/hash identifier
Replies: 12
Views: 3509

Generate random/hash identifier

I need to generate a random/hash identifier for the incoming key fields, that can be used as a unique identifier on database.

Does Ascential has any function or stage which will create a unique hash values for input?

Thanks in advance.
by dsuser1
Tue Nov 25, 2003 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key generation and linking hdr and detail record
Replies: 1
Views: 1002

surrogate key generation and linking hdr and detail record

Hi, I have a couple of files to be loaded to UDB data base. The files to be loaded are like order and order details. Order detail file have the corresponding order key value of the order in each of the order detail record. Now in the data base I will need to load the master order to a order master t...
by dsuser1
Sun Oct 19, 2003 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Encryption/Decryption in Server/parallel
Replies: 3
Views: 3637

DataStage Encryption/Decryption in Server/parallel

I have a requirement to encrypt the data and load it to another table. Also I will need to decrypt it for the next stage. Can anybody tell me how to approach this in datastage? I have Server Job and Parallel installed (6.0.1). Do both server and parallel support this? Please give me direction in thi...