This section contains the following topics:
Dynamic Installation of CA SYSVIEW
User Supervisor Call (SVC) Removal
LPA Load Library Data Set Removal
Configuration Options Member - OPTIONS
Configuration Options - Parmlib Member CICSOPTS
Logical Group Definitions Removed - Parmlib Member CICSGRPS
IMS Dependent Regions - Data Collection
The member INSTALL found in the installation data set sysview.SAMPJCL is used to create dynamically all of the other installation members.
The following entry generates a step to allocate a set of SITE libraries:
SITEDSN=YES
The generated GSVXgsvx system configuration options member includes the definitions for site libraries.
The steps that are required to install and dynamically configure CA SYSVIEW have been simplified.
Starting in Version 14.0, CA SYSVIEW does not provide or require the execution of a dynamic installation job or step. The DYNAMIC job step was removed from the JCL for the CA SYSVIEW started tasks. The installation provides updated JCL for the started tasks.
Note: The job fails when you use the old JCL without removing the DYNAMIC job or step. The execute program, GSVXINST, no longer exists.
The SYSVIEW load library data set must be APF authorized before starting CA SYSVIEW.
In releases before Version 14.0, CA SYSVIEW required the following system resources to be defined:
The existing SVC definitions can be removed when prior releases are no longer used.
SYS1.PARMLIB(IEASVCnn) SVCPARM nnn,REPLACE,TYPE(3),APF(NO),EPNAME(GSVXSVC)
The existing LPA definitions can be removed when prior releases are no longer used.
SYS1.PARMLIB(IEALPAnn) INCLUDE LIBRARY(sysview.CNM4BLPA) MODULES(GSVXSVC,GSVXAAST,CAIXNM4$)
The APF authorization is still required.
SYS1.PARMLIB(PROGxx) APF ADD DSNAME(sysview.CNM4BLOD) VOLUME(volume)
The required system resources could have been defined using one of the following methods:
SVC - SYS1.PARMLIB(IEASVCnn) LPA - SYS1.PARMLIB(IEALPAnn)
sysview.SAMPJCL(INST0100) or sysview.CNM4SAM(DYNMINST)
SYSVIEW - Main Services Address Space SYSVUSER - User Interface Address Space
In releases before Version 14.0, you defined a user SVC in the CA SYSVIEW System Configuration Options member GSVXGSVX. This member resides in the system parmlib concatenation.
Starting at Version 14.0, remove the following obsolete System Configuration Option from any options member:
SVC-Number
If you do not remove this option, the CA SYSVIEW initialization continues while issuing the following series of warning messages:
GSV445W Configuration member: GSVXGSVX
GSV446W Configuration option: SVC-Number nnn
GSV447W Configuration error: Option name is obsolete.
The installation of CA SYSVIEW no longer requires a separate data set to contain the required LPA load modules.
The following data set is no longer distributed:
sysview.CNM4BLPA
CA SYSVIEW Version 14.0 utilizes the CA Common Services CAMASTER address space to anchor any required resources.
CA SYSVIEW utilized an anchor address space:
SYSVAAST - Anchor Address Space (prior to r14.0)
The purpose of the anchor address space was to anchor data spaces that CA SYSVIEW services created and used.
The anchor address space:
A CA SYSVIEW installation is comprised of several types of libraries or data sets designed to contain a specific type of data. This library is referred to as a library type(libtype).
A library type can consist of multiple data sets. These data sets dynamically concatenate when a read request is made for the specified library type.
Only one data set can be defined for each data set type. Therefore, a maximum of three data sets can be concatenated.
If defined, the data sets are concatenated in the following order:
libtype DD DISP=SHR,DSN=user.data.set DD DISP=SHR,DSN=site.data.set DD DISP=SHR,DSN=system.data.set
The possible data set types are:
The optional user-defined data sets contain definitions or overrides to site or system definitions.
The users define and maintain the user data set names in their CA SYSVIEW profile.
The optional site defined data sets contain definitions or overrides to system definitions.
The site data set names are defined in the CA SYSVIEW System Configuration Options member: GSVXGSVX
The system configuration options member must be located in the concatenation of the z/OS system parmlib data sets.
Example: SYS1.PARMLIB
The required system defined data sets contain definitions or configuration options. The set of system data sets contains the original members the product installation delivered. The system data set names are defined in the CA SYSVIEW System Configuration Options member: GSVXGSVX.
The system configuration options member must be located in the concatenation of the z/OS system parmlib data sets.
Example: SYS1.PARMLIB
For more information, see the following help topic: Library concatenation - USER, SITE, and SYSTEM.
|
Copyright © 2014 CA.
All rights reserved.
|
|