Sample JCL to Apply the LU02431(VOS3)
search cancel

Sample JCL to Apply the LU02431(VOS3)

book

Article ID: 274456

calendar_today

Updated On:

Products

90S SERVICES

Issue/Introduction

Could you please provide the JCL of the LU02431(VOS3)?

Environment

Release : 1.0

Component : CA Resource Initialization Manager(Comm)

OS:VOS3(Hitachi)

Resolution

This is instructions for applying PTF:LU02431.

1) Please backup the Prefix.CA90s.CAILIB
2) Download the LU02431 from Broadcom Support portal
3) After Download the LU02431 and upload the your PDS library(i.e prefix.PTFLIB etc..)
4) Split the JCL and PTF data using EDIT screen(note: Don’t use by Japanese editor)
     4-1) Save the JCL with the name LU02431J in the PTFLIB.
     4-2) For the start line, copy everything from the line next to "//LINK.OBJECT DD *" of Original LU02431 and create a member named LU02431 in the PTFLIB.
     4-3) Submit the LU02431J and Check the JOBLOG with RC=00

Sample JCL the follows;

Prefix.PTFLIB(LU02431J)

//*                                                              
//* PTF RO10228 is Superceded by this PTF                       
//*                                                             
//* Sample JCL to apply LU02431                                 
//*                                                             
//LINK  PROC PREFIX='CAI.',WORKDA=SYSDA                         
//*                                                             
//LINK1 EXEC PGM=JSALKED,REGION=4096K                           
//*                                                             
//SYSPRINT DD SYSOUT=*                                          
//SYSUT1   DD DSN=&&SYSUT1,UNIT=&WORKDA,SPACE=(CYL,(1,1))       
//SYSLMOD  DD DSN=&PREFIX.CAILIB,DISP=SHR                       
//RIMOBJ   DD DDNAME=OBJECTS                                    
//SYSLIN   DD DDNAME=SYSIN                                      
//*                                                             
//         PEND                                                 
//*                                                             
//STEP1 EXEC LINK,PARM='LET,LIST,NCAL,RENT,XREF,EX=BA,LD=BA'    
//LINK1.SYSIN DD *                                              
INCLUDE RIMOBJ                                                 
SETCODE AC(1)                                                  
NAME CAIRIM(R)                                                 
/*                                                              
//LINK1.OBJECTS DD DSN=PREFIX.PTFLIB(LU02431),DISP=SHR <== Please set the DSN of LU02431

 5) Restart CAS9 with REINIT  
    //CAIRIM   EXEC PGM=CAIRIM,PARM='REINIT,SVC(2xx)'   <== Please check the “REINIT” and “SVC(2xx)”

Note: There are no SMP environment by Hitachi(VOS3) system.