Search found 65 matches

by wuruima
Wed May 04, 2016 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage performance
Replies: 2
Views: 2471

join stage performance

For some business requirements I need to JOIN 2 big files. The left link is about 30,000,000 records and the right link is 10,000,000 records. The performance is not good enough even though I split the input file into files according to 1 primary key column.(e.g. Key1 records go to File1, File2, the...
by wuruima
Fri Apr 08, 2016 1:33 am
Forum: General
Topic: How to generate custom status report for job
Replies: 2
Views: 3544

i could see "log report message after each job run"

maybe tick this checkbox will generate the report.

if so, I have another question. how could I output the logs from director to a flat file? So it could be review after long time.
by wuruima
Fri Apr 08, 2016 1:26 am
Forum: General
Topic: How to generate custom status report for job
Replies: 2
Views: 3544

How to generate custom status report for job

STATUS REPORT FOR JOB: JOB1111111 Generated: 2016-01-22 10:05:21 Job start time=2016-01-22 10:05:11 Job end time=2016-01-22 10:05:21 Job elapsed time=00:00:10 Job status=3 (Aborted) Stage: stage11111111111111, 0 rows input ..... ..... Dear friends, I would like to ask how could I generate this "...
by wuruima
Wed Apr 06, 2016 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hangs in mid-stream
Replies: 2
Views: 1189

at last the job complete successfully.

It takes more than 2 hr to run the job, normally only 10 min is required.
by wuruima
Wed Apr 06, 2016 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hangs in mid-stream
Replies: 2
Views: 1189

Job hangs in mid-stream

Hi all, I am having a weird problem. when I am running a job, it "stops" in the middle, the job is running, but looks like it is hung. This is the log from the previous run (which completed successfully), the log is normal. sctrHMIPCOProdC36.GCC_Prod_Filter,0: Import complete; 1170290 reco...
by wuruima
Thu Mar 31, 2016 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Unstructured Data stage?
Replies: 2
Views: 1141

No Unstructured Data stage?

Hi

I cannot find this "Unstructured Data stage" in my DataStage client. What's the problem?
by wuruima
Wed Dec 09, 2015 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: query about Join sort
Replies: 2
Views: 2042

query about Join sort

Hi, As I know, when we use join stage to join 2 input links, even though we don't set the 'perform sort' in the input link, DS will help to sort. (Is this correct?) my question is, can we decide to use which function to sort? e.g. use the memory or hard disk to sort. The default option of Join stage...
by wuruima
Thu Nov 26, 2015 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about RCP
Replies: 3
Views: 2563

about RCP

Is it a good habit to use RCP when doing project?

it will save a lot of effort to maintenance the columns.

Or will you use RCP to develop a new project?
by wuruima
Wed Nov 25, 2015 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage property
Replies: 5
Views: 2897

I think.
fixed-length rows != fixed-width format file
by wuruima
Wed Nov 25, 2015 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage property
Replies: 5
Views: 2897

haha, I didn't notice this point actually when i read the doc.

And yes I used it in delimit file and the performance is better.
by wuruima
Tue Nov 24, 2015 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage property
Replies: 5
Views: 2897

sequential file stage property

Read from multiple nodes Number Of readers per node Some days ago I just learnt we can set "Number Of readers per node" to improve the performance to read a cma file, that means there are some readers reading in the same time in one node. And then I realize this one "Read from multipl...
by wuruima
Wed Oct 21, 2015 12:55 am
Forum: General
Topic: Urgent.... Routine call java fail
Replies: 2
Views: 1885

Re: Urgent.... Routine call java fail

wierd!

After import the dsx of the routine again, the problem dispear!
by wuruima
Tue Oct 20, 2015 10:24 pm
Forum: General
Topic: Urgent.... Routine call java fail
Replies: 2
Views: 1885

Urgent.... Routine call java fail

Dear, I develop a routine to call a java program ================routine============= Cmd='sh /xxxx/abm/common/script/1.sh' Call DSExecute("UNIX", Cmd, Output, ExitCode) Ans=Output ================routine============= ================script============== #!/usr/bin/ksh cd /xxxx/abm/java /u...
by wuruima
Mon Oct 19, 2015 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: process big data
Replies: 2
Views: 2564

process big data

Hi, I meet a problem that the sequential job process too long time. there are many Parallel jobs to run in order, as the input files' size are very big, that cause the temporary files so big that the job require long time to read/write. In such condition, what should I do to tune the job so that the...