Starting at CICS TS 3.2, CICS provides the ability to use a dynamic library definition to dynamically allocate and concatenate the load library data sets to the ddname DFHRPL.
You can dynamically add definitions to the CICS CSD file using the CICS DFHCSDUP utility.
The following sample definition, which is available in the CICSCSD member of the sample library (CNM4BSAM) data set, defines the CA SYSVIEW loadlib data set:
DEFINE LIBRARY(SYSVIEW)
RANKING(50)
CRITICAL(NO)
STATUS(ENABLED)
DSNAME01(sysview.CNM4BLOD)
GROUP(SYSVIEW)
CA SYSVIEW no longer requires any JCL updates to a CICS job stream. You can perform installation and maintenance to an active CICS region.
All data set allocation is performed dynamically. The CA SYSVIEW loadlib (sysview.CNM4BLOD) must be accessible through STEPLIB or link list. If the loadlib is in the link list, then no JCL changes are required.
|
Copyright © 2013 CA.
All rights reserved.
|
|