Search found 3329 matches

by Sainath.Srinivasan
Fri Jun 17, 2005 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage coulmn merge
Replies: 9
Views: 2386

You can do an outer join user a merge.

But you need both source for merge in form of a seq file.
by Sainath.Srinivasan
Thu Jun 16, 2005 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 10419

Can you post the error message in full. It will provide more info.
by Sainath.Srinivasan
Thu Jun 16, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule job in director every hour without instances
Replies: 11
Views: 2519

Craig's idea is the best if you cannot code batch control and include the timings as parameters.

Otherwise, you can also include them as cron entries.
by Sainath.Srinivasan
Thu Jun 16, 2005 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error handling
Replies: 0
Views: 453

Please do not post the same info more than once.

Your previous post is answered.
by Sainath.Srinivasan
Thu Jun 16, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error handling
Replies: 2
Views: 807

Search the forum for DSGetJobInfo.
by Sainath.Srinivasan
Thu Jun 16, 2005 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do we find the release of a DataStage version
Replies: 10
Views: 3371

You can find the details from 'About DataStage' option.
by Sainath.Srinivasan
Thu Jun 16, 2005 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule job in director every hour without instances
Replies: 11
Views: 2519

You need to create a sequencer or batch control job.

Before that you need to ensure that they will finish within the hour.
by Sainath.Srinivasan
Thu Jun 16, 2005 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABAP Plug in: Building SQL Query
Replies: 3
Views: 838

Try
LIKE '9999999999%'
by Sainath.Srinivasan
Thu Jun 16, 2005 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:- ORA-01008: not all variables bound from jobs
Replies: 23
Views: 10419

Is it an user-defined sql?

You may be including more variables than the columns into the link.
by Sainath.Srinivasan
Thu Jun 16, 2005 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora bulk loader Stage
Replies: 5
Views: 1669

What I meant was to obtain the sql loader control and data created seperately (search forum for details) and then load them externel to your job.

You will also be able to tune and enhance performance by that way.
by Sainath.Srinivasan
Thu Jun 16, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a DataStage file with Excel
Replies: 20
Views: 8429

Include a apostrophe comma just before the field value.
by Sainath.Srinivasan
Thu Jun 16, 2005 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage coulmn merge
Replies: 9
Views: 2386

The details of lookup is provided in the docs that come with the software. Try it and if you have any doubts or problems, do let me know.
by Sainath.Srinivasan
Thu Jun 16, 2005 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Scheduling with DataStage Director
Replies: 14
Views: 11699

1.) You can schedule a sequencer and include your jobs in the sequencer
2.) You need to define the schedule user-id and pass in the DS Admin.
by Sainath.Srinivasan
Thu Jun 16, 2005 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage coulmn merge
Replies: 9
Views: 2386

You can do that will a lookup itself.
by Sainath.Srinivasan
Thu Jun 16, 2005 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a DataStage file with Excel
Replies: 20
Views: 8429

You can import by selecting all to be char field.