Problem:
Incorrect version of stored procedure being used when created in MFEE 3.1.
Resolution:
When creating a stored procedure in MFEE 3.1, the stored procedures are stored in the SYSIBM.SYSROUTINES table for the location being used at the time the stored procedure was created.
When running programs in MFEE 3.1 that call stored procedures, the user must ensure that the current XDB or mainframe location is the same location that the stored procedure was created against.
#MFE
#MFEXDB
#MFDS
#EnterpriseDeveloper