If your system does not use MSHP, how do you install Broadcom’s z/VSE APARs that are packaged to be installed with MSHP?
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