Problem Note 1188: May receive abend on PC with LVARLEVEL function if format is not found
You may receive the following errors if you execute the LVARLEVEL
function in SAS Source Control Language on a PC platform and SAS cannot
find the format for the data set variable being read:
ERROR: Format XXX not found or couldn't be loaded for variable YYY.
ERROR: Read Access Violation in Task AF.
To circumvent the problem, make sure the format is available if there is
one on the variable you specify for the LVARLEVEL function. Otherwise,
use the NOFMTERR option to ignore the format error and populate the list
with the unformatted value of the variable.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | OS/2 | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows 95/98 | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows NT Workstation | 8 TS M0 | 8.1 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 |
| Topic: | SAS Reference ==> SCL (SAS Component Language)
|
| Date Modified: | 1999-11-03 00:00:00 |
| Date Created: | 1999-10-05 00:00:00 |