Search found 370 matches

by qutesanju
Fri Nov 28, 2008 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to call stored procedure having only IN parameter in DS
Replies: 7
Views: 20410

hi wasim

hi wasim, right now i m using ODBC stage where I registered a SP . JOB flow is like this ODBC---->Transformer---> SEQ FILE when I run the job I set the parameter in job properties Job accepts the date parameter but prob is that it runs and gives 0 rows instead i cross checked with backend for same d...
by qutesanju
Fri Nov 28, 2008 1:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to call stored procedure having only IN parameter in DS
Replies: 7
Views: 20410

how to call stored procedure having only IN parameter in DS

hi ,

can any-body guide me on how to call a stored procedure in datastage with INPUT parameter?

Right now I regeister procedure in datastage,but it's giving me 0 rows in datastage ,

however If i ran same procedure in backend it rans successfully and return rows ..
by qutesanju
Thu Nov 13, 2008 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we select multiple statements in odbc source
Replies: 3
Views: 2090

the options told by you are not available

hi chulett caould you please tell in brief that where to look for these option in DAtadtage 7.5 server edition--in odbs source? as i was not able to see any of the options told by you. Sure. Enable 'Create table in target database' on the Input link, Update Action 'Insert without clearing'. Then a n...
by qutesanju
Thu Nov 13, 2008 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to call stored procedure having only OUT parameter in DS
Replies: 1
Views: 1234

how to call stored procedure having only OUT parameter in DS

hi all, I designed a stored procedure like create temp table then insert into temp table from a select statement then select * from temp table then pass all selected values from temp table My procedure is having only OUT parameters. So how to call a stored procedure in datastage which is having only...
by qutesanju
Wed Nov 12, 2008 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we select multiple statements in odbc source
Replies: 3
Views: 2090

can we select multiple statements in odbc source

Hi,
I have multiple query set like
create temp table
then
insert into temp table from a select statement
then
select * from temp table

can I pass this all statements in ODBC -SQL sources/

Urgent Help appreciated.
by qutesanju
Tue Nov 11, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 1
Views: 1035

datastage job error

HI when I ran one job it throws following error ,Could any body please confirm me what is this error cause ,I need solution for this urgent Following are the warnings thrown one after one by job --- 1 GetInvDelays: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thro...
by qutesanju
Mon Nov 03, 2008 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to retrieve a Rowset from the Database. Link
Replies: 0
Views: 826

Unable to retrieve a Rowset from the Database. Link

HI when I ran one job it throws following error ,Could any body please confirm me what is this error cause Following are the warnings thrown one after one by job --- 1 GetInvDelays: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. 2GetInvDelays: An error has b...
by qutesanju
Wed Aug 27, 2008 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ------how to multiple files for a job in DS7.5 server?------
Replies: 7
Views: 2653

can u elaborate more on this?

can u elaborate more on this with detailed steps?
chulett wrote:And then realize what a pain it might be to use. :wink:

How are you managing this currently? I would build a Sequence job and just feed this job in a loop. UserVariables, Start/End Loop. ...
by qutesanju
Wed Aug 27, 2008 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ------how to multiple files for a job in DS7.5 server?------
Replies: 7
Views: 2653

Cant we provide more than two columns for folder stage?

I applied transformer stage but the problem is that if I provided more than two columns it throws error.
ray.wurlod wrote:Welcome aboard.

You might like to investigate the Folder stage. ...
by qutesanju
Tue Aug 26, 2008 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ------how to multiple files for a job in DS7.5 server?------
Replies: 7
Views: 2653

------how to multiple files for a job in DS7.5 server?------

There is one particular job ,which accepts, run time file name thru job parameter and appends output to the another file(based on condition like select only those records from i/p file where dept=10 and append it to o/p file ) . but as number of files to be run for each job are high(near @ 100 file...