How to apply APARs in z/VSE when not under MSHP control.
search cancel

How to apply APARs in z/VSE when not under MSHP control.

book

Article ID: 32040

calendar_today

Updated On:

Products

UFO

Issue/Introduction

Broadcom’s z/VSE APARs are packaged to be installed with MSHP. If your system does not use MSHP you can still install our fixes by manually linking and cataloging them.

 

Environment

Release: ESBUFO99000-3.2-Extended Support Basic-for UFO
Component:

Resolution

Instructions:

If you are not using MSHP, then there will be instructions in the APAR description similar to the following.

1. Download the solution. 
2. Add the following Link Edit statement: 
// EXEC LNKEDT,PARM='RMODE=24,AMODE=ANY' 
3. Link and catalog LLAGOS32. 

Additional Information:

The z/VSE JCL to link and catalog is:

// LIBDEF *,CATALOG=your.product.catalog 
// OPTION CATAL 
INCLUDE 
PHASE LLAGOS32,* 
"ESD "" ""LLAGOS32" "?""," 
... binary data etc...
"END "? "" 
/* 
ENTRY 
// EXEC LNKEDT,PARM='RMODE=24,AMODE=ANY' 
/* 
/& 
* $$ EOJ