Trying to apply the Librarian usermod MLJ4407
search cancel

Trying to apply the Librarian usermod MLJ4407

book

Article ID: 44473

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

Need to update the LIBTSOGN with the TLICD and MASTER file after upgrading to Librarian V4.4 using usermod MLJ4407 but it keeps failing. 
 
What is the proper procedure?
 
 
 
 
 
 

Environment

Release:   Librarian V4.4 LIBTSO

Resolution

Update the LUTSOIN2 member in the CALJJCL library and specify:
 1)   the name of the  Librarian 4.4 CSI
 2)   update the TLICD= keyword with the name of the TLICD file
 3)   and update the  MASTER= keyword with the name of  the MASTER 
 
//RCVB1 EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M                         
//SMPCSI   DD DISP=SHR,DSN=librarian.v44.CSI                    
//SMPLOG   DD DUMMY                                                     
//SMPSNAP  DD SYSOUT=*                                                  
//SMPPTFIN DD  *                                                        
++USERMOD(MLJ4407) /*                                                   
 05/01/10  V4.4 LIBRARIAN STAFF                                         
                                                                        
         THIS AN EXAMPLE OF A USERMOD AGAINST $LIBTSO                   
               (LIB/TSO INSTALLATION OPTIONS)                           
         REFER TO THE "LIBRARIAN INSTALLATION GUIDE" FOR A              
         FULL DESCRIPTION OF CHANGING THE DEFAULT SITE OPTIONS.         
                                            */ .                        
++VER(Z038) FMID(CALU442)      /* V4.4  */ .                            
++SRC(LIBTSOGN).                                                        
       $LIBTSO TLICD=hlq.mlq.librarian.TLICD,                     X
             MASTER=hlq.mlq.librarian.master.file,                   X
               TYPE=ASM                                                 
         END                                                            
//SMPCNTL  DD *                                                         
 SET BDY(GLOBAL).                                                       
 RECEIVE SELECT(MLJ4407) SYSMOD.                                        
 SET BDY(CAIT0).                                                        
 APPLY SELECT(MLJ4407) RETRY(YES) COMPRESS(ALL).  
/*