vote up 2 vote down
star

Is executing a DB2 COBOL stored procedure via a SQL Server linked server supported? I am trying to execute a parameterized DB2 OS 390 stored procedure via a linked server on SQL server 2008. All attempts have failed. I cannot find explicit information if this function is supported. Any ideas?

flag
Joe: did you get a chance to try this? – RBarryYoung Oct 18 at 19:27

1 Answer

vote up 2 vote down

Try using this feature:

EXECUTE('db2-proc-command') AT linked-server
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.