Search found 88 matches

by yiminghu
Thu Aug 19, 2004 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BulkLoad
Replies: 1
Views: 813

BulkLoad

Hi,

I have a question regarding to bulkload.

Our datastage server and DB2 server are located on different servers
Is it possible to create INPDATA.DAT and ULOAD.BAT, etc at the DB2 server machine, i.e. to make export and load locally at the db2 server?

Thanks,

Carol
by yiminghu
Wed Aug 18, 2004 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecSH
Replies: 2
Views: 1708

ExecSH

Hi, I was trying to call a shell script within job control using routine ExecSH. But it cannot pass the compilation stage. Does that mean I have to use ExecSH in before/After stage, if it does, how do I check the return status to know whether shell script is executed OK or not? Actually I am always ...
by yiminghu
Tue Jul 20, 2004 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Range Lookup
Replies: 5
Views: 1565

Hi,

Thanks for the answer. Now I'm having question about how to setup UV stage, according to help manual, the data source name should be set up in uvodbc.config file. How to setup in the file? How to link my hash with this data source name?

Can you shed some lights?

Thanks,

Carol
by yiminghu
Mon Jul 19, 2004 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Range Lookup
Replies: 5
Views: 1565

Range Lookup

Hi, I have a question regarding Range Lookup. I have an input file which has a field called salary, I need to reference a table to find salary range key based on salary figure. The salary range table contains salary_range_key, min_salary, max_salary. Is it possilbe to use hash file to implment this ...
by yiminghu
Thu May 20, 2004 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty String in Hash File
Replies: 2
Views: 951

Hi Ray,

It worked. Thanks a lot.

Yiming
by yiminghu
Wed May 19, 2004 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty String in Hash File
Replies: 2
Views: 951

Empty String in Hash File

Hi,

I have a problem. When I used hash file as source to insert rows into DB2 table. If there is empty string, it will insert a very weird character in DB2 instead of leaving it as empty string.

Has anyone encoutered such problem before? What's the solution ?

Thanks,

Yiming
by yiminghu
Mon Mar 22, 2004 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failed due to strange reason
Replies: 7
Views: 3373

How to configure UVTEMP

Hi Ray, Could provide more details about how to configure UVTEMP parameter? Is there a configration file under each project? Thanks, Carol It may simply mean that the /tmp file system became full. Use the UVTEMP configuration parameter to configure scratch space somewhere with more space than /tmp, ...
by yiminghu
Fri Mar 19, 2004 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failed due to strange reason
Replies: 7
Views: 3373

Job Failed due to strange reason

Hi, I had one extract job, which extracts data from source system, and dumps into hash file. The job was code to pull data of specific site specified in parameter. I also have a main job, in which the above extract job is called several times (depends how many sites I want to process) in a loop. It ...
by yiminghu
Thu Mar 11, 2004 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage designer frieze when trying to open a job
Replies: 1
Views: 656

Datastage designer frieze when trying to open a job

Hi,

I was trying to open one of my jobs, but it hangs there, and my datastage designer friezes afterwards. I already tried to clear status file in designer, it does not work. And the there is nothing locked behind scene. Does anybody know what's the problem?

Thanks,

Yiming
by yiminghu
Fri Mar 05, 2004 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to stop a datastage job
Replies: 2
Views: 714

How to stop a datastage job

Hi, One of my job was running endlessly. I tried to stop the job using stop command in diretor, unfortunately it did not stop. So I log to Unix box, trying to kill that process. But in director, it still indicated the job is running even though in Unix, I could not find this process. Is restarting D...
by yiminghu
Fri Feb 13, 2004 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Hash File in Routine
Replies: 3
Views: 1164

Re: Read Hash File in Routine

Thanks a lot. It works perfectly.
by yiminghu
Thu Feb 12, 2004 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Hash File in Routine
Replies: 3
Views: 1164

Read Hash File in Routine

Hi, I want to read a hash file in a server routine. I know I can use the statement "READ FileRec FROM Handle, Key", but if I have mutiple keys, how do I specify them? I was trying to look for a document about how to read hash file using basic language, but could not get any. Does anyone kn...
by yiminghu
Thu Feb 12, 2004 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions about subroutine
Replies: 8
Views: 2135

Ken,

Thanks a lot for your quick response and superior knowledge. I am really impressed.

Yiming
by yiminghu
Thu Feb 12, 2004 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions about subroutine
Replies: 8
Views: 2135

One more question

Hi

I was trying to write a subroutine, the subroutine is going to execute a job, the job name would be passed through InputArg. But I had difficulty compiling this subroutine, it keeps saying DSAttachJob never dimensioned etc.

I don't understand why? And any solutions to that problem?

thanks,
by yiminghu
Thu Feb 12, 2004 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions about subroutine
Replies: 8
Views: 2135

Thanks, it works. Greatly appreciated.