Search found 3329 matches

by Sainath.Srinivasan
Mon Jul 13, 2009 2:16 pm
Forum: General
Topic: Looping in DataStage Jobs
Replies: 11
Views: 3693

Can you post some lines with pseudo-code of what you expect to happen.
by Sainath.Srinivasan
Mon Jul 13, 2009 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: -9999 DSJE_DSJOB_ERROR
Replies: 10
Views: 3773

-param name=value
by Sainath.Srinivasan
Mon Jul 13, 2009 10:17 am
Forum: General
Topic: Looping in DataStage Jobs
Replies: 11
Views: 3693

You may have to write a routine for that. But what is the controlling factor and where do you intend to store the list of conditions? How do you plan to use them? Will they always use only one column or will multiple column come into picture? You have loads of questions to answer before going down t...
by Sainath.Srinivasan
Mon Jul 13, 2009 10:17 am
Forum: General
Topic: Looping in DataStage Jobs
Replies: 11
Views: 3693

You may have to write a routine for that. But what is the controlling factor and where do you intend to store the list of conditions? How do you plan to use them? Will they always use only one column or will multiple column come into picture? You have loads of questions to answer before going down t...
by Sainath.Srinivasan
Mon Jul 13, 2009 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automate graphs
Replies: 2
Views: 1171

Your query appears to be more a "reporting tool" nature rather than "ETL".

You can store daily stats in some table and use it to prepare the report.
by Sainath.Srinivasan
Mon Jul 13, 2009 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write status to tgt file when no src recs
Replies: 13
Views: 2723

Even if you write a 'No records' in sequential file, the job will overwrite with a zero-bytes file whilst starting. Thus the work will be lost.
by Sainath.Srinivasan
Mon Jul 13, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format - Fatal error
Replies: 8
Views: 8429

You can try to locate the position of '-' to decide the format.

But how will you know whether '03-04-2009' is 3rd April 2009 or 4th March 2009?
by Sainath.Srinivasan
Mon Jul 13, 2009 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format - Fatal error
Replies: 8
Views: 8429

You can try to locate the position of '-' to decide the format.

But how will you know whether '03-04-2009' is 3rd April 2009 or 4th March 2009?
by Sainath.Srinivasan
Mon Jul 13, 2009 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 9
Views: 2229

Priyadharshi,

Just a note - if the incoming data has duplicates, then using surrogate key stage may only act as a column generator. The op will then have to split the row for unique and duplicate values.

So it may be better to use stage variables with key change in sort.
by Sainath.Srinivasan
Mon Jul 13, 2009 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on Universe stage
Replies: 5
Views: 1228

Did you modify the hashed file structure after creating ? Is the column you are fetching same as the one you are loading into? Or is the read column a derived on based on source ? Logto DataStage administrator into the prohject and run the command LIST DICT hashedFileName where hashedFileName is you...
by Sainath.Srinivasan
Mon Jul 13, 2009 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 9
Views: 2229

Run the data through a sort stage and add 1 in a transformer.

Note - this is the idea for single node run.

For multiple node, you must partition the data by proper key columns and add (partition number * incrementalStageVariable).

Search for partition number to get more information.
by Sainath.Srinivasan
Mon Jul 13, 2009 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on Universe stage
Replies: 5
Views: 1228

Can you copy the job which populates the hashed file and attempt to redirect values into a sequential file to cross-check.

Also what happens if you load 123.45 into universe stage?
by Sainath.Srinivasan
Mon Jul 13, 2009 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System.OutOfMemoryException: Exception of type 'System.OutOf
Replies: 7
Views: 1818

What if you set the constraint in the transformer to @FALSE or include a dummy transformer immediately after source and do the same?
by Sainath.Srinivasan
Mon Jul 13, 2009 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need to split records into multiple records
Replies: 9
Views: 3447

Hema,

Not being rude, can you please explain what you tried so far so that others can help from there.

Key is the column which identifies / groups same record. So use the technique to find which column must be key.
by Sainath.Srinivasan
Mon Jul 13, 2009 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects not getting reflected in UNIX
Replies: 6
Views: 1468

If you login to Admin again, can you see the Project ?

What is the location where you have created ?