Procedure not imploding to parent Function
search cancel

Procedure not imploding to parent Function

book

Article ID: 233700

calendar_today

Updated On:

Products

RC/Migrator for DB2 for z/OS

Issue/Introduction

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.

Environment

Release : 20.0

Component : RC/Migrator for DB2 for z/OS

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.