Try adding ERRORLIMIT (99999999) to the REPRO. You can specify up to 2147483647.

Doug


------ Original Message ------
From: "Mainframe Mainframe" <[email protected]>
To: [email protected]
Sent: 2/27/2015 9:19:09 AM
Subject: Re: SMPE CSI issue

My older CSI was in

ALLOCATION
  SPACE-TYPE---------TRACK
  SPACE-PRI-------------30
  SPACE-SEC--------------3

and new CSI is with

ALLOCATION
  SPACE-TYPE------CYLINDER
  SPACE-PRI--------------5
  SPACE-SEC--------------5

On Fri, Feb 27, 2015 at 7:46 PM, Mainframe Mainframe <
[email protected]> wrote:

 I followed same steps ,as below and getting

 IEC070I 104-204,REPROR,S1,O01,362C,SMPE55,SMPE.ZOS12.GLOBAL.C
 IEC070I SMPE.ZOS12.GLOBAL.CSI.DATA,CATALOG.SYSTEM
 - -----TIMINGS (MINS.)--
 -STEPNAME PROCSTEP RC EXCP CONN TCB SRB C
 -S1 12 169 139 .00 .00

 IDCAMS SYSTEM SERVICES TIME: 0

  REPRO INFILE(I01) OUTFILE(O01) 0
 IDC3302I ACTION ERROR ON SMPE.ZOS12.GLOBAL.CSI
 IDC3351I ** VSAM I/O RETURN CODE IS 28 - RPLFDBWD = X'2908001C'
 IDC31467I MAXIMUM ERROR LIMIT REACHED.
 IDC0005I NUMBER OF RECORDS PROCESSED WAS 167141
 IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12

 IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12


 JCL used

 //SMPCSI JOB (601),'MAINFRAME',CLASS=A,MSGCLASS=A,
 // NOTIFY=&SYSUID,REGION=0M
 //STEP1 EXEC PGM=IDCAMS
 //SYSPRINT DD SYSOUT=*
 //SYSIN DD *
      DEFINE CLUSTER -
                (NAME(SMPE.ZOS12.GLOBAL.CSI) -
                VOLUMES(SMPE55) -
                CYLINDERS(5 5) -
                KEYS(24 0) -
                RECORDSIZE(24 143) -
                FREESPACE(0 7) -
                SHR(2 3)) -
           DATA (NAME(SMPE.ZOS12.GLOBAL.CSI.DATA) -
                CONTROLINTERVALSIZE(8192) -
                 ) -
          INDEX (NAME(SMPE.ZOS12.GLOBAL.CSI.INDEX) -
                CONTROLINTERVALSIZE(4096) -
                )
 /*


 //REPROR JOB 601,MAINFRAME,
 // CLASS=A,
 // MSGCLASS=A,NOTIFY=&SYSUID
 //S1 EXEC PGM=IDCAMS,REGION=4M
 //SYSPRINT DD SYSOUT=*
 //I01 DD DSN=SMPE.ZOS12.GLOBAL.OLD.CSI,DISP=SHR
 //O01 DD DSN=SMPE.ZOS12.GLOBAL.CSI,DISP=SHR
 //SYSIN DD *
  REPRO INFILE(I01) OUTFILE(O01)
 /*




On Fri, Feb 27, 2015 at 7:29 PM, Staller, Allan <[email protected]>
 wrote:

 Try this:

Define cl(new csi name) model(old csi name) ....(Space ,volume info...) )

 Repro ids(old csi name) ods(new csi name)

Most likely you missed one or more necessary parameters in defining the new csi. The define above will "copy" the parameters from the "original"
 csi/


 HTH,


 <snip>
I tried without GIMZPOOL and now while repro from old CSI to new CSI, I
 am getting below issue

  REPRO INFILE(I01) OUTFILE(O01)
 IDC3302I ACTION ERROR ON SMPE.ZOS21.GLOBAL.CSI IDC3351I ** VSAM I/O
 RETURN CODE IS 28 - RPLFDBWD = X'2908001C'
 IDC31467I MAXIMUM ERROR LIMIT REACHED.
 IDC0005I NUMBER OF RECORDS PROCESSED WAS 114420 IDC3003I FUNCTION
 TERMINATED. CONDITION CODE IS 12

 IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12

 I am not getting any clue to solve this.


 On Fri, Feb 27, 2015 at 4:32 PM, Walter Marguccio <
 [email protected]> wrote:

 > Hello,
> I would think the duplicated record is the GIMZPOOL record you copied
 > in step 2).
> The SMP/E manuals describe a procedure to reorganize CSIs, have a look
 > here:
 >
> http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos
 > .v2r1.gim3000/dsscmp.htm
 >
 > Give it a try .
 </snip>

----------------------------------------------------------------------
 For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to