Search found 37 matches

by rajudx
Tue Apr 19, 2011 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Design change for Left outer join
Replies: 2
Views: 1794

Job Design change for Left outer join

One datastage job is designed with 3 input oracle stages and one join stage and one output stage (sequential stage) o1------------ -> o2----------> Join (Left Outer)---------------->Output ^ o3--------------- In Join stage join type defined as left outer join and key column is C1 and all input stage...
by rajudx
Fri Sep 24, 2010 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create header and trailer record in output file
Replies: 4
Views: 3507

How to create header and trailer record in output file

I need to crerate header and trailer record in output file.

i.e HDR2009040210PM CST
Pavan,23,45,67,78
Kiran,34,56,78,9
Kim,45,67,89,08
TRL00003

Please let me know how we can implement above logic.
by rajudx
Thu Jan 15, 2009 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load the data into DB2 table using DB2z load stage.
Replies: 1
Views: 1013

How to load the data into DB2 table using DB2z load stage.

Hi,

I have to load the data in to one of DB2 table using DB2z load stage.
If any one use the DB2z stage ,Please provide the information how to set up the FTP and DATASET properties.

Thanks,
Raju
by rajudx
Thu Nov 27, 2008 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix command from User variable activity stage
Replies: 5
Views: 3337

Re: Calling Unix command from User variable activity stage

Hi ArndW,

If i will call the Unix command from command satge how can I capture the command stage result into User variable activity stage.


Thanks,
N.Raju
by rajudx
Thu Nov 27, 2008 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix command from User variable activity stage
Replies: 5
Views: 3337

Re: Calling Unix command from User variable activity stage

Hi ArndW,

If i will call the Unix command from command satge how can I capture the command stage result into User variable activity stage.


Thanks,
N.Raju
by rajudx
Thu Nov 27, 2008 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Unix command from User variable activity stage
Replies: 5
Views: 3337

Calling Unix command from User variable activity stage

Hi,

I need to call the one UNIX command and I have to use that command result in nested condition stage.Is it possible to call the UNIX command from user variable activity stage.Please provide the syntax.


Thanks,
N.Raju.
by rajudx
Mon Aug 18, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trigger file
Replies: 2
Views: 1410

Trigger file

Hi, I need to create one Trigger file for that I have designed the job like below. db2 stage----------->Transformer--------------->Target file. --------------->Trigger file(Zero byte) My requirement is whenever target file is created successfully than only creation of trigger file will be required. ...