Search found 3329 matches

by Sainath.Srinivasan
Wed Jul 06, 2005 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge 240 flat-files into one and then process using DataSta
Replies: 10
Views: 2874

Merge cannot be run from DOS / Windows command prompt.

You may need to either write a routine or call from OS level API.

You need to code so that the job merges 2 files at a time and does for all the 240 files.
by Sainath.Srinivasan
Wed Jul 06, 2005 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in compiling batch when calling UtilityHashLookup
Replies: 3
Views: 788

You need to define the funtion using deffun.
by Sainath.Srinivasan
Wed Jul 06, 2005 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence "Finished" state even though Job failed!
Replies: 10
Views: 2580

That may be because the seq has done the flow it was asked by the design.
by Sainath.Srinivasan
Wed Jul 06, 2005 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqencer does not initialize the jobs.
Replies: 2
Views: 704

There are couple of similar post in this forum. Search for more information.
by Sainath.Srinivasan
Wed Jul 06, 2005 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot upload through ODBC
Replies: 3
Views: 845

That does not appear to be a DataStage problem. You need show this to your DBA and ask for info
by Sainath.Srinivasan
Wed Jul 06, 2005 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum jobs per project
Replies: 7
Views: 1718

The restriction will only apply on the resources when you run them in one go.
by Sainath.Srinivasan
Wed Jul 06, 2005 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking a UNIX Shell script in a stage
Replies: 3
Views: 673

Make sure that the script return code is zero...unless you wish to raise anything in DataStage.
by Sainath.Srinivasan
Wed Jul 06, 2005 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo codes description
Replies: 4
Views: 1047

That is because it is called DSGetJobInfo. Search for that.
by Sainath.Srinivasan
Wed Jul 06, 2005 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Hash file reading perfomance
Replies: 10
Views: 2029

How did you 'remove' the write stage? In that case, you will have on transformer hanging in the end.

Second, can you post your job design.
by Sainath.Srinivasan
Wed Jul 06, 2005 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo codes description
Replies: 4
Views: 1047

Job Status of 2 implies you run finished with warning.

Search for the forum for more info.
by Sainath.Srinivasan
Wed Jul 06, 2005 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Hash file reading perfomance
Replies: 10
Views: 2029

Can you post your job design. In a fairly simple job, the read starts with lead time for fetching rows from source and reference. Hence as ArndW suggested, you will be able to see performance improving gradually till you hit the optimal. If you do not see it, it will imply a gradual pressure on the ...
by Sainath.Srinivasan
Mon Jul 04, 2005 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job shldnt run when the source file is empty
Replies: 4
Views: 991

Perform a check of 'wc -l' via DataStage on the file before you trigger this file.
by Sainath.Srinivasan
Mon Jul 04, 2005 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retain the data of the Hash file when the sourceempty
Replies: 2
Views: 653

Mandar_Deshpande,

But what if the source file did have rows. If you then want to clear rows, I assume the requirement can be solved by performing a 'wc -l' on your seq file to determine the flow.
by Sainath.Srinivasan
Mon Jul 04, 2005 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Job is aborted in DS7.5.1
Replies: 13
Views: 5238

You can wait for some jobs to finish before starting the rest. By this way you can avoid the contention.

You can break the jobs into multiple sequencer for now so to run them in a sequential mode.
by Sainath.Srinivasan
Mon Jul 04, 2005 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer-2 set of records in o/p link for one i/p record
Replies: 2
Views: 835

This is a duplicate post and has been answered in the other one.