DSN1COPY error - SP MAP PAGE ERROR

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sangitayadavgr8
    New Member
    • Dec 2009
    • 1

    DSN1COPY error - SP MAP PAGE ERROR

    Hi,

    My database has only one table which is segmented and has wround 20 M rows. This tablespace has 2 VSAM datasets A001 and A002 at the source and also in the target.

    I am using the image copy to refresh target environment using DSN1COPY.

    The below error says of OBID 16 which is not the right identifier for the tablespace from the catalog or from DSN1PRNT.

    So I am sure that sysxlat input is 100% right.
    As I want the same data of the table at the time IC was taken, I need to know how to solve this problem.


    The details are below.

    //S000270 EXEC PGM=DSN1COPY,CO ND=(0,NE),TIME= 30,REGION=0M,

    // PARM='RESET,FUL LCOPY,OBIDXLAT, PAGESIZE(32K)'

    //STEPLIB DD DSN=SYS3.DB2.DB G5.LOAD.AUTH,DI SP=SHR

    //SYSUT1 DD DSN=SCHELLA.OPT DBG5.DODA0957.H 0957000.D,

    // DISP=OLD,DCB=BU FNO=20

    //SYSUT2 DD DISP=OLD,AMP=(' AMORG,BUFND=41' ),

    // DSN=DBG5ODB.DSN DBC.DODB0957.H0 957000.I0001.A0 01

    //SYSPRINT DD SYSOUT=*

    //SYSXLAT DD *

    25319,-16146

    4,6

    9,7

    3,3

    //*


    Error :



    DSN1998I INPUT DSNAME = SCHELLA.OPTDBG5 .DODA0957.H0957 000.D , SEQ

    DSN1997I OUTPUT DSNAME = DBG5ODB.DSNDBC. DODB0957.H09570 00.I0001.A001 , VSAM

    DSN1987I DSN1TRAN SP MAP PAGE CONTAINING OBID 0016 HAS NO MATCHING VALUE IN THE SYSXLAT FILE


    Regards,
    Sangita
Working...