The analysis of a RC/Migrator for Db2 for z/OS (RCM) Migration strategy of a Procedure is not imploding to a parent Function.
Only the CREATE PROCEDURE DDL is generated in the Analysis. The CREATE FUNCTION DDL is not generated.
To implode Routines to Routines you need to set the Analysis options as follows:
RTN IMP/EXP ==> *
RTN INTERACTION ==> Y
This generates the PARMFILE Analysis parameters as:
RTNIMP *
RTNIIO Y
The Analysis then implodes the child Routine to the parent Routine and generates the DDL for both.