Problem Note 4056: FILESYSOUT= system option not working correctly
In Release 8.1 TSLEVEL 1M0 of the SAS System, setting the FILESYSOUT=
system option has no effect. For example, setting FILESYSOUT=U shows
FILESYOUT=U in the PROC OPTIONS output, but the SYSOUT class is
incorrectly assigned as Z.
The circumvention is to specify SYSOUT= on a FILENAME statement. For
example:
FILENAME MYOUT PRINTER SYSOUT=U;
A Technical Support hot fix for Release 8.2 (TS2M0) for this issue is
available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#004056
For customers running SAS with Asian Language Support (DBCS), this hot
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/82_dbcs_prod_list.html#004056
Operating System and Release Information
| SAS System | Base SAS | z/OS | 8.1 TS1M0 | 9 TS M0 |
*
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: | medium |
| Topic: | SAS Reference ==> Procedures ==> OPTIONS
|
| Date Modified: | 2003-05-23 11:40:23 |
| Date Created: | 2001-01-08 10:17:11 |