Search found 13 matches

by arunnambi
Wed Jul 22, 2009 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing "Global Parameter Set" through dsjob
Replies: 1
Views: 1594

Passing "Global Parameter Set" through dsjob

Hi, We are using global parameter set as part of a sequencer. This global parameter set comprises of 5 indiviual parameters. We want to run this sequencer using dsjob command as shown below. $DSHOME/bin/dsjob -server xxxx -user xxxxx -password xxxxx -run -jobstatus $Params \\ ${ds_project} $sequence...
by arunnambi
Mon Jul 28, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enable OSH to use all avaliable CPUs
Replies: 3
Views: 1546

Enable OSH to use all avaliable CPUs

Hi, Datastage will be using osh (setuid restricted shell with enhanced security) to process datastage jobs. These processes appear to be bound to one CPU and are currently consuming 100% processor on CPU2. Can you please suggest any configuration changes which will allow osh to use entire available ...
by arunnambi
Sun Jun 22, 2008 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fileset data not found on some nodes
Replies: 3
Views: 1453

Re: Fileset data not found on some nodes

I dont get any error message while re-creating this file. But it fails while reading this file set in next job.
by arunnambi
Fri Jun 20, 2008 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fileset data not found on some nodes
Replies: 3
Views: 1453

Fileset data not found on some nodes

Hi, I am creating a fileset using four node configuration file. See a sample fileset below --Orchestrate File Set v2 --LFile node1:/opt/Ascential/Ascential/DataStage/Datasets/SupraObject.fsP000000_F0000 --LFile node2:/opt/Ascential/Ascential/DataStage/Datasets/SupraObject.fsP000001_F0000 --LFile nod...
by arunnambi
Thu Mar 13, 2008 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic ETL process - Performance fix
Replies: 6
Views: 2177

Hi Ray,
I am not a premier member, can you please paste your reply for my quick reference now.

Thanks,
Arun
by arunnambi
Thu Mar 13, 2008 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic ETL process - Performance fix
Replies: 6
Views: 2177

Hi Ray, Please find existing logic below: 1) We receive following parameter file as an input to this process which will mention fields needed in their output A_B_C_Field1 A_B_D_Field1 A_B_C_Field2 A_B_C_Field3 We create a temporary output file as given below from this Pol|NULL Key1| NULL Key2| NULL ...
by arunnambi
Thu Mar 13, 2008 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic ETL process - Performance fix
Replies: 6
Views: 2177

Dynamic ETL process - Performance fix

Note: In all examples first line represents schema Input file: ----------- Policy Key1 Key2 Key3 Field1 Field2 Field3 Pol1 A B C 10 20 30 This file is created dynamically. i.e Number of fields (field1, field2, field3 etc ) can be changed which will be decided at the beginning of each execution. Look...
by arunnambi
Fri Jan 25, 2008 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge records column by column
Replies: 3
Views: 1438

We are doing this process in a dynamic environment.i.e.Metadat file can be changed depending on execution. User can select their own fields to be displayed in data file. We have implemented this process using RCP and schema file. I cannot afford to do a mapping here.
by arunnambi
Thu Jan 24, 2008 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge records column by column
Replies: 3
Views: 1438

Merge records column by column

We are creating a sequential file in our process (Using RCP and schema file). I want to merge data file and schema file as detailed below. For e.g: Data file: pol1|00|2000-10-29 pol2|01|1999-10-28 corresponding schema file record { final_delim=none, record_delim='\n', delim='|',null_field='', quote=...
by arunnambi
Thu Jan 10, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting Databases on two different db2 instances
Replies: 1
Views: 1215

Connecting Databases on two different db2 instances

Can we connect databases in two different db2 instances in a single job? Description: We have two databases which are configured to different instances. Say Database1 on Instance1 and Database2 on Instance2. We want to build a job which will read TableA from Database1 (Instance1) and wants to popula...
by arunnambi
Fri Jun 23, 2006 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from IMS Database - Mainframe
Replies: 4
Views: 3440

ray.wurlod wrote:Yes, but you will need to install/license the IMS components of DataStage. Contact your vendor for pricing. ...
Hi Ray,
Can you please brief me about the different IMS components of datstage?
Thanks,
Arun
by arunnambi
Fri Jun 23, 2006 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from IMS Database - Mainframe
Replies: 4
Views: 3440

Extracting data from IMS Database - Mainframe

Hi,
We got a requirement to extract data from IMS database (Mainframe) and do transformation before loading into target. We are planning to use datastage for this ETL process. Can we connect to IMS DB and extract data directly using datastage. Please help me.
Thanks,
Arun
by arunnambi
Sat Feb 04, 2006 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To avoid nullable warning in lookupstage against DB2 UDB ta
Replies: 2
Views: 1205

To avoid nullable warning in lookupstage against DB2 UDB ta

I am doing a lookup against a DB2 UDB table using a lookupstage. We are using DB2 enterprise stage to extract data from a DB2 UDB table. The follow SQL query has been executed. SELECT RIGHT(SS_NUM,8) AS SS_NUM_8 FROM FWFD001.FWF_LEAD_ALLOC SS_NUM has been defined as a non nullable field in table. SS...