Usage Note 5599: ATTRN with NLOBSF no longer automatically fetches the first observation
of data
Within SAS Component Language (SCL) prior to SAS 8.2, the ATTRN function
with the NLOBSF attribute automatically fetched the first observation of
the data in its internal processing. This meant that if you followed
ATTRN with a function that needed a current observation such as
GETVARN/C, it would read from the first observation.
However, since fetching the first observation was not documented and the
need arose to retrieve the information for ATTRN with NLOBSF in a
different manner, an internal change was made starting in SAS 8.2 and
the first observation is no longer automatically fetched. This means
that a GETVARC/N function immediately following ATTRN with NLOBSF would
fail because there is no current observation from which to read. Users
should do an explicit fetch using the FETCH or FETCHOBS functions.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | Microsoft Windows NT Workstation | 8.2 TS2M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | |
| OpenVMS VAX | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | |
| 64-bit Enabled Solaris | 8.2 TS2M0 | |
| Solaris | 8.2 TS2M0 | |
| OS/2 | 8.2 TS2M0 | |
| IRIX | 8.2 TS2M0 | |
| z/OS | 8.2 TS2M0 | |
| Linux | 8.2 TS2M0 | |
| HP-UX | 8.2 TS2M0 | |
| ABI+ for Intel Architecture | 8.2 TS2M0 | |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | |
| CMS | 8.2 TS2M0 | |
| 64-bit Enabled AIX | 8.2 TS2M0 | |
| OpenVMS Alpha | 8.2 TS2M0 | |
| Tru64 UNIX | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| AIX | 8.2 TS2M0 | |
*
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: | Usage Note |
| Priority: | |
| Topic: | SAS Reference ==> SCL (SAS Component Language)
|
| Date Modified: | 2001-08-08 14:48:58 |
| Date Created: | 2001-08-08 12:18:53 |