Problem Note 18354: NRLS option required on INFILE statement to access VSAM RLS file in
non-RLS mode
VSAM RLS (record level sharing) is an access option for VSAM data
sets that provides multi-system sharing of VSAM data sets. The NRLS
option for the INFILE statement is required in SAS 9 to read a
VSAM RLS file in non-RLS mode. In previous releases of the SAS System,
the default was non-RLS. The default in SAS 9 and beyond is RLS.
The following error message will be generated in the SAS Log if NRLS
is not specified on the INFILE statement when accessing a VSAM RLS file
in non-RLS mode:
+ERROR: VSAM open failure, reason code = 327 (decimal).
ERROR: For fileref XXXXX, unable to open ACB, rc = 16 (decimal),
reason code = 195 (decimal).
A global RLS/NRLS option will be added to the SAS System in a future
release.
Operating System and Release Information
| SAS System | Base SAS | z/OS | 9.1 TS1M0 | 9.2 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | high |
| Date Modified: | 2008-03-26 12:35:59 |
| Date Created: | 2006-08-25 15:05:29 |