Search found 24 matches

by ds@tcs
Tue Apr 02, 2013 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 7582

You are right. I thought the requiremnt will be with two groups. If group no is increasing then we need a count variable.
by ds@tcs
Tue Apr 02, 2013 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremenatal loading reference data issue
Replies: 3
Views: 2150

Capture the delete change code records into a dataset. in the next job do look up with source and delete from target.
by ds@tcs
Mon Apr 01, 2013 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 7582

stuartjvnorton wrote:I hate "requirements" based on trivial examples.
What happens if you have a 4th record
It will work with N no of rows. Try it out.
by ds@tcs
Mon Apr 01, 2013 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 7582

Your job esign would be: seqfile-> sort1-> sort2-> tsfr-> target logic would be: Sort1- Sort on ph no with Key change col=True--Asc Sort2- Sort on Ke change col, ph no-asc Tsfr- Create stgv1 stggroup, Stgv2 Stgfamily, Stgv3 stgprev(Default=1) stggroup= If keyChange =1 And Stgprev =1 Then 2 Else 1 St...
by ds@tcs
Tue Jun 26, 2012 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load
Replies: 3
Views: 2594

Re: DB2 Bulk Load

yes. Problem might be with Configuration file. Try with another config file or change the no of nodes in the same config file.
by ds@tcs
Mon Apr 25, 2011 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data file having header and taielr. Want to read the file wi
Replies: 7
Views: 6628

Re: Data file having header and taielr. Want to read the fil

All the detail records will be having same index, header and trailer will be having different index
like
11|25/01/2011
22|A|123|434
22|B|345|567
-
-
22|H|545|858
99|9(record count)
so while extracting the data from source u can extract only the records which are starting with 22
by ds@tcs
Mon Apr 18, 2011 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 6
Views: 6071

Hi pandeeswaran
We can edit the configuration file..
I saw it in 8 think same in 7 also
by ds@tcs
Mon Apr 18, 2011 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 6
Views: 6071

Re: Configuration file

The default configuration file is default.apt, with one node this you can see by going to Tools, Configurations in datastage designer, there select default.apt configuration file .. so you can see the configuration file.. if you want to create own configuration file, just copy the code what is there...
by ds@tcs
Fri Apr 08, 2011 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting First row of sorted data
Replies: 15
Views: 10644

sort key column in ascending mode and timestamp in descending then use Header stage and there give only one row to send out put..
so obviously you will be getting only 1st row at the target
by ds@tcs
Thu Apr 07, 2011 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which Partition techniques for which stage
Replies: 5
Views: 4560

If key column datatype is text then we use Hash
if key column datatype numeric we use modulous
if one key column numeric and another text then also we use Hash
if both key columns numeric then we use Modulous.

because modulous can be performed only on numbers
by ds@tcs
Thu Apr 07, 2011 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify Unique and Non_Unique Records...
Replies: 2
Views: 1686

Re: Identify Unique and Non_Unique Records...

First sort the data
then use aggregator and perform group count, then use filterstage and send the records which contains count >1 to alink and count=1 to another link

try this
by ds@tcs
Thu Mar 31, 2011 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there there DRS connector stage in 8.1
Replies: 4
Views: 3866

Hi Ray
Thank you for your reply and extremely sorry for the mistake it is DRS connector stage not ORS connector is it there in DS 8.1 version

and

for 8.5 i saw in the net IBM 8.5 is

IBM Infosphere information server 8.5 is it right ?
if not what it is?
by ds@tcs
Thu Mar 31, 2011 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there there DRS connector stage in 8.1
Replies: 4
Views: 3866

Is there there DRS connector stage in 8.1

Hi
DataStage 8.0.1 is
IBM Websphere Enterprise Edition DataStage & QualityStage

DatStage8.1 is
IBM Infosphere Enterprise Edition DataStage & QualityStage

like what is the expansion for DtaStage 8.5 version

is there DRS connector stage in 8.1

can any body tell?

thanks in advance