COPYPRT data set

When the copy function is enabled by the OPTION statement, this data set contains a copy report, which summarizes the copy process.

Sample report: OPTION COPY=YES,REPLACE=NO

The following figure shows an example of the Copy report when OPTION COPY=YES,REPLACE=NO is specified.

Figure 1. Copy report (OPTION COPY=YES,REPLACE=NO)
IMS LIBRARY INTEGRITY UTILITIES - MFS REVERSAL                       "COPY REPORT"                                      PAGE:  00001
5655-U08                                                   DATE: 10/01/2018  TIME: 12.10.56                         FABVRVRS - V2.R2
                                                                                                                            
COPY TO DSNAME: IMSVS.CPYFMT
NUMBER OF COPIED MEMBERS       =       16
NUMBER OF COPY SKIPPED MEMBERS =       12
                                                                                                                            
THE FOLLOWING MEMBERS WERE COPIED                                                                                           
-------------------------------------------------------------------------------------------------------------------
""fMT100    ""fMT100    ""FMT762    ""FMT762    MIDA        MIDA2       MIDB        MIDB2       MIDC2       MIDD2  
MODA        MODA2       MODB        MODB2       MODC2       MODD2                                                  

THE FOLLOWING MEMBERS WERE SKIPPED
--------------------------------------------------------------------------------------------------------------------
."fMT122    ."fMT123    ."FMT122    ."FMT123    MID1003     MID1004     MID1005     MID1006     MOD1003     MOD1004
MOD1005     MOD1006
The following explanations refer to the fields in the Copy report that is issued when OPTION COPY=YES,REPLACE=NO is specified.
NUMBER OF COPIED MEMBERS
The number of members that were copied.
NUMBER OF COPY SKIPPED MEMBERS
The number of members that were skipped.
THE FOLLOWING MEMBERS WERE COPIED
A list of the members that were copied.
THE FOLLOWING MEMBERS WERE SKIPPED
A list of the members that were skipped. Skipped members are shown when OPTION COPY=YES,REPLACE=NO is specified in the SYSIN DD and the members to be copied exist in the partitioned data set that is specified by the COPYFMT DD.
The following figure shows an example of the Copy report when one or more members could not be copied. When members that could not be copied are displayed in the report, identify the cause of errors from the messages that are recorded in the SYSOUT data set.
Figure 2. Copy report (when copy failed for some members)
IMS LIBRARY INTEGRITY UTILITIES - MFS REVERSAL                       "COPY REPORT"                                      PAGE:  00001
5655-U08                                                   DATE: 10/01/2018  TIME: 12.10.56                         FABVRVRS - V2.R2
                                                                                                                            
COPY TO DSNAME: IMSVS.CPYFMT
NUMBER OF COPIED MEMBERS       =       16
NUMBER OF COPY FAILED MEMBERS  =        8
                                                                                                                            
THE FOLLOWING MEMBERS WERE COPIED                                                                                           
-------------------------------------------------------------------------------------------------------------------
""fMT100    ""fMT100    ""FMT762    ""FMT762    MIDA        MIDA2       MIDB        MIDB2       MIDC2       MIDD2  
MODA        MODA2       MODB        MODB2       MODC2       MODD2                                                  


THE FOLLOWING MEMBERS COULD NOT BE COPIED
--------------------------------------------------------------------------------------------------------------------
."fMT210    ."fMT220    ."FMT210    ."FMT220    MID2001     MID2002     MOD2001     MOD2002
The following explanations refer to some of the fields in the Copy report when copy failed for some members.
NUMBER OF COPY FAILED MEMBERS
The number of members that could not be copied.
THE FOLLOWING MEMBERS COULD NOT BE COPIED
A list of the members that could not be copied.

Sample report: OPTION COPY=YES,REPLACE=YES

The following figure shows an example of the Copy report when OPTION COPY=YES,REPLACE=YES is specified.

Figure 3. Copy report (OPTION COPY=YES,REPLACE=YES)
IMS LIBRARY INTEGRITY UTILITIES - MFS REVERSAL                       "COPY REPORT"                                      PAGE:  00001
5655-U08                                                   DATE: 10/01/2018  TIME: 12.20.21                         FABVRVRS - V2.R2
                                                                                                                            
COPY TO DSNAME: IMSVS.CPYFMT
NUMBER OF COPIED MEMBERS       =       16
NUMBER OF REPLACED MEMBERS     =       12
                                                                                                                            
THE FOLLOWING MEMBERS WERE COPIED
--------------------------------------------------------------------------------------------------------------------
""fMT100    ""fMT100    ""FMT762    ""FMT762    MIDA        MIDA2       MIDB        MIDB2       MIDC2       MIDD2  
MODA        MODA2       MODB        MODB2       MODC2       MODD2                                                  

THE FOLLOWING MEMBERS WERE REPLACED
--------------------------------------------------------------------------------------------------------------------
."fMT122    ."fMT123    ."FMT122    ."FMT123    MID1003     MID1004     MID1005     MID1006     MOD1003     MOD1004
MOD1005     MOD1006
The following explanations refer to some of the fields in the Copy report that is issued when OPTION COPY=YES,REPLACE=YES is specified.
NUMBER OF REPLACED MEMBERS
The number of members that were replaced.
THE FOLLOWING MEMBERS WERE REPLACED
A list of the members that were replaced. Replaced members are shown when OPTION COPY=YES,REPLACE=YES is specified in the SYSIN DD and the members to be copied exist in the partitioned data set that is specified in the COPYFMT DD.