IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Define AIX step failure


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
siddheart22

New User


Joined: 09 Oct 2006
Posts: 19
Location: Toronto

PostPosted: Sat May 14, 2011 6:11 pm
Reply with quote

Hi,

I have a space issue on AIX and I guess my job is testing the maximum AIX allocation.

My job fails on the DEFINE AIX step with the below error:
Code:

IDC1646I 15735 EXCESS PRIME KEY VALUES FOR AIX KEY 00002CF0F0F0F0F0F1F1
IDC1653I CIGL.COT.DGL.ELEC.ITEMS.AIX.MASTER BUILT WITH ERRORS
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 4


DEFINE card:
Code:
***************************** Top of Data ******************************
 /* VGLT1004 */                                                         
 DEF AIX -                                                             
     (NAME(CIGL.COT.DGL.ELEC.ITEMS.AIX.MASTER)          -               
      RELATE(CIGL.COT.DGL.ELEC.ITEMS.MASTER)            -               
      MB(1000,500)                                         -           
      KEYS(15 47)  SPEED                                -               
      FREESPACE(2 2)                                    -               
      RECORDSIZE(9620 600000)                           -               
      NONUNIQUEKEY                                      -               
      UPGRADE                                           -               
      SHR(2 3))                                         -               
    DATA                                                -               
        (NAME(CIGL.COT.DGL.ELEC.ITEMS.AIX.DATA)         -               
         CISZ(22528))                                   -               
    INDEX                                               -               
        (NAME(CIGL.COT.DGL.ELEC.ITEMS.AIX.INDEX)        -               
         CISZ(2048))                                                   
**************************** Bottom of Data ****************************


In the past, whenever the job failed with the above error, we increased the maximum length on the RECORDSIZE parm, but when we tried that today, the job failed again.
But with a different error:
Code:

IDC3014I CATALOG ERROR                             
IDC3009I ** VSAM CATALOG RETURN CODE IS 96 - REASON

IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12


This is a failure in our production, so immediate assistance is really appreciated.

Thanks,
Sid.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Sat May 14, 2011 6:19 pm
Reply with quote

Quote:
This is a failure in our production, so immediate assistance is really appreciated.
This is a forum -- if you need kind of response, you need to pay someone for support.

As your first message set indicates, the alternate index was built. If you did not do a delete before you reran the build, the alternate index name is already in the catalog and cannot be cataloged again. Hence your second error message.

Also, WHY is the alternate index not getting built? Someone did not do a good job of analysis if you have to keep expanding the alternate index record length! And, sooner or later, you'll hit the maximum at which point someone will have to completely redesign the process since the limit on primary keys in an alternate index is an absolute limit and cannot be changed.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
Search our Forums:

Back to Top