GIM51401W THERE IS NO OPTIONS ENTRY FOR CAIOPT. APPLY CHK ends with RC=12
search cancel

GIM51401W THERE IS NO OPTIONS ENTRY FOR CAIOPT. APPLY CHK ends with RC=12

book

Article ID: 202917

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Common Services LDAP SERVER FOR Z/OS CHORUS SOFTWARE MANAGER MF - MISC OLD CODES

Issue/Introduction

While applying a PTF  for CA Common Services (CCS) we are facing the below error in SMPOUT,

"GIM51401W    THERE IS NO OPTIONS ENTRY FOR CAIOPT."

"GIM51401S ** THERE IS NO OPTIONS ENTRY FOR CAIOPT."

Also I have checked the entry of CAIOPT in our global zone, CAIOPT entry is not listed there

Environment

Release : 14.1
Component : CCS390 - CA COMMON SERVICES FOR Z/OS

Cause

Unknown why CAIOPT is not defined in the CSI GLOBAL ZONE as it should be as delivered.

The TARGET zone had specified CAIOPT as the OPTIONS entry.

Resolution

Either define a different compatible OPTIONS entry that already exists, or ADD a CAIOPT entry using UCLIN statements as provided.

The SAMPJCL member AW02CSI can be referenced for the delivered statements.

Additional Information

/*******************************************************************/
/*      GLOBAL ZONE OPTIONS FOR COMMON SERVICES                    */
/*******************************************************************/
ADD OPTIONS(CAIOPT)            /* COMMON SERVICES OPTIONS   */       
    ASM(ASMA90)                /* ASSEMBLER UTILITY  */              
    LKED(IEWL)                 /* LINKAGE EDITOR     */              
    PEMAX(9999)                /* MAX CSI SUBENTRIES */              
    PAGELEN(60)                /* REPORT PAGE LENGTH */              
    RETRYDDN(ALL)              /* RETRY ALL DDNAMES  */              
    ZAP(IMASPZAP)              /* SUPERZAP UTILITY   */              
    .                                                                
ADD UTILITY(ASMA90)            /* COMMON SERVICES UTILITY   */       
    NAME(ASMA90)                                                     
    PARM(XREF(SHORT),NOOBJECT,DECK)                                  
    RC(04)                                                           
    .                                                                
ADD UTILITY(IEWL)              /* COMMON SERVICES UTILITY   */       
    NAME(IEWL)                                                       
    PARM(NCAL,LIST,LET,XREF)                                         
    RC(04)                                                           
    .                                                                
ADD UTILITY(IMASPZAP)          /* COMMON SERVICES UTILITY   */       
    NAME(IMASPZAP)                                                   
    PARM(IGNIDRFULL)                                                 
    RC(04)                                                           
    .