Upgrade the model from 5.21 to 8.7
search cancel

Upgrade the model from 5.21 to 8.7

book

Article ID: 44918

calendar_today

Updated On:

Products

CA 2E

Issue/Introduction

Is it necessary to upgrade the model to r6.2, when we upgrade a model of 2E r5.21 to r8.7?

 

Environment

CA 2E 8.7

Resolution

It is not necessary to upgrade the model to r6.2 if you perform the following steps. 

  1. Create a temporary library. 
CRTLIB TEMPLIB 
  1. Build the object list of logical file based on YARRENTRFP. 
YCVTDBR FILE(user-model/YARRENTRFP) 
  1. Make sure that you check the object list the following seven of objects present in YEDTOBJLST. 
YARRDTA03L 

YARRENTRFP 

YARRENT00L 

YARRENT01L 

YARRENT02L 

YARRENT03L 

YFLDDTA05L 
  1. Move these objects in a temporary library. 
YMOVOBJ OBJ(*OBJLST) OBJTYPE(*ALL) TOLIBOBJ(TEMPLIB) 
  1. Duplicate the new YARRENTRFP from the null model(Factory name: Y2SYMDL). 
YCRTDUPOBJ OBJ(YARRENTRFP) FROMLIB(null-model) OBJTYPE(*FILE) TOLIB(user-model) 
  1. Copy the data from the temporary library to the new file. 
CPYF FROMFILE(TEMPLIB/YARRENTRFP) TOFILE(user-model/YARRENTRFP) MBROPT(*ADD) FMTOPT(*MAP) 
  1. Delete the temporary library. 
DLTLIB TEMPLIB 
  1. Upgrade the development model in the usual way to use the YAPYMDLCHG. 

Additional Information