Problem Note 14207: Empty concatenated SYSIN DD flagged and opened for output not input
If a file in a concatenated SYSIN DD is empty, it is flagged as such and
allows output but not input. This flag remains with the data set in the
DSCB and does not allow the file to be read as input.
In the example below, the SASXXX.SASCTL is empty. It will be opened
and flagged for output and will not allowed to be read for input.
//SYSIN DD DSN=SASXXX.SMF.CNTL(INPUT2),DISP=SHR
// DD DSN=*SASXXX.SASCTL,DISP=(OLD,PASS),VOL=REF=*.SASCNTL
//CTLIN DD *
PDS
FINE <CONFIG>
//*
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#014207
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#014207
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M0 | 9.1 TS1M3 SP2 |
*
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: | Data Management ==> Access ==> External I/O
|
Date Modified: | 2005-01-26 13:16:01 |
Date Created: | 2005-01-17 14:21:00 |