Previous Topic: Parameter Library Members AddedNext Topic: Parameter Library Member OPTIONS


Parameter Library Data Set Member GROUPS

The parameter library data set member GROUPS has been enhanced to include new logical group types.

IDMS

Specifies the IDMS job names.

Parmlib Member:

system.parmlib(GSVXGSVX)

Sample:

SYSVIEW.DEV.BASE.PARMLIB.SYSTEM(GSVXGSVX)

IDMS Component

The IDMS component has been enhanced to specify whether to activate the component CA SYSVIEW for IDMS.

Valid Values: Yes, No

Default: No

Site Library Data Set Names

The site library data sets are dynamically concatenated in front of the corresponding system data set. Use the site data set to create members for use in place of the members in the system data set.

Dsn-Site-CAPLIB

Specifies the data set name of the site Event Capture library. Members in the Event Capture library define a list of instructions to be processed when an Event Capture occurs.

Dsn-Site-CLISTLIB

Specifies the data set name of the site command list library.

Dsn-Site-HELPLIB

Specifies the data set name of the site help library.

Dsn-Site-MAPLIB

Specifies the data set name of the site assembled maps library.

Dsn-Site-MIBLIB

Specifies the data set name of the site MIB library.

Dsn-Site-PANELLIB

Specifies the data set name of the site panel library.

Dsn-Site-PARMLIB

Specifies the data set name of the site parameter library.

Dsn-Site-PLOTLIB

Specifies the data set name of the site plot library.

Dsn-Site-REXXLIB

Specifies the data set name of the site REXX exec library. CA SYSVIEW uses the text and compiled REXX execs that are in this data set. Logging on to the TSO/ISPF interface dynamically concatenates this library to the SYSEXEC DD.

The library is installed as a RECFM=F data set. Using a RECFM=V data set for the SYSEXEC DD requires copying and converting the SYSVIEW REXX library to a RECFM=V data set.

Note: You cannot simply copy the compiled REXX execs from a RECFM=F data set to a RECFM=V data set. They must be copied and then converted.

CA SYSVIEW supplies two REXX utility execs to copy and convert SYSVIEW REXX execs.

GSVUCFV1

Uses ISPF library management services for copying one or more REXX execs from a RECFM=F data set to a RECFM=V data set. This exec can also call the GSVUCFV2 exec, described next, to convert any copied complied REXX execs.

GSVUCFV2

Uses ISPF library management services for converting a single complied REXX exec from a RECFM=F data set to RECFM=V data set.

CA SYSVIEW supplies the following job in the SAMPLIB data set to copy and convert the REXX execs.

REXXFTOV

This SAMPLIB JCL member performs the following tasks:

1. Invokes the GSVUCFV1 REXX exec.

This exec copies all REXX execs from RECFM=F data set to RECFM=V data set.

2. Converts any compiled REXX execs that were copied by invoking the GSVUCFV2 exec.

Note: Make sure that your Dsn-Site-REXXLIB option specifies the data set of the converted RECFM=V data set.

Dsn-Site-TEMPLATE

Specifies the data set name of the site template library.