The analysis of a 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.
Release : 20.0
Component : RC/Migrator for DB2 for z/OS
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.