Search found 9 matches

by kasgang
Thu Sep 06, 2007 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to prevent generation of empty CSV file
Replies: 8
Views: 2828

Hi Gurus Thanks for the inputs. By empty files I meant , file with header rows only . The way I am doing it now , is checking the LinkRowCount and writing to another file the filenames with LinkRowCount=0. Then I am deleting the empty CSV files referring to this file. Just wanted to know if there is...
by kasgang
Wed Sep 05, 2007 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to prevent generation of empty CSV file
Replies: 8
Views: 2828

Not able to prevent generation of empty CSV file

Hi Gurus

I am generating a CSV file from within a job with sequential file stage.However , whenever there is no data at the source side , it is generating a blank CSV file. Is there any way I can prevent this or any workaround .
by kasgang
Sun Jul 29, 2007 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control process (pid 6268) has failed
Replies: 2
Views: 1843

Job control process (pid 6268) has failed

Hi Gurus

Sometimes , I get this error from the serer and jobs aborts. I understand that the process failed .
Any particular reason for the process failure ?
by kasgang
Thu Jul 26, 2007 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvopen() - Unable to read file header
Replies: 2
Views: 2664

ds_uvopen() - Unable to read file header

Dear All

A job is getting aborted at a hash file stage "ds_uvopen() - Unable to read file header". This was previously running fine.
Can anybody give some idea , the possible reason for the same and the solution ?
by kasgang
Tue Jul 10, 2007 2:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Hash file from within a DS routine
Replies: 3
Views: 1366

Thanks a ton ...
by kasgang
Mon Jul 09, 2007 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Hash file from within a DS routine
Replies: 3
Views: 1366

Reading Hash file from within a DS routine

Hi

I have stored some prcalculated values within a Hash file. Now I want to use the values from the Hash file from within a routine.
Is there any way I can do it? Thanks to all in advance
by kasgang
Sun Jul 08, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating Factorial in DS Routine returning junk values
Replies: 9
Views: 3762

- Hypgeomdist in Datastage

Hi Myself and Rumu are in the same team. Actually we are trying to implement the HYPGEOMDIST() function that you find in Ms Excel worksheet and we failing when large values are passed to it. Here goes the code . Can anybody help : ============================================== HypgeomDist : DEFFUN C...
by kasgang
Fri Jul 06, 2007 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating Factorial in DS Routine returning junk values
Replies: 9
Views: 3762

Calculating Factorial in DS Routine returning junk values

Hi I am calculating Factorial in a DS routine. The function is returning correct values except when I pass large integers to the function eg Factorial(800). It is returning junk values like '#1 IND'. Can anybody help in this regard. Or any other way to calculate factorial. I am attaching the functio...
by kasgang
Fri Apr 27, 2007 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 1
Views: 1015

XML Output stage

Hi

I am having a job with XML output stage , the job runs fine but the job is hangs for sometime even after creating the XML file.. i am new to Datastage , can anybody help.