Search found 25 matches

by avenki77
Sat Sep 25, 2010 8:16 am
Forum: General
Topic: Autosys Vs Job Sequencer
Replies: 2
Views: 2365

Autosys Vs Job Sequencer

Hi All, I am trying to find the advantages / disadvantages between using Job Sequencer available in 8.1 and using (unix wrapper script + Autosys) Combination. I did find a topic regarding this, but that is way back from 2005, when Job sequencer might have had limited capabilities. http://www.dsxchan...
by avenki77
Mon Nov 23, 2009 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load Running Very Slow
Replies: 0
Views: 2076

DB2 Load Running Very Slow

Hi, We have a datastage job which reads from the TD and Writes into DB2. TD Connector -> DB2 enterprise stage. The DB2 enterprise stage looks like this: Write Method: Load Write Mode: Append Non - Recoverable Transactions: True We find this DB2 write part to be very slow. We tried creating a Sequent...
by avenki77
Mon May 11, 2009 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage - Truncate Option
Replies: 4
Views: 3362

Thanks tehavele!

But does the 'Truncate' load method in DB2 enterprise stage, actually issue a 'delete from <table>' command behind the scenes (mean it is logged transaction)?

Thanks
Venkatesh
by avenki77
Thu May 07, 2009 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage - Truncate Option
Replies: 4
Views: 3362

DB2 Enterprise Stage - Truncate Option

Hi All, Does the 'Truncate' load method in DB2 enterprise stage, issue a 'delete from <table>' command behind the scenes (mean it is logged transaction)? Or does it do a non-logged delete? If it does a logged delete, then is there a way to do a truncate of the table before loading it from DB2 enterp...
by avenki77
Thu Oct 16, 2008 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Db2 stage with Teradata stage
Replies: 13
Views: 8387

Thanks John, Ray and Craig. Yes, the dsx file does look a little simple than the xml file. But the only difference is the representation the almost both of them contain the same amout of code and same number of lines. But that is fine, I took dsx now. I think we need some more understanding on the s...
by avenki77
Wed Oct 15, 2008 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Db2 stage with Teradata stage
Replies: 13
Views: 8387

John, Thanks for your reply. I did take a sample DB2 and Teradata jobs and compare. But the xml is not that simple and straight forward. What if the DB2 stage is not the first one in the Job. Then we can look for V0. Also, There are many tags for which we need to know the meaning even before we can ...
by avenki77
Wed Oct 15, 2008 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Manipulation of DSX or xml file
Replies: 1
Views: 1070

Manipulation of DSX or xml file

We have to do a mass replacement of DB2 stage in our ds jobs to Teradata stage.

Are there any automated ways to do this?

I was wondering if there is anyway we can manipulated the exported xml or dsx files.

Any thoughts?
by avenki77
Tue Dec 25, 2007 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with restarting DS Job Sequencer
Replies: 1
Views: 1239

Problem with restarting DS Job Sequencer

Hi All, I have a Sequencer (DS-SEQ1) like this: DS-JOBA --> CMD-B --> CMD-C --> CMD-D DS-JOBA => DS Job Creates 3 sequential files CMD-B => Loads File1 CMD-C => Loads File2 CMD-D => Loads File3 I have 'NOT CHECKED' the 'Do no checkpoint run' box in any of these activities in the Job Sequence. I call...
by avenki77
Wed Aug 22, 2007 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading an encrypted Buffer from DB2
Replies: 1
Views: 1002

Reading an encrypted Buffer from DB2

Hi All, I have a requirement to read a BUFFER (CLOB) field from a table in DB2UDB. The field is a complex 3000 bytes field which has various information is written in key-length-value format. i.e.: KKKKLLLLVVVKKKKLLLLVVVVVVVVVV..........................etc till EOL where K - Key (4 chars) L - Length...
by avenki77
Fri Jul 13, 2007 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Hashfiles in a parallel job
Replies: 2
Views: 1344

Use of Hashfiles in a parallel job

Hi All, I am developing a parallel job which need to perform a lookup on a huge database table. The lookup involves 2 key columns and 1 data column (about 30 bytes in total) and about 10 million rows? What kind of lookup mechanism is advisable for this job? How can I decide whether to use a ODBC loo...
by avenki77
Wed Aug 09, 2006 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking for inequality using lookup file
Replies: 13
Views: 4841

Hi Meena, Thanks! But I already tried this and I faced a problem: If I take the same set of data I mentioned before, RefA1, RefB1, RefC1 RefA1, RefB1, RefC2 RefA1, RefB2, RefC1 RefA1, RefB2, RefC2 RefA1, RefB3, RefC1 RefA1, RefB3, RefC2 If I write this into the hashfile, I will finally have only one...
by avenki77
Wed Aug 09, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking for inequality using lookup file
Replies: 13
Views: 4841

Even that is not possible, I guess. How would I know what rownum to look for in the hashfile?
by avenki77
Wed Aug 09, 2006 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking for inequality using lookup file
Replies: 13
Views: 4841

Kris, Thanks for the response. As you say, if I create a hashfile with a dummy key column, then what will populate that column inside the hashfile with. Say if I populate a constant value (eg. "*") then, I guess I can have only one row in the hashfile. Am I right? I have various different ...
by avenki77
Wed Aug 09, 2006 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking for inequality using lookup file
Replies: 13
Views: 4841

Checking for inequality using lookup file

Hi, My reference (lookup) file is having the following columns: RefA RefB RefC RefData1 My data (source) file is having the following columns: SrcA SrcB SrcC The lookup i want to perform is like this: If (SrcA = RefA) AND (SrcB <> RefB) AND (SrcC <> RefC) Then I need to pick up RefData1 If I build a...
by avenki77
Thu Sep 08, 2005 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a multiple-instance job
Replies: 1
Views: 1265

Running a multiple-instance job

Hi,

I have a multiple instance job. If I am running it from the unix using dsjob command, can somebody tell me how should I supply the invocation Id.

Thanks in advance.
Venkatesh