Search found 31 matches

by shivakumar
Wed Jul 01, 2009 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using the Schema File in Sequential file as Tgt
Replies: 5
Views: 2874

Hi , Thanks for your suggestion. The job is working fine after the modification in the schema file.But I am unable to see the content of the sequential file. 3 Records are coming from the source and I am unable to see the records in the Output.In the sequential file stage the RCP Property is checked...
by shivakumar
Wed Jul 01, 2009 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using the Schema File in Sequential file as Tgt
Replies: 5
Views: 2874

Error while using the Schema File in Sequential file as Tgt

Hi, My PX job contains Oracle Stage --> Transformer ---> Sequential file stage.In the Oracle stage I am using the RCP so that the columns are propagated up to Sequential file.In the sequential file I am using the schema file for meta data.The schema file is as follows. (record name:string[255]; BPH:...
by shivakumar
Thu Aug 02, 2007 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Loading Based On Size of the Source
Replies: 5
Views: 1092

[quote="Maveric"]Think of a multi instance job. determine the range of values in the source data. Give the range in the SQL where clause. Probably pass the where clause as parameter or the SQL statement as parameter.[/quote] Hi , Actually here the requirement is I have to run the Same job ...
by shivakumar
Thu Aug 02, 2007 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Loading Based On Size of the Source
Replies: 5
Views: 1092

Data Loading Based On Size of the Source

Hi , I am having one requirement based on the Source Size I have to load the Data in to target.For each run I have to execute the job. For Example My Source table size is 100 MB then I have to run my Job for 10 times and each run I have yo load 10MB data in the Target table. If the job fails in the ...
by shivakumar
Fri Jun 22, 2007 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Same Job with 3 files?
Replies: 4
Views: 1007

Execute Same Job with 3 files?

Hi , My requirement is I am getting 3 source files with same meta data and I have to design one job in that I have to load these files one after the other.In the Target table I have to append the Seconefile Data to the first file and so on.. While reading the first file if i encounters any problem t...
by shivakumar
Fri Jun 22, 2007 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How pring the String in the reverse order?
Replies: 1
Views: 615

How pring the String in the reverse order?

Hi ,

I am getting a String as 'data',as per my requirement I have to load in to the target as 'atad' in the reverse order.The lenth of the input data is not constant.

Can some one help me regarding this?

Thanks and Regards
Siva
by shivakumar
Fri Jun 08, 2007 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read the XML files in Datastage PX?
Replies: 1
Views: 852

How to read the XML files in Datastage PX?

Hi , I saw some IBM related website there they mentioned How to work with XML files in server job,For that they have used Folder stage.From this folder stage they are connecting to XML input stage.But when you open the PX job this stage is not present in the Pallet.So how to read from the XML files ...
by shivakumar
Fri Nov 03, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Handling in Parallel Job
Replies: 1
Views: 994

Reject Handling in Parallel Job

Hi , I design a job with reject table For a look up stage.In first run the reject table contains say for example 20 records.As per the business requirement i have to truncate the table before the 2nd run of the job and also I have to process the reject records as source. So when i use the same table...
by shivakumar
Wed Nov 01, 2006 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification Mail in the Top Job Sequencer
Replies: 2
Views: 913

Notification Mail in the Top Job Sequencer

Hi , I am creating the Top Job Sequence ,it contains the Exception activity and Notification component. This Top job Sequencer calls the child sequencers and the child Sequencers calls the Datastage jobs. As per my requirement if the job fails in any of the child sequencersthen I have to capture the...
by shivakumar
Tue Oct 31, 2006 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generation in PX
Replies: 6
Views: 2312

Surrogate Key Generation in PX

Hi , I have to create a surrogate key for a target table by taking the maximum value from the same target table. For example I get the Maximum value as 100 now I have to insert the values starting from 101 for this I am using the Transformer stage for incrementing the values the Logic is MAXVALUE+IN...
by shivakumar
Tue Aug 01, 2006 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert the records in to the tables thruogh Routines?
Replies: 6
Views: 2009

[quote="ArndW"]Siva, I have already stated that "yes, it is possible". Since you still haven't answered the question as to what database you are using nobody can help you much further. The DS/BASIC routine will c ...[/quote] Hi, In Our Project we are Using the Oracle Database and...
by shivakumar
Tue Aug 01, 2006 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert the records in to the tables thruogh Routines?
Replies: 6
Views: 2009

Re: Insert the records in to the tables thruogh Routines?

[quote="shivakumar"]Hi, We are using the Server Routines in the Parallel Jobs. As per our requirements we have to Load the Job Statistics in to the Database Tables. Is it possible to Insert the records in to the Tables From the Routines. If So then please help me regarding this. Thanks and...
by shivakumar
Tue Aug 01, 2006 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD In Parallel Jobs
Replies: 9
Views: 3664

Re: SCD In Parallel Jobs

[quote="shivakumar"]HI, I am getting the records from the Source table and after doing the Look up with target I have to Insert the New records and also the Updated records in the Target table. If i Use the Change Data capture Stage Or Difference stage then it will gives the Updated record...
by shivakumar
Tue Aug 01, 2006 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert the records in to the tables thruogh Routines?
Replies: 6
Views: 2009

Insert the records in to the tables thruogh Routines?

Hi,

We are using the Server Routines in the Parallel Jobs. As per our requirements we have to Load the Job Statistics in to the Database Tables.

Is it possible to Insert the records in to the Tables From the Routines.

If So then please help me regarding this.

Thanks and Regards
Siva
by shivakumar
Mon Jul 31, 2006 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD In Parallel Jobs
Replies: 9
Views: 3664

SCD In Parallel Jobs

HI, I am getting the records from the Source table and after doing the Look up with target I have to Insert the New records and also the Updated records in the Target table. If i Use the Change Data capture Stage Or Difference stage then it will gives the Updated records onlyin the out put,but I hav...