IEW2456E 9207 SYMBOL CCNZINIT UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
search cancel

IEW2456E 9207 SYMBOL CCNZINIT UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.

book

Article ID: 113106

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction



APPLY of Vantage PTF RO97682 and RO98197 failed with:

IEW2456E 9207 SYMBOL CCNZINIT UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL CCNZTERM UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
 

Environment

Release: SMV3EN00200-14.0-Graphical Management Interface
Component:

Resolution

Follow the instructions in ++HOLD of PTF RO98197:

1.Before SMP/E APPLY command, check in your Vantage SMP/E environment  
  whether the target zone includes DDDEF type definition with name     
  SCCNOBJ.                                                            

 Use the commands:                                                     
  SET BDY(CAIT0).                                                      
  LIST DDDEF (SCCNOBJ).                                                
                                                                       
2.If the SCCNOBJ DDDEF points to the correct data set, no further      
  action is needed. Data set name is prefix_CLIB_PREFIX.SCCNOBJ where  
  prefix_CLIB_PREFIX is environment variable with default value of CBC.
                                                                       
3.If the SCCNOBJ DDDEF was not found, create the entry as follows.     
  Make sure to use SHR as the disposition.                             
  //DDDEFT  EXEC PGM=GIMSMP,REGION=4096K                               
  //SMPCSI  DD   DSN=cavant.CSI,DISP=SHR                               
  //SMPCNTL DD *                                                       
    SET   BDY(CAIT0).                                                  
     UCLIN.                                                            
      ADD DDDEF(SCCNOBJ)                                               
          DATASET(CBC.SCCNOBJ)                                         
          SHR .                                                        
     ENDUCL.                                                           
                                                                       
4.If the DDDEF exists, but points to the wrong library, then use       
  REP instead of ADD.