Search code examples
stored-proceduresdb2cobolmainframedb2-zos

How to reflect changes made to a cobol DB2 stored procedure?


I'm getting a -805 when trying to run the changed stored procedure. The bind process that is done is: stop stored procedure, compile and bind stored proc, start stored procedure, refresh wlm area.

I still get a -805. I've tried displaying some things in the stored procedure but those changes are not reflected. Is there anything that I'm doing wrong?


Solution

  • Bind should be done after WLM refresh.