You must assign PPT entries for at least three CA Dispatch programs. If you are running an online viewing only region, you must define a PPT entry for the program specified in the OLVO region in CAI.CAIJCL member DSEXVDS. Use the following definitions:
/* Define storage key for the main CA Dispatch program */
PPT PGMNAME(CAISYS01)
KEY(x) /* <--- Use key specified in CVKEY=x */
PRIV
CANCEL
SYST
AFF(NONE)
NOSWAP
/* Define storage key for the external archive program */
PPT PGMNAME(XTARMAIN)
KEY(x) /* <--- Use key specified in CVKEY=x */
CANCEL
AFF(NONE)
/* Define storage key for the external extract program */
PPT PGMNAME(XTEXMAIN)
KEY(x) /* <--- Use key specified in CVKEY=x */
CANCEL
AFF(NONE)
/* Define storage key for Online Viewing Only region */
PPT PGMNAME(xxxxxxxx) /* <--- Specify name from DSEXVDS */
KEY(x) /* <--- Use key specified in CVKEY=x */
PRIV
CANCEL
SYST
AFF(NONE)
NOSWAP
There are two methods you can use to define these PPT entries to the system:
The primary advantage of using a separate SCHEDxx member is you do not have to update your PARMLIB to remove the names dynamically. Just use a SET SCHED=00 command.
After the PPT entries have been defined, run CAIRIM to load the updated SVC routine in place of the CA Dispatch SVC routine loaded when CAIRIM was run during system initialization.
|
Copyright © 2011 CA.
All rights reserved.
|
|