Hi I am new to this forum.
I believe QMF v7.2 does not support calling DB2 Stored Procedures period.
However QMF or Windows v7.2 does.
The SQL statement CREATE PROCEDURE XYZ.... should work from any client since it is SQL that is executed at the Database server (provided there is a suitable compiler if any compiling is called for by the language of the sproc)
The SQL statement CALL XYX(param1,param2...) on the other hand requires the client app potentially to handle multiple result sets, and so CALL will not be supported by every client app that can talk to databases
I believe that QMF v8 introduced support for calling DB2 Stored Procedures with the CALL syntax. It also introduced in the QMF HPO component a DB2 Cobol Stored Procedure builder.
I say "I believe" because I have not taken the time to find the annoncement letter but
http://publib.boulder.ibm.com/infoce...sqk2mst315.htm
has a section describing QMF v8 and DB2 Stored Procedures
I hope this helps