Search found 3329 matches

by Sainath.Srinivasan
Thu Feb 05, 2009 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Duplicates
Replies: 11
Views: 3358

What have you tried?
by Sainath.Srinivasan
Wed Feb 04, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 1910

Can do.

How do you intend to find which columns are required in output?
by Sainath.Srinivasan
Wed Feb 04, 2009 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2366

Does the script run outside DS? i.e. from Unix
by Sainath.Srinivasan
Wed Feb 04, 2009 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I get all server projects names in a job?
Replies: 3
Views: 1137

Maybe you are looking for
dsjob -lprojects

assuming you mean server and not job
by Sainath.Srinivasan
Wed Feb 04, 2009 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input and output row count
Replies: 5
Views: 1204

You need one more stage.

How did you split the row and write into the same output dataset?
by Sainath.Srinivasan
Wed Feb 04, 2009 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input and output row count
Replies: 5
Views: 1204

Have a look in the director log for any messages.
by Sainath.Srinivasan
Wed Feb 04, 2009 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2366

Maybe it is written with header
by Sainath.Srinivasan
Wed Feb 04, 2009 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2366

I think he is looking for > 1 rows
by Sainath.Srinivasan
Tue Feb 03, 2009 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Sets
Replies: 3
Views: 1443

Start time of what?

Job start time is already available in macros.
by Sainath.Srinivasan
Tue Feb 03, 2009 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Nulls causing a problem in Date Conversion
Replies: 4
Views: 1373

Maybe you are converting the value.

The message tells you everything
"Career_DT"
Attempt to convert String value "0" to Timestamp type
by Sainath.Srinivasan
Tue Feb 03, 2009 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling date in a sqeuence
Replies: 6
Views: 1575

The requirement is in the sequencer and not in the job.
by Sainath.Srinivasan
Tue Feb 03, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read the FileNameList.txt one by one and move it into target
Replies: 4
Views: 979

I think you posted a similar question and was answered with a shell script.

Can you clarify why you specifically need a routine? Also what is the purpose?
by Sainath.Srinivasan
Tue Feb 03, 2009 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Mirror Files
Replies: 4
Views: 824

Data Mirror can be configured to trace changes on specific columns.

If the input has more columns that you need, you can do an internal change-compare of redup to identify changes.

Anyway, you can update all columns so to keep up to date.