Start of change

LNKLST updates

Libraries need to be added to the LNKLST concatenation for the CICS VR server.

Add these libraries to the LNKLST concatenation:

Use the following command sequence to update the LNKLST dynamically with the new library names:
Figure 1. Update LNKLST
P LLA
T PROG=AA
IEE252I MEMBER PROGAA FOUND IN SYS1.PARMLIB
CSV500I LNKLST SET LNKLST68 HAS BEEN DEFINED
IEF196I IEF237I C90A ALLOCATED TO SYS00340
IEF196I IEF285I DWW.V430.SDWWLOAD
IEF196I IEF285I VOL SER NOS= TOTCI3.
CSV501I DATA SET DWW.V430.SDWWLOAD 886
HAS BEEN ADDED TO LNKLST SET LNKLST68
S LLA,SUB=MSTR
SETPROG LNK,UPDATE,JOB=*
Use the display LLA command to verify that the LNKLST contains the correct library names. The L character on the left to the library name indicates that it is in the current LNKLST. The example below shows the output of the command:
Figure 2. Display LLA command
D LLA
CSV600I 06.48.20 LLA DISPLAY 292
EXITS: CSVLLIX1 - ON CSVLLIX2 - OFF
VLF: ACTIVE GET LIB ENQ: YES SEARCH FAIL COUNT: 0
LNKLST SET: LNKLST66
94 LIBRARY ENTRIES FOLLOW
ENTRY L F R P LIBRARY NAME
1 L IGY.SIGYCOMP
...
...
10 L SYS1.SC66.LINKLIB
11 L CPAC.LINKLIB
12 L DWW.V430.SDWWLENU
...
...
45 L DWW.V430.SDWWLOAD

APF authorizing CICS VR libraries

The CICS VR SDWWLOAD and SDWWLENU libraries are required for the CICS VR server and must be authorized. Add these libraries to the list of APF-authorized libraries in the appropriate PROGxx (or IEAAPFxx) member in SYS1.PARMLIB:

If your list(s) of APF-authorized libraries are specified in the dynamic format, in a PROGxx member, refresh the APF list dynamically using the SETPROG or SET PROG=xx command.

If your list(s) of APF-authorized libraries are specified in the static format (in IEAAPFxx members), schedule an MVS IPL for the APF-authorization to take effect.

For information about maintaining lists of APF-authorized libraries, see the z/OS MVS Initialization and Tuning Reference.

End of change