What JCL may be used to RECEIVE and APPLY an apar for the Pan/SQL product
search cancel

What JCL may be used to RECEIVE and APPLY an apar for the Pan/SQL product

book

Article ID: 50019

calendar_today

Updated On:

Products

PAN/SQL

Issue/Introduction

Description:

When installing a Pan/SQL APAR such as RO05809, what is the JCL which may be used to Receive and Apply this APAR?

 

 

Environment

Pan/SQL release 2.4C (0203)

Resolution

Sample JCL for a RECEIVE using the default SMP/E OPTIONS entry

Where ROxxxxx needs to be changed to the Pan/SQL APAR which is to be received.

//PSDBJM1 JOB (########),'SMP/E RECEIVE',       
// CLASS=A,MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID  
//PROCLIB DD DISP=SHR,DSN=your.proclib.containing.CB2ASMPE.proc  
//RECEIVE EXEC CB2ASMPE 
//SMPPTFIN DD DSN=your.pansql.r24c.smpptfin(ROxxxxx), 
// DISP=SHR 
//SMPCNTL DD * 
SET BDY(GLOBAL) OPTIONS(CAIOPT). 
RECEIVE SELECT ( ROxxxxx ) SYSMODS . 
/* 
//

Sample JCL for APPLY using the default CA-Pan/SQL Target Zone name

Where ROxxxxx needs to be changed to the Pan/SQL APAR which is to be applied.

//PSDBJM2 JOB (########),' APPLY',        
// CLASS=A,MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID  
//PROCLIB DD DISP=SHR,DSN=your.proclib.containing.CB2ASMPE.proc  
//* INSTALL THE SELECTED SYSMODS INTO THE APPROPRIATE TARGET ** LIBRARIES. 
//* EXPECTED RETURN CODE: 04 
//APPLY EXEC CB2ASMPE 
//SMPCNTL DD * SET BDY(CAITGT) OPTIONS(CAIOPT). 
APPLY SELECT ( ROxxxxx ) NOJCLR. 
Please also see informational APAR # QO36977 under Support Online: Informational PTF QO36977