Search found 11 matches

by pajj
Thu May 10, 2007 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row size in a Hash file
Replies: 2
Views: 1437

Row size in a Hash file

Where can I find documentation to help me determine the different data types size allocations in a Has file. For example I have a hash file with the following row structure: field1 decimal 10 field 2 varchar 2 field 3 numeric 4 I need to find a document that will help me determine how much space eac...
by pajj
Wed May 09, 2007 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort function in server jobs
Replies: 7
Views: 2871

Thnaks for the replies!
by pajj
Wed May 09, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort function in server jobs
Replies: 7
Views: 2871

I've tested using the unox sort command and it works well.

Is there a Unix command/utility to help derive distinct rows from a sequential text file?
by pajj
Wed May 09, 2007 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort function in server jobs
Replies: 7
Views: 2871

Sort function in server jobs

I'm experienced with PX jobs but I'm new to server jobs.

Is there a sort function within server jobs? Or is it better (faster) to sort the data externally from the DS job?

tks
by pajj
Wed May 09, 2007 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC versus multi instance jobs
Replies: 6
Views: 3159

eostic wrote: Imagine a job that does a lookup near the source, and if that lookup fails, a flag is set, and then 10 stages later, towards the end of the job, a row is inserted into the original lookup table.
Ernie
Using the job design you describe , would that not occur in a PX job stream due to pipelining?
by pajj
Thu May 03, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC versus multi instance jobs
Replies: 6
Views: 3159

IPC versus multi instance jobs

Is there a benefit to running multi instance jobs processing dynamically partitioned data without IPC enabled versus running a single job with IPC enabled and using link partioning?
by pajj
Mon Apr 30, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possibility of running many Mutiple Instances concurrently
Replies: 13
Views: 6036

This scenario is similar to a current project I am workign on.

Will using link partioning obtain the same, worse or better results than a separate job instance?

What is the benefit of one method over the other?

tks
by pajj
Mon Apr 30, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC & Manageing resource contention
Replies: 11
Views: 4185

So with 8 dual node cpus, there are 16 processes available?

Will the server dynamically adjust the number of processes when the second job is submitted or will test1 keep all the processes until it is finished?
by pajj
Mon Apr 30, 2007 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC & Manageing resource contention
Replies: 11
Views: 4185

IPC & Manageing resource contention

We have an 8 node, dual core server. Assuming: a) no other jobs are running c) we have a simple passive-active-passive stage structure in our test job d) IPC is enabled How many processes will be started for the test job? Assuming the first test job is running, if a second test job (test2) with the ...
by pajj
Thu Apr 12, 2007 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple record structure flat file
Replies: 16
Views: 9825

We have had success with similar situations doing the following: 1. read the sequential file using a single column string format. 2. in a transformer stage test the control character and route the records to a a distnct path that processes that record type. Use a Column Import stage that will parse ...
by pajj
Thu Apr 12, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata multiload error
Replies: 6
Views: 5874

Re: teradata multiload error

Multiload uses some work tables. When we run Multiload in parallel mode then each process will try to create a set of work tables with same names that leads to job abort.To fix this we have to run Mload only in sequential mode. Multiload is itself fast efficient loading process.It doesnot need addi...