MOV64PSD error: IGW01584W for member EZTPXPT
search cancel

MOV64PSD error: IGW01584W for member EZTPXPT

book

Article ID: 236746

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

Running MOV64PSD in order to move the 6.4 extended printer values to release 11.6 and getting this warning error:

     IGW01584W MEMBER EZTPXRPT WILL NOT BE COPIED DUE TO NO-REPLACE

The JCL with the warning shows that the entire dataset is specified to be copied.

 

Environment

Easytrieve Report Generator, Release : 11.6

 

Resolution

MOV64PSD has the following comments/information included, noting that certain members should be copied, not the entire PDS:

//     EZTPLUS='dataset-name-of-loadlib-containing-EZTPXRPT-module', 
//*    ...this loadlib must contain the Extended Reporting Printer
//*       Definitions that you want to migrate to the new EZT 11.6
//*       Printer Set Definition

So, please only copy the one module EZTPXRPT and the Extended Reporting Printer Definitions.

Googling this: IGW01584W MEMBER EZTPXRPT WILL NOT BE COPIED DUE TO NO-REPLACE

The member indicated will not be processed because an existing member of the same name already exists in the output data set. Options were not specified which permit replacement. This message is issued if certain members were specified for the copy operation, but will not be issued when the entire data set is being copied without member selection.

This also adds confirmation that members are to be copied, not the entire dataset.