CSR009I   LSR CANNOT BE USED - ACB SPECIFIES option. DDNAME=ddname

Explanation

The application ACB opening DD statement ddname specified an option which precludes the use of virtual storage access method (VSAM) local shared resource (LSR). Therefore the request is not converted to use LSR. The following options prevent the use of LSR:
RESET
This option is used with reusable data sets and is indicated through the RST subparameter of the MACRF parameter on the ACB.
USER BUFFERING
This option leaves management of I/O buffers up to the user and is specified through the UBF subparameter of the MACRF parameter on the ACB.
SYSTEM DATA SET
This option is used by certain system functions for special treatment by VSAM of certain system data sets. There is no MACRF subparameter that controls this. The bit in the ACB must actually be set by the code which is processing the data set.
CBIC
Control blocks in common (CBIC) can be used with improved control interval processing. There is no MACRF subparameter which controls this — the bit in the ACB must actually be set by the code which is processing the data set.
ICI
The Improved Control Interval processing (ICIP) option is specified through the ICI subparameter of the MACRF parameter on the ACB.
GSR
Global shared resources (GSR) is specified through the GSR subparameter of the MACRF parameter on the ACB.

System action

The attempt to convert the ACB to use LSR is abandoned. However, the VSAM data set is still opened using NSR.

Source

Callable service requests (CSR)

Routing Code

11

Descriptor Code

-