Discussion:
PROBLEM WITH MODEL PARM
(too old to reply)
esmie moo
2018-06-11 15:06:51 UTC
Permalink
Gentle Readers,
I am encountering an error using the IDCAMS/MODEL parm.  I googled the error message but the explanation is not clear.





IDCAMS  SYSTEM SERVICES                                          TIME: 09:36:39                                                                               

   DEFINE CLUSTER -                                                            

         (NAME(PROD.DSNDBD.DSNMDCDB.DSNPROGB.I0001.A001)-                      

          VOL(PROD13) -                                                        

         MODEL('PROD.DSNDBD.DSNMDCDB.DSNPROGL.I0001.A001')   -                  

          )                                                                    

IDC3501I  MODEL ENTYPE IS NOT CONSISTENT WITH THEOBJECT BEING DEFINED         

IDC3003IFUNCTION TERMINATED. CONDITION CODE IS 12                             

                                                                                
IDC0002IIDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12              
Can you spot my mistake?
Thanks.








----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Jesse 1 Robinson
2018-06-11 15:46:33 UTC
Permalink
From memory. The 'hard' default for DEF CLUSTER is INDEXED. If your model is non-indexed, that will not override the default but instead give you a consistency error. You need to specify the appropriate/matching value for this option.

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
***@sce.com

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-***@LISTSERV.UA.EDU] On Behalf Of esmie moo
Sent: Monday, June 11, 2018 8:06 AM
To: IBM-***@LISTSERV.UA.EDU
Subject: (External):PROBLEM WITH MODEL PARM

Gentle Readers,
I am encountering an error using the IDCAMS/MODEL parm.  I googled the error message but the explanation is not clear.





IDCAMS  SYSTEM SERVICES                                          TIME: 09:36:39                                                                               

   DEFINE CLUSTER -                                                            

         (NAME(PROD.DSNDBD.DSNMDCDB.DSNPROGB.I0001.A001)-                      

          VOL(PROD13) -                                                        

         MODEL('PROD.DSNDBD.DSNMDCDB.DSNPROGL.I0001.A001')   -                  

          )                                                                    

IDC3501I  MODEL ENTYPE IS NOT CONSISTENT WITH THEOBJECT BEING DEFINED         

IDC3003IFUNCTION TERMINATED. CONDITION CODE IS 12                             

                                                                                
IDC0002IIDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 Can you spot my mistake?
Thanks.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Carmen Vitullo
2018-06-11 15:54:49 UTC
Permalink
Absolutely , a very old example I've used





DEF CLUSTER(NAME(PCA11.TEMP.JEHF) VOL(WORKB8) -
FILE(SETUP) -
CYLINDERS(75 2) MODEL(PCA11.CA11.R20.JEHF)) -
DATA(NAME(PCA11.TEMP.JEHF.DATA)) -
INDEX(NAME(PCA11.TEMP.JEHF.INDEX))






Carmen Vitullo

----- Original Message -----

From: "Jesse 1 Robinson" <***@SCE.COM>
To: IBM-***@LISTSERV.UA.EDU
Sent: Monday, June 11, 2018 10:46:20 AM
Subject: Re: PROBLEM WITH MODEL PARM

From memory. The 'hard' default for DEF CLUSTER is INDEXED. If your model is non-indexed, that will not override the default but instead give you a consistency error. You need to specify the appropriate/matching value for this option.

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
***@sce.com

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-***@LISTSERV.UA.EDU] On Behalf Of esmie moo
Sent: Monday, June 11, 2018 8:06 AM
To: IBM-***@LISTSERV.UA.EDU
Subject: (External):PROBLEM WITH MODEL PARM

Gentle Readers,
I am encountering an error using the IDCAMS/MODEL parm. I googled the error message but the explanation is not clear.





IDCAMS SYSTEM SERVICES TIME: 09:36:39

DEFINE CLUSTER -

