
Signature
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
> Alternatively, you can use the DB2 LUW command line - or a simple C
> program.
Should the following set of commands work for a stored procedure that
requires and returns no value?
DB2 CONNECT TO BIGBOX USER racfid USING racfpassword
DB2 SET CURRENT SQLID = 'MYDB'
DB2 SET CURRENT SCHEMA = 'MYDB'
DB2 CALL MYDB.TEST1()
Thank you,
Serenity
Knut Stolze - 07 Apr 2008 12:16 GMT
>> Alternatively, you can use the DB2 LUW command line - or a simple C
>> program.
[quoted text clipped - 6 lines]
> DB2 SET CURRENT SCHEMA = 'MYDB'
> DB2 CALL MYDB.TEST1()
Yes, although you don't need the two SET statements, and I would put
double-quotes around each statement to avoid nasty surprises by the shell
interfering.

Signature
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany