Search found 3329 matches

by Sainath.Srinivasan
Fri Aug 21, 2009 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dos sort drop some records?
Replies: 6
Views: 2726

Did you check your Director log for the job run? It is possible that you can locate them there. Do you have any empty Varchar? Include a copy stage before your sort and write the same into another sequential file. Do the same after aggregator. This will give you an idea of rows passing. Btw, scope o...
by Sainath.Srinivasan
Thu Aug 20, 2009 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date column
Replies: 7
Views: 2154

I will suggest you try from the given information rather than asking the full solution.

We expect some effort from you also - apart from typing your requirement.
by Sainath.Srinivasan
Thu Aug 20, 2009 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date column
Replies: 7
Views: 2154

What does 2 year constitue ? What is 2 years from 29/02/2008 ?

365 days per year or 12 months per year or only 2 years increment.

For first, you can do a DaysFromDateSince().

For other 2 options, search for DateToString() and StringToDate().
by Sainath.Srinivasan
Thu Aug 20, 2009 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: save Derivations
Replies: 4
Views: 1809

At initial stages, you will not have all mapping defined. So it will not be possible to hold the columns.

Mapping them to any value may not be valid.

So it will be useful to include a modify stage and keep only the required columns for now. Later extend it.
by Sainath.Srinivasan
Thu Aug 20, 2009 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting warnings when i am inserting records.
Replies: 2
Views: 997

That definitely cannot be the complete unedited message.

Post in full.
by Sainath.Srinivasan
Thu Aug 20, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting 1 record into multiple record based on Quantity
Replies: 2
Views: 1096

This is an all-volunteer site. So words like "urgent", "asap", "immediate" etc do not have any effect. All threads posted are urgent to the respective individuals. If you want immediate response, you can sign-up for a 24x7 support from your official support provider. Bt...
by Sainath.Srinivasan
Thu Aug 20, 2009 6:38 am
Forum: General
Topic: Pass unique process ID to downstram process
Replies: 6
Views: 1419

There are many items you can send as unique for a process.

But what is your intention about it? i.e. how do you plan to use it later?
by Sainath.Srinivasan
Thu Aug 20, 2009 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dos sort drop some records?
Replies: 6
Views: 2726

Sort stage ignores duplicates and does not drop it.

What is the sort in the transformer ?

Without full design, metadata and sample data it is not possible to comment.

Try to locate the missing / dropped records and find the reason.
by Sainath.Srinivasan
Thu Aug 20, 2009 4:47 am
Forum: General
Topic: Control M Scheduler
Replies: 9
Views: 2771

Search for dsjob
by Sainath.Srinivasan
Thu Aug 20, 2009 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copying stage variable names
Replies: 5
Views: 1544

Copy-and-paste the transformer and change the derivations.
by Sainath.Srinivasan
Thu Aug 20, 2009 3:18 am
Forum: General
Topic: ORA-01036: illegal variable name/number
Replies: 13
Views: 2221

Make a copy of the job and set it to 'auto generated'.

You will see either :1, :2 etc or '?' in place of your source keys linking to reference.
by Sainath.Srinivasan
Thu Aug 20, 2009 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Previous Month Last Date
Replies: 9
Views: 4855

Make it

Code: Select all

trunc(sysdate, 'mm') - 1
then.
by Sainath.Srinivasan
Thu Aug 20, 2009 3:09 am
Forum: General
Topic: ORA-01036: illegal variable name/number
Replies: 13
Views: 2221

Where is your field positions for reference key?
by Sainath.Srinivasan
Thu Aug 20, 2009 3:07 am
Forum: General
Topic: Sequencor aborted due to previous unrecoverable error's
Replies: 2
Views: 1320

Post the unedited errors.

Also give an idea about your design.
by Sainath.Srinivasan
Thu Aug 20, 2009 3:00 am
Forum: General
Topic: ORA-01036: illegal variable name/number
Replies: 13
Views: 2221

Have you got any user-defined sql?

can you post your sql?