Problem Note 51045: System Management Facility type 14 and 15 records reflect the current date as the creation date for certain BSAM files processed by SASĀ® software
SAS BSAM (Basic Sequential Access Method) processing causes for SMF record types 14 and 15 records to reflect the current date as the creation date in the record. This is seen only in the SMF record type 14 and 15 records and does not change the actual creation date reflected for the data set in other locations, such as the VTOC DSCB (the volume table of contents Data Set Control Block).
Example
If the following code were run, type 14 and 15 SMF records would contain the current date as the creation date:
//MYDATA DD DISP=SHR,DSN=userid.TEST.DATA
//SYSIN DD *
DATA _NULL_;
INFILE MYDATA;
INPUT;
PUT _INFILE_;
RUN;
Even though the data set is being accessed in READONLY mode, the creation date that is shown in the SMF record types 14 and 15 is the date on which the data set was processed.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.2 TS2M3 | |
*
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.
SAS processing of certain BSAM files causes SMF type 14 and 15 records to have current date as the creation date.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2014-07-18 13:47:01 |
Date Created: | 2013-09-12 12:01:24 |