Search found 49 matches

by rgandra
Thu May 18, 2006 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple cobol record layouts in the single file
Replies: 2
Views: 1992

multiple cobol record layouts in the single file

My extract file is the variable length file with two different cobol layouts. I have to choose the layout depends on the REC_TYPE column. File is in the binary format.

I have no idea how I could achieve this in the Data stage.

Any help is greatly appreciated.
by rgandra
Wed Apr 05, 2006 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DNS Names
Replies: 3
Views: 2398

check for the uvodbc.config file in your project folder. Syntax to add DSN is there in the file.

-Sandeep
by rgandra
Fri Mar 10, 2006 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: initcap function in parllel jobs
Replies: 2
Views: 2472

Thanks Ray Wurlod .It will help us
Thanks
by rgandra
Tue Mar 07, 2006 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15077

Hi All,

I used following function to remove Leading and Trailing spaces.

Empname= string_trim[" "](Empname)


I think this is what you are trying to know.

Thanks,
rgandra
by rgandra
Wed Feb 15, 2006 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join with between condtion
Replies: 3
Views: 1755

It should be parllel
by rgandra
Wed Feb 15, 2006 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join with between condtion
Replies: 3
Views: 1755

join with between condtion

Hi Everybody, Please help out with the following scenario. I have a target fact table which contains about 30 millions of data which contains two main column tgt_month,Count. Source file has the src_load_month and src_eff_month. If the src_load_month > src_eff_month from the source file then 1)get t...
by rgandra
Wed Jan 25, 2006 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing row counts from links in ETL job
Replies: 6
Views: 3359

You can use DSAttachJob,DSGetLinkInfo job control routines. you will find their description in the server job documentation.

-Sandeep
by rgandra
Tue Jan 24, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error : Attempting to clean up after abort raised in a stage
Replies: 2
Views: 2294

Probably your passing nulls or empty strings to the key colums in the hash file.

If this don't help give me more description about the job design.

-Sandeep
by rgandra
Tue Jan 24, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup and target DB
Replies: 1
Views: 1394

target File Constraint: DSLink.NOTFOUND
reject file constraint: DSLink.NOTFOUND=@FALSE

Assuming DSLink is your HASH LINK name.

-Sandeep
by rgandra
Mon Jan 23, 2006 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notifcation activity
Replies: 7
Views: 3724

Use commas.
by rgandra
Wed Oct 26, 2005 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: header and footer
Replies: 7
Views: 5091

Re: header and footer

If you know the format of the header and trailer record, you cna filter those records by adding contraint in the Transformer stage.
by rgandra
Thu Oct 20, 2005 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete statement in oracle enterprise stage
Replies: 7
Views: 4498

My tables are in different data base so i can not write the following delete statement And there are no partitions on that [quote="kcbland"]If I was to experiment, I would create a table that matches your dataset and run that dataset into the table. Enable parallel on that work table, alte...
by rgandra
Thu Oct 20, 2005 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete statement in oracle enterprise stage
Replies: 7
Views: 4498

[quote="kcbland"]Sure. 1. Look at the load on the server/nodes. Do you have full resources? 2. Look at the queries running against the table. Anybody doing stuff? 3. Look at the indexes. Are there a lot? 4. Look at the indexes. Are they partitioned and are they global or local? 5. Look at ...
by rgandra
Tue Oct 18, 2005 7:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete statement in oracle enterprise stage
Replies: 7
Views: 4498

delete statement in oracle enterprise stage

Hi, I am using delete statement in oracle enterprise stage and write method is "delete" but the performance is very low i.e 50 rows per second. my scenario is dataset--->oracle enterprise stage my delete statement is delete from table where col1=ORCHESTRATE.col1 Can anybody help me. Thanks...
by rgandra
Wed Jul 20, 2005 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling sequencer through unix script
Replies: 2
Views: 1912

thanks

HI kDuke,
Thanks for the reply.Now it is working fine.I forget to check the multiple Instances.
Thanks