Where can I find an example of JCL using IBM VTAPE to install CA-Dynam/T/D/FI into an existing Library (for Example to upgrade Service Pack)?
search cancel

Where can I find an example of JCL using IBM VTAPE to install CA-Dynam/T/D/FI into an existing Library (for Example to upgrade Service Pack)?

book

Article ID: 53660

calendar_today

Updated On:

Products

CIS Dynam for VSE Dynam VSE Option Vollie

Issue/Introduction

We want to upgrade CA-Dynam/T/D/FI to a more current Service Pack!

Where can I find a example of JCL using IBM VTAPE to install CA-Dynam/T/D/FI into an existing Library (for Example to upgrade Service Pack)?

Environment

Release: DYNAM.001AO-7.1-Dynam/D-Disk Management
Component:

Resolution

The following JCL Example can be used:
  // JOB INSTALL INTO EXISTING LIBRARY 
  // SETPARM LIBNAME=libname 
  // SETPARM SUBNAME=sublib 
  // SETPARM TAPECUU=cuu 
  // SETPARM IPADDR=?IPADDR                      
  // SETPARM AWSFILE=?AWSFILE                    
  // ON $CANCEL GOTO RELTAP 
  /* DVCDN 481 
     VTAPE STOP,UNIT=&TAPECUU                      
     VTAPE START,UNIT=&tapecuu,LOC=&ipaddr,        
           FILE='c:?dire?&awsfile.AWS',READ 
  /* DVCUP &TAPECUU  
  // MTC REW,&TAPECUU                      
  // ASSGN SYS006,&TAPECUU                 
  // DLBL lib,'your.lib',99/365            
  // EXTENT SYS005,vvvvvv,1,0,sss,nnn      
  // ASSGN SYS005,DISK,VOL=vvvvv2,SHR      
  // DLBL IJSYSHF,'your.history.file',99/365 
  // EXTENT SYS010,wwwwww,1,0,sss,nn        
  // ASSGN SYS010,DISK,VOL=wwwwww,SHR       
  // EXEC MSHP,SIZE=760K                    
     INSTALL PROD PROD INTO=lib.sublib         
  /*                                        
  /&                                        
  VTAPE STOP,UNIT=&TAPECUU