Usage Note 3799: ! in SAS Log indicates wrapped source line
In Version 8, an exclamation point ("!") in the SAS Log indicates
that the preceding source line was wrapped. The following code:
OPTIONS S=72 LS=64;
DATA _NULL_;
X='THIS SEMICOLON IS IN COLUMN 72 =================================>';
RUN;
demonstrates the wrapping behavior.
This feature was added to allow customers to easily identify source
lines that are wrapped when echoed to the SAS Log.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | Base SAS | Microsoft Windows 95/98 | 8 TS M1 | |
| Microsoft Windows NT Workstation | 8 TS M1 | |
| Microsoft Windows 2000 Server | 8 TS M1 | |
| Microsoft Windows 2000 Professional | 8 TS M1 | |
| Microsoft Windows 2000 Advanced Server | 8 TS M1 | |
| Microsoft Windows 2000 Datacenter Server | 8 TS M1 | |
| OpenVMS VAX | 8 TS M1 | |
| 64-bit Enabled Solaris | 8 TS M1 | |
| Solaris | 8 TS M1 | |
| IRIX | 8 TS M1 | |
| z/OS | 8 TS M1 | |
| OS/2 | 8 TS M1 | |
| HP-UX | 8 TS M1 | |
| ABI+ for Intel Architecture | 8 TS M1 | |
| CMS | 8 TS M1 | |
| 64-bit Enabled AIX | 8 TS M1 | |
| 64-bit Enabled HP-UX | 8 TS M1 | |
| OpenVMS Alpha | 8 TS M1 | |
| Tru64 UNIX | 8 TS M1 | |
| AIX | 8 TS M1 | |
*
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.
| Date Modified: | 2000-11-02 17:42:06 |
| Date Created: | 2000-11-02 17:42:06 |