How to control the format of the RCMTOLR dataset name.
search cancel

How to control the format of the RCMTOLR dataset name.

book

Article ID: 203922

calendar_today

Updated On:

Products

RC Compare for DB2 for z/OS Database Management for DB2 for z/OS - Administration Suite RC/Migrator for DB2 for z/OS RC/Update for DB2 for z/OS

Issue/Introduction

RC/Migrator analysis dynamically generates an RCMTOLR DD statement when the TOLRMSGS MIGRATOR member in CDBAPARM is set to YES.

Is it possible to control the format of the dataset name that is allocated?

Environment

Release : 20.0

Component : CA RC/Migrator for DB2 for z/OS

Resolution

The dynamical allocation of the RCMTOLR dataset always uses the naming format of userid.RCM56XW.Dyyyyddd.jobname.jobnumber

The only available option to override this naming format, is to generate a different high level qualifier, using the HLVLPFIX parameter in the MIGRATOR Parmlib member.

If this does not provide the naming standard you require, for example due to specific naming conventions, then you may want to consider writing the file to SYSOUT or to a system defined temporary dataset.

For example:

//RCMTOLR DD SYSOUT=*  

or

//RCMTOLR DD DSN=&&RCMTOLR,DISP=(NEW,DELETE,DELETE),
// SPACE=(CYL,(1,1)),
// UNIT=SYSDA,DCB=(DSORG=PS,LRECL=80,RECFM=FB,BLKSIZE=23440)