Search found 3329 matches

by Sainath.Srinivasan
Fri Feb 06, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot understand the size of extended ascii characters
Replies: 2
Views: 1093

Attempt inserting without the column

Assume that quotes around null and orch.id is for display only.
by Sainath.Srinivasan
Fri Feb 06, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect one particular Datastage Server
Replies: 5
Views: 2132

You can connect to esxha553 but not esxha554

Because DS is running in 553 but is not running in 554.
by Sainath.Srinivasan
Fri Feb 06, 2009 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected Right() output
Replies: 2
Views: 648

Trim happens after right. So there can be extra spaces.

i.e. input is 7 chars length and output takes right 3.
by Sainath.Srinivasan
Thu Feb 05, 2009 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 1910

Then why not control in the source itself ? Is it out of reach?

What is achieved by this extraction? i.e. what happens after this extraction?
by Sainath.Srinivasan
Thu Feb 05, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a variable in a job to dynamically set filename
Replies: 3
Views: 987

1.) Do it via the sequencer
2.) Write in a common file and move to the name in after-job activity
by Sainath.Srinivasan
Thu Feb 05, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a variable in a job to dynamically set filename
Replies: 3
Views: 987

1.) Do it via the sequencer
2.) Write in a common file and move to the name in after-job activity
by Sainath.Srinivasan
Thu Feb 05, 2009 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take month extracts
Replies: 6
Views: 1381

I meant date in the data obtained so that you can constraint the extraction.

You must use that date and check whether it is between your extraction date range.
by Sainath.Srinivasan
Thu Feb 05, 2009 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take month extracts
Replies: 6
Views: 1381

I meant date in the data obtained so that you can constraint the extraction.

You must use that date and check whether it is between your extraction date range.
by Sainath.Srinivasan
Thu Feb 05, 2009 7:59 am
Forum: General
Topic: How to select and move multiple jobs by run date range
Replies: 5
Views: 1847

Order in director and move in mgr.
by Sainath.Srinivasan
Thu Feb 05, 2009 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 1910

If there is no transformation, you can use schema files. But your requirement appears quite vague.

Why use datastage to just pick a few columns? I cannot see any step before or after this activity.
by Sainath.Srinivasan
Thu Feb 05, 2009 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take month extracts
Replies: 6
Views: 1381

What 3rd party plugin do you use?

Is there any date like last modified or updated (timestamp) ?
by Sainath.Srinivasan
Thu Feb 05, 2009 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 3358

Why don't you write into an hash file and read from it.
by Sainath.Srinivasan
Thu Feb 05, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take month extracts
Replies: 6
Views: 1381

Excel s/w has the constraint of 65k rows. Not csv files.

As long as there is no performance problem, one download for full period must work fine.
by Sainath.Srinivasan
Thu Feb 05, 2009 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 3358

What about any other columns in the data?

How do you define duplicate in you data?