Procedure not imploding to parent Function using RC/Migrator
search cancel

Procedure not imploding to parent Function using RC/Migrator

book

Article ID: 233700

calendar_today

Updated On: 10-26-2023

Products

RC/Migrator for DB2 for z/OS

Issue/Introduction

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.

Resolution

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.