(NAME(PROD.DSNDBD.DSNMDCDB.DSNPROGB.I0001.A001)-

VOL(PROD13) -

MODEL('PROD.DSNDBD.DSNMDCDB.DSNPROGL.I0001.A001') -

)

IDC3501I MODEL ENTYPE IS NOT CONSISTENT WITH THEOBJECT BEING DEFINED

IDC3003IFUNCTION TERMINATED. CONDITION CODE IS 12


IDC0002IIDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 Can you spot my mistake?
Thanks.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Bill Bishop , TMNA
2018-06-11 16:00:48 UTC
Permalink
It could be because you are modeling after the data component and not the cluster base.

Try modeling it after DSNDBC, not DSNDBD. DSNDBC is the cluster component name and DSNDBD is the data component name.

Thanks

Bill Bishop
Consultant, Mainframe Engineer
Mainframe and Scheduling | Infrastructure Technology Services
Toyota Motor North America
***@toyota.com
Office: (469) 292-5149
Cell: (502) 316-4386

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-***@LISTSERV.UA.EDU] On Behalf Of esmie moo
Sent: Monday, June 11, 2018 10:06 AM
To: IBM-***@LISTSERV.UA.EDU
Subject: PROBLEM WITH MODEL PARM

Gentle Readers,
I am encountering an error using the IDCAMS/MODEL parm.  I googled the error message but the explanation is not clear.





IDCAMS  SYSTEM SERVICES                                          TIME: 09:36:39                                                                               

   DEFINE CLUSTER -                                                            

         (NAME(PROD.DSNDBD.DSNMDCDB.DSNPROGB.I0001.A001)-                      

          VOL(PROD13) -                                                        

         MODEL('PROD.DSNDBD.DSNMDCDB.DSNPROGL.I0001.A001')   -                  

          )                                                                    

IDC3501I  MODEL ENTYPE IS NOT CONSISTENT WITH THEOBJECT BEING DEFINED         

IDC3003IFUNCTION TERMINATED. CONDITION CODE IS 12                             

                                                                                
IDC0002IIDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 Can you spot my mistake?
Thanks.








----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
esmie moo
2018-06-11 17:22:10 UTC
Permalink
Bill,
Thanks for the tip.  The cluster that I was using for the model was the data component.   A massive thanks.
Thanks to all who responded with their suggestions. 

On Monday, June 11, 2018, 12:00:50 p.m. EDT, Bill Bishop (TMNA) <***@TOYOTA.COM> wrote:

It could be because you are modeling after the data component and not the cluster base.

Try modeling it after DSNDBC, not DSNDBD.  DSNDBC is the cluster component name and DSNDBD is the data component name.

Thanks

Bill Bishop
Consultant, Mainframe Engineer
Mainframe and Scheduling | Infrastructure Technology Services
Toyota Motor North America
***@toyota.com
Office:  (469) 292-5149
Cell:      (502) 316-4386

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-***@LISTSERV.UA.EDU] On Behalf Of esmie moo
Sent: Monday, June 11, 2018 10:06 AM
To: IBM-***@LISTSERV.UA.EDU
Subject: PROBLEM WITH MODEL PARM

Gentle Readers,
I am encountering an error using the IDCAMS/MODEL parm.  I googled the error message but the explanation is not clear.





IDCAMS  SYSTEM SERVICES                                          TIME: 09:36:39                                                                               

   DEFINE CLUSTER -                                                            

         (NAME(PROD.DSNDBD.DSNMDCDB.DSNPROGB.I0001.A001)-                      

          VOL(PROD13) -                                                        

         MODEL('PROD.DSNDBD.DSNMDCDB.DSNPROGL.I0001.A001')   -                  

          )                                                                    

IDC3501I  MODEL ENTYPE IS NOT CONSISTENT WITH THEOBJECT BEING DEFINED         

IDC3003IFUNCTION TERMINATED. CONDITION CODE IS 12                             

                                                                                
IDC0002IIDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 Can you spot my mistake?
Thanks.








----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Loading...